COLOR #189B6D

HEX: #189B6D RGB: (24,155,109)

Color info

#189B6D contains mainly green and blue colors. Web safe color of #189B6D is #009966 (or #096).

RGB color model

#189B6D color RGB value is (24,155,109).

RGB: (24,155,109) (9%, 61%, 43%)

RGB channels and saturation

R 24 of 255 = 9%
G 155 of 255 = 61%
B 109 of 255 = 43%

24
155
109

R + G + B ~ 38%. #189B6D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 24 + 155 + 109 = 288 (100%)
R 24 of 288 ~ 8.33%
G 155 of 288 ~ 53.82%
B 109 of 288 ~ 37.85'%

%53.82
%37.85

CMYK color model

#189B6D color CMYK value is (85,0,30,39).

  • cyan value is 84.52%
  • magenta value is 0.00%
  • yellow value is 29.68%
  • key color value is 39.22%
CMYK: (85,0,30,39) C85M0Y30K39 (85%,0%,30%,39%) (0.85/0.00/0.30/0.39) 

CMYK percentages

%84.52
%0
%29.68
%39.22

Codes

Color #189B6D in popluar color models

18 9B 6D
RGB 24 155 109
HSL 159° 73.18% 35.10%
HSB/HSV 159° 84.52% 60.78%
CMYK 84.52% 0.00% 29.68%
39.22%

Color #189B6D in popluar number systems.

HEX 18 9B 6D
Decimal 24 155 109
Binary 11000 10011011 1101101
Octal 30 233 155

Shades and tints

Shades of #189B6D

#189B6D
(24,155,109)
#168D64
(22,141,100)
#147F5B
(20,127,91)
#127152
(18,113,82)
#106349
(16,99,73)
#0E5540
(14,85,64)
#0C4737
(12,71,55)
#0A392E
(10,57,46)
#082B25
(8,43,37)
#061D1C
(6,29,28)
#040F13
(4,15,19)
#000000
(0,0,0)

Tints of #189B6D

#189B6D
(24,155,109)
#2DA47A
(45,164,122)
#42AD87
(66,173,135)
#57B694
(87,182,148)
#6CBFA1
(108,191,161)
#81C8AE
(129,200,174)
#96D1BB
(150,209,187)
#ABDAC8
(171,218,200)
#C0E3D5
(192,227,213)
#D5ECE2
(213,236,226)
#EAF5EF
(234,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #189B6D color. Also use rgb(24,155,109) instead hex code.

Text Font Color

.myTextColor { color: #189B6D; }

<p style="color:#189B6D">This sample text font color is #189B6D.</p>

This text font color is #189B6D.

Background Color

.myBgColor { background-color: #189B6D; }

<div style="background-color:#189B6D">Inner text</div>

This div background color is #189B6D.

Border color

.myBorderColor { border: 1px solid #189B6D; }

<div style="border:3px solid #189B6D">Div</div>

This div border color is #189B6D.

Opacity

.myOpacity80 { color: #189B6D; opacity: 0.8; }

<p style="color:#189B6D;opacity:0.8;">80%</p>

Text with #189B6D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #189B6D;}

<p style="text-shadow: 3px 3px 1px #189B6D">Text here.</p>

This text has shadow with #189B6D color.


.textShadow {text-shadow: 3px 3px 1px #189B6D', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #189B6D, 5px 5px 20px red">Text here.</p>

This text has shadow with #189B6D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#189B6D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#189B6D, Direction=45, Strength=4)">Text</p>

This text has shadow with #189B6D and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #189B6D;
-webkit-box-shadow: 1px 1px 3px 2px #189B6D;
box-shadow: 1px 1px 3px 2px #189B6D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #189B6D; -webkit-box-shadow: 1px 1px 3px 2px #189B6D; box-shadow:1px 1px 3px 2px #189B6D;">
Div content here
</div>

This div box has shadow with color #189B6D.

Preview

Color preview on black background

This text has color #189B6D on black background.


Color preview on white background

This text has color #189B6D on white background.


Black color preview on #189B6D background

This text has black color on #189B6D background.


White color preview on #189B6D background

This text has white color on #189B6D background.


Related colors

Complementary color

Complementary color for #hex is #E76492.


I love getcolorcode.com

Triadic colors

1 #6D189B and #9B6D18 with #189B6D are triadic colors.

2 #6D9B18 and #9B186D with #189B6D are triadic colors.