Shades of Dark Cyan #119185
Tints of Dark Cyan #119185
RGB
CMYK
RGB Variations
Color information
#119185 (or 0x119185) is known color: Dark Cyan. HEX triplet: 11, 91 and 85. RGB value is (17,145,133). Sum of RGB (Red+Green+Blue) = 17+145+133=295 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.76% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 145 - color contains mainly: green. Hex color #119185 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119185 is #EE6E7A. Grayscale: #696969. Windows color (decimal): -15625851 or 8753425. OLE color: 8753425.
HSL color Cylindrical-coordinate representation of color #119185: hue angle of 174.38º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #119185 is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 145 | 133 | - |
| CMYK | 0.88 | 0 | 0.08 | 0.43 |
| HSL | 174.38º | 0.79% | 0.32% | - |
| HSV(B) | 174.38º | 0.88% | 0.57% | - |
| XYZ | 14.59 | 22.06 | 25.68 | - |
| YUV | 105.36 | 143.59 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 145 | 133 | 0.88 | 0 | 0.08 | 0.43 | 174.38 | 0.79 | 0.32 |
| Hex | 11 | 91 | 85 | 58 | 0 | 8 | 2B | AE | 4F | 20 |
| Octal | 21 | 221 | 205 | 130 | 0 | 10 | 53 | 256 | 117 | 40 |
| Binary | 10001 | 10010001 | 10000101 | 1011000 | 0 | 1000 | 101011 | 10101110 | 1001111 | 100000 |
Color Harmonies of #119185
Complementary color
Monochromatic Colors of #119185
Black with #119185
Text Example
Text Example
White with #119185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119185; }
p { color: rgb(17,145,133); }
H1.HeaderClassName
{
color: #119185;
}
.AnyTagClassName
{
color: #119185;
}
</style>
background-color css
<style>
a { background-color: #119185; }
a { background-color: rgb(17,145,133); }
div.DivClassName
{
background-color: #119185;
}
.BgClassName
{
background-color: #119185;
}
</style>
border-color css
<style>
span { border-color: #119185; }
span { border-color: rgb(17,145,133); }
td.TdClassName
{
border-color: #119185;
}
.TagClassName
{
border-color: #119185;
}
</style>