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