Shades of Dark Cyan #119492
Tints of Dark Cyan #119492
RGB
CMYK
RGB Variations
Color information
#119492 (or 0x119492) is known color: Dark Cyan. HEX triplet: 11, 94 and 92. RGB value is (17,148,146). Sum of RGB (Red+Green+Blue) = 17+148+146=311 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.47% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 148 - color contains mainly: green. Hex color #119492 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119492 is #EE6B6D. Grayscale: #6C6C6C. Windows color (decimal): -15625070 or 9606161. OLE color: 9606161.
HSL color Cylindrical-coordinate representation of color #119492: 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.89%. Process color model (Four color, CMYK) of #119492 is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 148 | 146 | - |
| CMYK | 0.89 | 0 | 0.01 | 0.42 |
| HSL | 179.08º | 0.79% | 0.32% | - |
| HSV(B) | 179.08º | 0.89% | 0.58% | - |
| XYZ | 16.01 | 23.37 | 30.86 | - |
| YUV | 108.6 | 149.1 | 62.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 148 | 146 | 0.89 | 0 | 0.01 | 0.42 | 179.08 | 0.79 | 0.32 |
| Hex | 11 | 94 | 92 | 59 | 0 | 1 | 2A | B3 | 4F | 20 |
| Octal | 21 | 224 | 222 | 131 | 0 | 1 | 52 | 263 | 117 | 40 |
| Binary | 10001 | 10010100 | 10010010 | 1011001 | 0 | 1 | 101010 | 10110011 | 1001111 | 100000 |
Color Harmonies of #119492
Complementary color
Monochromatic Colors of #119492
Black with #119492
Text Example
Text Example
White with #119492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119492; }
p { color: rgb(17,148,146); }
H1.HeaderClassName
{
color: #119492;
}
.AnyTagClassName
{
color: #119492;
}
</style>
background-color css
<style>
a { background-color: #119492; }
a { background-color: rgb(17,148,146); }
div.DivClassName
{
background-color: #119492;
}
.BgClassName
{
background-color: #119492;
}
</style>
border-color css
<style>
span { border-color: #119492; }
span { border-color: rgb(17,148,146); }
td.TdClassName
{
border-color: #119492;
}
.TagClassName
{
border-color: #119492;
}
</style>