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