Html Css Color HEX #119589 Dark Cyan

📋 copy color: '#119589'

red 17 ◦ green 149 ◦ blue 137

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

Shades of Dark Cyan #119589

Tints of Dark Cyan #119589

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.17%

 BLUE value IS 137 (53.91% from 255) = 45.21%

R = 5.61%
G = 49.17%
B = 45.21%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#119589 (or 0x119589) is known color: Dark Cyan. HEX triplet: 11, 95 and 89. RGB value is (17,149,137). Sum of RGB (Red+Green+Blue) = 17+149+137=303 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.61% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #119589 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119589 is #EE6A76. Grayscale: #6C6C6C. Windows color (decimal): -15624823 or 9016593. OLE color: 9016593.

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

Color convert

RGB 17 149 137 -
CMYK 0.89 0 0.08 0.42
HSL 174.55º 0.8% 0.33% -
HSV(B) 174.55º 0.89% 0.58% -
XYZ 15.49 23.42 27.37 -
YUV 108.16 144.27 62.98 -
System Red Green Blue C M Y K H S L
Decimal 17 149 137 0.89 0 0.08 0.42 174.55 0.8 0.33
Hex 11 95 89 59 0 8 2A AF 50 21
Octal 21 225 211 131 0 10 52 257 120 41
Binary 10001 10010101 10001001 1011001 0 1000 101010 10101111 1010000 100001

Color Harmonies of #119589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119589

Black with #119589

Text Example


Text Example

White with #119589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119589; }

 p { color: rgb(17,149,137); }

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

background-color css

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

 a { background-color: rgb(17,149,137); }

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

border-color css

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

 span { border-color: rgb(17,149,137); }

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