Shades of Dark Cyan #119291
Tints of Dark Cyan #119291
RGB
CMYK
RGB Variations
Color information
#119291 (or 0x119291) is known color: Dark Cyan. HEX triplet: 11, 92 and 91. RGB value is (17,146,145). Sum of RGB (Red+Green+Blue) = 17+146+145=308 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.52% from 308); Green value is 146 (57.42% from 255 or 47.40% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 146 - color contains mainly: green. Hex color #119291 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119291 is #EE6D6E. Grayscale: #6B6B6B. Windows color (decimal): -15625583 or 9540113. OLE color: 9540113.
HSL color Cylindrical-coordinate representation of color #119291: hue angle of 179.53º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #119291 is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 146 | 145 | - |
| CMYK | 0.88 | 0 | 0.01 | 0.43 |
| HSL | 179.53º | 0.79% | 0.32% | - |
| HSV(B) | 179.53º | 0.88% | 0.57% | - |
| XYZ | 15.62 | 22.72 | 30.35 | - |
| YUV | 107.32 | 149.26 | 63.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 146 | 145 | 0.88 | 0 | 0.01 | 0.43 | 179.53 | 0.79 | 0.32 |
| Hex | 11 | 92 | 91 | 58 | 0 | 1 | 2B | B4 | 4F | 20 |
| Octal | 21 | 222 | 221 | 130 | 0 | 1 | 53 | 264 | 117 | 40 |
| Binary | 10001 | 10010010 | 10010001 | 1011000 | 0 | 1 | 101011 | 10110100 | 1001111 | 100000 |
Color Harmonies of #119291
Complementary color
Monochromatic Colors of #119291
Black with #119291
Text Example
Text Example
White with #119291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119291; }
p { color: rgb(17,146,145); }
H1.HeaderClassName
{
color: #119291;
}
.AnyTagClassName
{
color: #119291;
}
</style>
background-color css
<style>
a { background-color: #119291; }
a { background-color: rgb(17,146,145); }
div.DivClassName
{
background-color: #119291;
}
.BgClassName
{
background-color: #119291;
}
</style>
border-color css
<style>
span { border-color: #119291; }
span { border-color: rgb(17,146,145); }
td.TdClassName
{
border-color: #119291;
}
.TagClassName
{
border-color: #119291;
}
</style>