Shades of Dark Cyan #0E8892
Tints of Dark Cyan #0E8892
RGB
CMYK
RGB Variations
Color information
#0E8892 (or 0x0E8892) is known color: Dark Cyan. HEX triplet: 0E, 88 and 92. RGB value is (14,136,146). Sum of RGB (Red+Green+Blue) = 14+136+146=296 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.73% from 296); Green value is 136 (53.52% from 255 or 45.95% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #0E8892 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8892 is #F1776D. Grayscale: #646464. Windows color (decimal): -15824750 or 9603086. OLE color: 9603086.
HSL color Cylindrical-coordinate representation of color #0E8892: hue angle of 184.55º 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 #0E8892 is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 14 | 136 | 146 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.43 |
| HSL | 184.55º | 0.83% | 0.31% | - |
| HSV(B) | 184.55º | 0.9% | 0.57% | - |
| XYZ | 14.17 | 19.78 | 30.26 | - |
| YUV | 100.66 | 153.58 | 66.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 136 | 146 | 0.90 | 0.07 | 0 | 0.43 | 184.55 | 0.83 | 0.31 |
| Hex | E | 88 | 92 | 5A | 7 | 0 | 2B | B9 | 52 | 1F |
| Octal | 16 | 210 | 222 | 132 | 7 | 0 | 53 | 271 | 122 | 37 |
| Binary | 1110 | 10001000 | 10010010 | 1011010 | 111 | 0 | 101011 | 10111001 | 1010010 | 11111 |
Color Harmonies of #0E8892
Complementary color
Monochromatic Colors of #0E8892
Black with #0E8892
Text Example
Text Example
White with #0E8892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8892; }
p { color: rgb(14,136,146); }
H1.HeaderClassName
{
color: #0E8892;
}
.AnyTagClassName
{
color: #0E8892;
}
</style>
background-color css
<style>
a { background-color: #0E8892; }
a { background-color: rgb(14,136,146); }
div.DivClassName
{
background-color: #0E8892;
}
.BgClassName
{
background-color: #0E8892;
}
</style>
border-color css
<style>
span { border-color: #0E8892; }
span { border-color: rgb(14,136,146); }
td.TdClassName
{
border-color: #0E8892;
}
.TagClassName
{
border-color: #0E8892;
}
</style>