Html Css Color HEX #119688 Dark Cyan

📋 copy color: '#119688'

red 17 ◦ green 150 ◦ blue 136

#119688
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cyan #119688

Tints of Dark Cyan #119688

RGB

 RED value IS 17 (7.03% from 255) = 5.61%

 GREEN value IS 150 (58.98% from 255) = 49.5%

 BLUE value IS 136 (53.52% from 255) = 44.88%

R = 5.61%
G = 49.5%
B = 44.88%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#119688 (or 0x119688) is known color: Dark Cyan. HEX triplet: 11, 96 and 88. RGB value is (17,150,136). Sum of RGB (Red+Green+Blue) = 17+150+136=303 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.61% from 303); Green value is 150 (58.98% from 255 or 49.50% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 150 - color contains mainly: green. Hex color #119688 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119688 is #EE6977. Grayscale: #6C6C6C. Windows color (decimal): -15624568 or 8951313. OLE color: 8951313.

HSL color Cylindrical-coordinate representation of color #119688: hue angle of 173.68º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119688 is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 150 136 -
CMYK 0.89 0 0.09 0.41
HSL 173.68º 0.8% 0.33% -
HSV(B) 173.68º 0.89% 0.59% -
XYZ 15.58 23.71 27.05 -
YUV 108.64 143.44 62.64 -
System Red Green Blue C M Y K H S L
Decimal 17 150 136 0.89 0 0.09 0.41 173.68 0.8 0.33
Hex 11 96 88 59 0 9 29 AE 50 21
Octal 21 226 210 131 0 11 51 256 120 41
Binary 10001 10010110 10001000 1011001 0 1001 101001 10101110 1010000 100001

Color Harmonies of #119688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119688

Black with #119688

Text Example


Text Example

White with #119688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119688; }

 p { color: rgb(17,150,136); }

 H1.HeaderClassName
 {
   color: #119688;
 }
 .AnyTagClassName
 {
   color: #119688;
 }
</style>

background-color css

<style>
 a { background-color: #119688; }

 a { background-color: rgb(17,150,136); }

 div.DivClassName
 {
   background-color: #119688;
 }
 .BgClassName
 {
   background-color: #119688;
 }
</style>

border-color css

<style>
 span { border-color: #119688; }

 span { border-color: rgb(17,150,136); }

 td.TdClassName
 {
   border-color: #119688;
 }
 .TagClassName
 {
   border-color: #119688;
 }
</style>