Shades of Dark Cyan #0E9192
Tints of Dark Cyan #0E9192
RGB
CMYK
RGB Variations
Color information
#0E9192 (or 0x0E9192) is known color: Dark Cyan. HEX triplet: 0E, 91 and 92. RGB value is (14,145,146). Sum of RGB (Red+Green+Blue) = 14+145+146=305 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.59% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #0E9192 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9192 is #F16E6D. Grayscale: #696969. Windows color (decimal): -15822446 or 9605390. OLE color: 9605390.
HSL color Cylindrical-coordinate representation of color #0E9192: hue angle of 180.45º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E9192 is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 14 | 145 | 146 | - |
| CMYK | 0.90 | 0.01 | 0 | 0.43 |
| HSL | 180.45º | 0.83% | 0.31% | - |
| HSV(B) | 180.45º | 0.9% | 0.57% | - |
| XYZ | 15.49 | 22.42 | 30.7 | - |
| YUV | 105.95 | 150.6 | 62.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 145 | 146 | 0.90 | 0.01 | 0 | 0.43 | 180.45 | 0.83 | 0.31 |
| Hex | E | 91 | 92 | 5A | 1 | 0 | 2B | B4 | 52 | 1F |
| Octal | 16 | 221 | 222 | 132 | 1 | 0 | 53 | 264 | 122 | 37 |
| Binary | 1110 | 10010001 | 10010010 | 1011010 | 1 | 0 | 101011 | 10110100 | 1010010 | 11111 |
Color Harmonies of #0E9192
Complementary color
Monochromatic Colors of #0E9192
Black with #0E9192
Text Example
Text Example
White with #0E9192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9192; }
p { color: rgb(14,145,146); }
H1.HeaderClassName
{
color: #0E9192;
}
.AnyTagClassName
{
color: #0E9192;
}
</style>
background-color css
<style>
a { background-color: #0E9192; }
a { background-color: rgb(14,145,146); }
div.DivClassName
{
background-color: #0E9192;
}
.BgClassName
{
background-color: #0E9192;
}
</style>
border-color css
<style>
span { border-color: #0E9192; }
span { border-color: rgb(14,145,146); }
td.TdClassName
{
border-color: #0E9192;
}
.TagClassName
{
border-color: #0E9192;
}
</style>