Shades of Dark Cyan #119590
Tints of Dark Cyan #119590
RGB
CMYK
RGB Variations
Color information
#119590 (or 0x119590) is known color: Dark Cyan. HEX triplet: 11, 95 and 90. RGB value is (17,149,144). Sum of RGB (Red+Green+Blue) = 17+149+144=310 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.48% from 310); Green value is 149 (58.59% from 255 or 48.06% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 149 - color contains mainly: green. Hex color #119590 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119590 is #EE6A6F. Grayscale: #6C6C6C. Windows color (decimal): -15624816 or 9475345. OLE color: 9475345.
HSL color Cylindrical-coordinate representation of color #119590: hue angle of 177.73º 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 #119590 is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 149 | 144 | - |
| CMYK | 0.89 | 0 | 0.03 | 0.42 |
| HSL | 177.73º | 0.8% | 0.33% | - |
| HSV(B) | 177.73º | 0.89% | 0.58% | - |
| XYZ | 16.01 | 23.63 | 30.1 | - |
| YUV | 108.96 | 147.77 | 62.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 149 | 144 | 0.89 | 0 | 0.03 | 0.42 | 177.73 | 0.8 | 0.33 |
| Hex | 11 | 95 | 90 | 59 | 0 | 3 | 2A | B2 | 50 | 21 |
| Octal | 21 | 225 | 220 | 131 | 0 | 3 | 52 | 262 | 120 | 41 |
| Binary | 10001 | 10010101 | 10010000 | 1011001 | 0 | 11 | 101010 | 10110010 | 1010000 | 100001 |
Color Harmonies of #119590
Complementary color
Monochromatic Colors of #119590
Black with #119590
Text Example
Text Example
White with #119590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119590; }
p { color: rgb(17,149,144); }
H1.HeaderClassName
{
color: #119590;
}
.AnyTagClassName
{
color: #119590;
}
</style>
background-color css
<style>
a { background-color: #119590; }
a { background-color: rgb(17,149,144); }
div.DivClassName
{
background-color: #119590;
}
.BgClassName
{
background-color: #119590;
}
</style>
border-color css
<style>
span { border-color: #119590; }
span { border-color: rgb(17,149,144); }
td.TdClassName
{
border-color: #119590;
}
.TagClassName
{
border-color: #119590;
}
</style>