Shades of Dark Cyan #119686
Tints of Dark Cyan #119686
RGB
CMYK
RGB Variations
Color information
#119686 (or 0x119686) is known color: Dark Cyan. HEX triplet: 11, 96 and 86. RGB value is (17,150,134). Sum of RGB (Red+Green+Blue) = 17+150+134=301 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.65% from 301); Green value is 150 (58.98% from 255 or 49.83% from 301); Blue value is 134 (52.73% from 255 or 44.52% from 301); Max value from RGB is 150 - color contains mainly: green. Hex color #119686 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119686 is #EE6979. Grayscale: #6C6C6C. Windows color (decimal): -15624570 or 8820241. OLE color: 8820241.
HSL color Cylindrical-coordinate representation of color #119686: hue angle of 172.78º 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 #119686 is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 150 | 134 | - |
| CMYK | 0.89 | 0 | 0.11 | 0.41 |
| HSL | 172.78º | 0.8% | 0.33% | - |
| HSV(B) | 172.78º | 0.89% | 0.59% | - |
| XYZ | 15.44 | 23.65 | 26.31 | - |
| YUV | 108.41 | 142.44 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 150 | 134 | 0.89 | 0 | 0.11 | 0.41 | 172.78 | 0.8 | 0.33 |
| Hex | 11 | 96 | 86 | 59 | 0 | B | 29 | AD | 50 | 21 |
| Octal | 21 | 226 | 206 | 131 | 0 | 13 | 51 | 255 | 120 | 41 |
| Binary | 10001 | 10010110 | 10000110 | 1011001 | 0 | 1011 | 101001 | 10101101 | 1010000 | 100001 |
Color Harmonies of #119686
Complementary color
Monochromatic Colors of #119686
Black with #119686
Text Example
Text Example
White with #119686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119686; }
p { color: rgb(17,150,134); }
H1.HeaderClassName
{
color: #119686;
}
.AnyTagClassName
{
color: #119686;
}
</style>
background-color css
<style>
a { background-color: #119686; }
a { background-color: rgb(17,150,134); }
div.DivClassName
{
background-color: #119686;
}
.BgClassName
{
background-color: #119686;
}
</style>
border-color css
<style>
span { border-color: #119686; }
span { border-color: rgb(17,150,134); }
td.TdClassName
{
border-color: #119686;
}
.TagClassName
{
border-color: #119686;
}
</style>