Shades of Dark Cyan #119086
Tints of Dark Cyan #119086
RGB
CMYK
RGB Variations
Color information
#119086 (or 0x119086) is known color: Dark Cyan. HEX triplet: 11, 90 and 86. RGB value is (17,144,134). Sum of RGB (Red+Green+Blue) = 17+144+134=295 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.76% from 295); Green value is 144 (56.64% from 255 or 48.81% from 295); Blue value is 134 (52.73% from 255 or 45.42% from 295); Max value from RGB is 144 - color contains mainly: green. Hex color #119086 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119086 is #EE6F79. Grayscale: #686868. Windows color (decimal): -15626106 or 8818705. OLE color: 8818705.
HSL color Cylindrical-coordinate representation of color #119086: hue angle of 175.28º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #119086 is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 144 | 134 | - |
| CMYK | 0.88 | 0 | 0.07 | 0.44 |
| HSL | 175.28º | 0.79% | 0.32% | - |
| HSV(B) | 175.28º | 0.88% | 0.56% | - |
| XYZ | 14.51 | 21.79 | 25.99 | - |
| YUV | 104.89 | 144.42 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 144 | 134 | 0.88 | 0 | 0.07 | 0.44 | 175.28 | 0.79 | 0.32 |
| Hex | 11 | 90 | 86 | 58 | 0 | 7 | 2C | AF | 4F | 20 |
| Octal | 21 | 220 | 206 | 130 | 0 | 7 | 54 | 257 | 117 | 40 |
| Binary | 10001 | 10010000 | 10000110 | 1011000 | 0 | 111 | 101100 | 10101111 | 1001111 | 100000 |
Color Harmonies of #119086
Complementary color
Monochromatic Colors of #119086
Black with #119086
Text Example
Text Example
White with #119086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119086; }
p { color: rgb(17,144,134); }
H1.HeaderClassName
{
color: #119086;
}
.AnyTagClassName
{
color: #119086;
}
</style>
background-color css
<style>
a { background-color: #119086; }
a { background-color: rgb(17,144,134); }
div.DivClassName
{
background-color: #119086;
}
.BgClassName
{
background-color: #119086;
}
</style>
border-color css
<style>
span { border-color: #119086; }
span { border-color: rgb(17,144,134); }
td.TdClassName
{
border-color: #119086;
}
.TagClassName
{
border-color: #119086;
}
</style>