Shades of Dark Cyan #119586
Tints of Dark Cyan #119586
RGB
CMYK
RGB Variations
Color information
#119586 (or 0x119586) is known color: Dark Cyan. HEX triplet: 11, 95 and 86. RGB value is (17,149,134). Sum of RGB (Red+Green+Blue) = 17+149+134=300 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.67% from 300); Green value is 149 (58.59% from 255 or 49.67% from 300); Blue value is 134 (52.73% from 255 or 44.67% from 300); Max value from RGB is 149 - color contains mainly: green. Hex color #119586 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119586 is #EE6A79. Grayscale: #6B6B6B. Windows color (decimal): -15624826 or 8819985. OLE color: 8819985.
HSL color Cylindrical-coordinate representation of color #119586: hue angle of 173.18º 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 #119586 is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 149 | 134 | - |
| CMYK | 0.89 | 0 | 0.10 | 0.42 |
| HSL | 173.18º | 0.8% | 0.33% | - |
| HSV(B) | 173.18º | 0.89% | 0.58% | - |
| XYZ | 15.28 | 23.34 | 26.25 | - |
| YUV | 107.82 | 142.77 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 149 | 134 | 0.89 | 0 | 0.10 | 0.42 | 173.18 | 0.8 | 0.33 |
| Hex | 11 | 95 | 86 | 59 | 0 | A | 2A | AD | 50 | 21 |
| Octal | 21 | 225 | 206 | 131 | 0 | 12 | 52 | 255 | 120 | 41 |
| Binary | 10001 | 10010101 | 10000110 | 1011001 | 0 | 1010 | 101010 | 10101101 | 1010000 | 100001 |
Color Harmonies of #119586
Complementary color
Monochromatic Colors of #119586
Black with #119586
Text Example
Text Example
White with #119586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119586; }
p { color: rgb(17,149,134); }
H1.HeaderClassName
{
color: #119586;
}
.AnyTagClassName
{
color: #119586;
}
</style>
background-color css
<style>
a { background-color: #119586; }
a { background-color: rgb(17,149,134); }
div.DivClassName
{
background-color: #119586;
}
.BgClassName
{
background-color: #119586;
}
</style>
border-color css
<style>
span { border-color: #119586; }
span { border-color: rgb(17,149,134); }
td.TdClassName
{
border-color: #119586;
}
.TagClassName
{
border-color: #119586;
}
</style>