Shades of Dark Cyan #119588
Tints of Dark Cyan #119588
RGB
CMYK
RGB Variations
Color information
#119588 (or 0x119588) is known color: Dark Cyan. HEX triplet: 11, 95 and 88. RGB value is (17,149,136). Sum of RGB (Red+Green+Blue) = 17+149+136=302 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.63% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 149 - color contains mainly: green. Hex color #119588 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119588 is #EE6A77. Grayscale: #6B6B6B. Windows color (decimal): -15624824 or 8951057. OLE color: 8951057.
HSL color Cylindrical-coordinate representation of color #119588: hue angle of 174.09º 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 #119588 is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 149 | 136 | - |
| CMYK | 0.89 | 0 | 0.09 | 0.42 |
| HSL | 174.09º | 0.8% | 0.33% | - |
| HSV(B) | 174.09º | 0.89% | 0.58% | - |
| XYZ | 15.42 | 23.39 | 26.99 | - |
| YUV | 108.05 | 143.77 | 63.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 149 | 136 | 0.89 | 0 | 0.09 | 0.42 | 174.09 | 0.8 | 0.33 |
| Hex | 11 | 95 | 88 | 59 | 0 | 9 | 2A | AE | 50 | 21 |
| Octal | 21 | 225 | 210 | 131 | 0 | 11 | 52 | 256 | 120 | 41 |
| Binary | 10001 | 10010101 | 10001000 | 1011001 | 0 | 1001 | 101010 | 10101110 | 1010000 | 100001 |
Color Harmonies of #119588
Complementary color
Monochromatic Colors of #119588
Black with #119588
Text Example
Text Example
White with #119588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119588; }
p { color: rgb(17,149,136); }
H1.HeaderClassName
{
color: #119588;
}
.AnyTagClassName
{
color: #119588;
}
</style>
background-color css
<style>
a { background-color: #119588; }
a { background-color: rgb(17,149,136); }
div.DivClassName
{
background-color: #119588;
}
.BgClassName
{
background-color: #119588;
}
</style>
border-color css
<style>
span { border-color: #119588; }
span { border-color: rgb(17,149,136); }
td.TdClassName
{
border-color: #119588;
}
.TagClassName
{
border-color: #119588;
}
</style>