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