Shades of Dark Cyan #119391
Tints of Dark Cyan #119391
RGB
CMYK
RGB Variations
Color information
#119391 (or 0x119391) is known color: Dark Cyan. HEX triplet: 11, 93 and 91. RGB value is (17,147,145). Sum of RGB (Red+Green+Blue) = 17+147+145=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 147 - color contains mainly: green. Hex color #119391 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119391 is #EE6C6E. Grayscale: #6B6B6B. Windows color (decimal): -15625327 or 9540369. OLE color: 9540369.
HSL color Cylindrical-coordinate representation of color #119391: hue angle of 179.08º 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 #119391 is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 147 | 145 | - |
| CMYK | 0.88 | 0 | 0.01 | 0.42 |
| HSL | 179.08º | 0.79% | 0.32% | - |
| HSV(B) | 179.08º | 0.88% | 0.58% | - |
| XYZ | 15.78 | 23.03 | 30.4 | - |
| YUV | 107.9 | 148.93 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 147 | 145 | 0.88 | 0 | 0.01 | 0.42 | 179.08 | 0.79 | 0.32 |
| Hex | 11 | 93 | 91 | 58 | 0 | 1 | 2A | B3 | 4F | 20 |
| Octal | 21 | 223 | 221 | 130 | 0 | 1 | 52 | 263 | 117 | 40 |
| Binary | 10001 | 10010011 | 10010001 | 1011000 | 0 | 1 | 101010 | 10110011 | 1001111 | 100000 |
Color Harmonies of #119391
Complementary color
Monochromatic Colors of #119391
Black with #119391
Text Example
Text Example
White with #119391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119391; }
p { color: rgb(17,147,145); }
H1.HeaderClassName
{
color: #119391;
}
.AnyTagClassName
{
color: #119391;
}
</style>
background-color css
<style>
a { background-color: #119391; }
a { background-color: rgb(17,147,145); }
div.DivClassName
{
background-color: #119391;
}
.BgClassName
{
background-color: #119391;
}
</style>
border-color css
<style>
span { border-color: #119391; }
span { border-color: rgb(17,147,145); }
td.TdClassName
{
border-color: #119391;
}
.TagClassName
{
border-color: #119391;
}
</style>