Shades of Dark Cyan #119392
Tints of Dark Cyan #119392
RGB
CMYK
RGB Variations
Color information
#119392 (or 0x119392) is known color: Dark Cyan. HEX triplet: 11, 93 and 92. RGB value is (17,147,146). Sum of RGB (Red+Green+Blue) = 17+147+146=310 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.48% from 310); Green value is 147 (57.81% from 255 or 47.42% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 147 - color contains mainly: green. Hex color #119392 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119392 is #EE6C6D. Grayscale: #6B6B6B. Windows color (decimal): -15625326 or 9605905. OLE color: 9605905.
HSL color Cylindrical-coordinate representation of color #119392: hue angle of 179.54º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #119392 is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 147 | 146 | - |
| CMYK | 0.88 | 0 | 0.01 | 0.42 |
| HSL | 179.54º | 0.79% | 0.32% | - |
| HSV(B) | 179.54º | 0.88% | 0.58% | - |
| XYZ | 15.85 | 23.06 | 30.81 | - |
| YUV | 108.02 | 149.43 | 63.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 147 | 146 | 0.88 | 0 | 0.01 | 0.42 | 179.54 | 0.79 | 0.32 |
| Hex | 11 | 93 | 92 | 58 | 0 | 1 | 2A | B4 | 4F | 20 |
| Octal | 21 | 223 | 222 | 130 | 0 | 1 | 52 | 264 | 117 | 40 |
| Binary | 10001 | 10010011 | 10010010 | 1011000 | 0 | 1 | 101010 | 10110100 | 1001111 | 100000 |
Color Harmonies of #119392
Complementary color
Monochromatic Colors of #119392
Black with #119392
Text Example
Text Example
White with #119392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119392; }
p { color: rgb(17,147,146); }
H1.HeaderClassName
{
color: #119392;
}
.AnyTagClassName
{
color: #119392;
}
</style>
background-color css
<style>
a { background-color: #119392; }
a { background-color: rgb(17,147,146); }
div.DivClassName
{
background-color: #119392;
}
.BgClassName
{
background-color: #119392;
}
</style>
border-color css
<style>
span { border-color: #119392; }
span { border-color: rgb(17,147,146); }
td.TdClassName
{
border-color: #119392;
}
.TagClassName
{
border-color: #119392;
}
</style>