Shades of Dark Cyan #119195
Tints of Dark Cyan #119195
RGB
CMYK
RGB Variations
Color information
#119195 (or 0x119195) is known color: Dark Cyan. HEX triplet: 11, 91 and 95. RGB value is (17,145,149). Sum of RGB (Red+Green+Blue) = 17+145+149=311 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.47% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #119195 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119195 is #EE6E6A. Grayscale: #6B6B6B. Windows color (decimal): -15625835 or 9802001. OLE color: 9802001.
HSL color Cylindrical-coordinate representation of color #119195: hue angle of 181.82º 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 #119195 is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 145 | 149 | - |
| CMYK | 0.89 | 0.03 | 0 | 0.42 |
| HSL | 181.82º | 0.8% | 0.33% | - |
| HSV(B) | 181.82º | 0.89% | 0.58% | - |
| XYZ | 15.78 | 22.54 | 31.95 | - |
| YUV | 107.18 | 151.59 | 63.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 145 | 149 | 0.89 | 0.03 | 0 | 0.42 | 181.82 | 0.8 | 0.33 |
| Hex | 11 | 91 | 95 | 59 | 3 | 0 | 2A | B6 | 50 | 21 |
| Octal | 21 | 221 | 225 | 131 | 3 | 0 | 52 | 266 | 120 | 41 |
| Binary | 10001 | 10010001 | 10010101 | 1011001 | 11 | 0 | 101010 | 10110110 | 1010000 | 100001 |
Color Harmonies of #119195
Complementary color
Monochromatic Colors of #119195
Black with #119195
Text Example
Text Example
White with #119195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119195; }
p { color: rgb(17,145,149); }
H1.HeaderClassName
{
color: #119195;
}
.AnyTagClassName
{
color: #119195;
}
</style>
background-color css
<style>
a { background-color: #119195; }
a { background-color: rgb(17,145,149); }
div.DivClassName
{
background-color: #119195;
}
.BgClassName
{
background-color: #119195;
}
</style>
border-color css
<style>
span { border-color: #119195; }
span { border-color: rgb(17,145,149); }
td.TdClassName
{
border-color: #119195;
}
.TagClassName
{
border-color: #119195;
}
</style>