Shades of Dark Cyan #119690
Tints of Dark Cyan #119690
RGB
CMYK
RGB Variations
Color information
#119690 (or 0x119690) is known color: Dark Cyan. HEX triplet: 11, 96 and 90. RGB value is (17,150,144). Sum of RGB (Red+Green+Blue) = 17+150+144=311 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.47% from 311); Green value is 150 (58.98% from 255 or 48.23% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 150 - color contains mainly: green. Hex color #119690 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119690 is #EE696F. Grayscale: #6D6D6D. Windows color (decimal): -15624560 or 9475601. OLE color: 9475601.
HSL color Cylindrical-coordinate representation of color #119690: hue angle of 177.29º 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 #119690 is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 150 | 144 | - |
| CMYK | 0.89 | 0 | 0.04 | 0.41 |
| HSL | 177.29º | 0.8% | 0.33% | - |
| HSV(B) | 177.29º | 0.89% | 0.59% | - |
| XYZ | 16.17 | 23.95 | 30.16 | - |
| YUV | 109.55 | 147.44 | 61.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 150 | 144 | 0.89 | 0 | 0.04 | 0.41 | 177.29 | 0.8 | 0.33 |
| Hex | 11 | 96 | 90 | 59 | 0 | 4 | 29 | B1 | 50 | 21 |
| Octal | 21 | 226 | 220 | 131 | 0 | 4 | 51 | 261 | 120 | 41 |
| Binary | 10001 | 10010110 | 10010000 | 1011001 | 0 | 100 | 101001 | 10110001 | 1010000 | 100001 |
Color Harmonies of #119690
Complementary color
Monochromatic Colors of #119690
Black with #119690
Text Example
Text Example
White with #119690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119690; }
p { color: rgb(17,150,144); }
H1.HeaderClassName
{
color: #119690;
}
.AnyTagClassName
{
color: #119690;
}
</style>
background-color css
<style>
a { background-color: #119690; }
a { background-color: rgb(17,150,144); }
div.DivClassName
{
background-color: #119690;
}
.BgClassName
{
background-color: #119690;
}
</style>
border-color css
<style>
span { border-color: #119690; }
span { border-color: rgb(17,150,144); }
td.TdClassName
{
border-color: #119690;
}
.TagClassName
{
border-color: #119690;
}
</style>