Html Css Color HEX #119587 Dark Cyan

📋 copy color: '#119587'

red 17 ◦ green 149 ◦ blue 135

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

Shades of Dark Cyan #119587

Tints of Dark Cyan #119587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 44.85%

R = 5.65%
G = 49.5%
B = 44.85%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#119587 (or 0x119587) is known color: Dark Cyan. HEX triplet: 11, 95 and 87. RGB value is (17,149,135). Sum of RGB (Red+Green+Blue) = 17+149+135=301 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.65% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #119587 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119587 is #EE6A78. Grayscale: #6B6B6B. Windows color (decimal): -15624825 or 8885521. OLE color: 8885521.

HSL color Cylindrical-coordinate representation of color #119587: hue angle of 173.64º 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 #119587 is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 149 135 -
CMYK 0.89 0 0.09 0.42
HSL 173.64º 0.8% 0.33% -
HSV(B) 173.64º 0.89% 0.58% -
XYZ 15.35 23.36 26.62 -
YUV 107.94 143.27 63.14 -
System Red Green Blue C M Y K H S L
Decimal 17 149 135 0.89 0 0.09 0.42 173.64 0.8 0.33
Hex 11 95 87 59 0 9 2A AE 50 21
Octal 21 225 207 131 0 11 52 256 120 41
Binary 10001 10010101 10000111 1011001 0 1001 101010 10101110 1010000 100001

Color Harmonies of #119587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119587

Black with #119587

Text Example


Text Example

White with #119587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119587; }

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

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

background-color css

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

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

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

border-color css

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

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

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