Shades of Dark Cyan #0E8992
Tints of Dark Cyan #0E8992
RGB
CMYK
RGB Variations
Color information
#0E8992 (or 0x0E8992) is known color: Dark Cyan. HEX triplet: 0E, 89 and 92. RGB value is (14,137,146). Sum of RGB (Red+Green+Blue) = 14+137+146=297 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.71% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #0E8992 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8992 is #F1766D. Grayscale: #656565. Windows color (decimal): -15824494 or 9603342. OLE color: 9603342.
HSL color Cylindrical-coordinate representation of color #0E8992: hue angle of 184.09º 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 #0E8992 is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 14 | 137 | 146 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.43 |
| HSL | 184.09º | 0.83% | 0.31% | - |
| HSV(B) | 184.09º | 0.9% | 0.57% | - |
| XYZ | 14.32 | 20.06 | 30.31 | - |
| YUV | 101.25 | 153.25 | 65.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 137 | 146 | 0.90 | 0.06 | 0 | 0.43 | 184.09 | 0.83 | 0.31 |
| Hex | E | 89 | 92 | 5A | 6 | 0 | 2B | B8 | 52 | 1F |
| Octal | 16 | 211 | 222 | 132 | 6 | 0 | 53 | 270 | 122 | 37 |
| Binary | 1110 | 10001001 | 10010010 | 1011010 | 110 | 0 | 101011 | 10111000 | 1010010 | 11111 |
Color Harmonies of #0E8992
Complementary color
Monochromatic Colors of #0E8992
Black with #0E8992
Text Example
Text Example
White with #0E8992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8992; }
p { color: rgb(14,137,146); }
H1.HeaderClassName
{
color: #0E8992;
}
.AnyTagClassName
{
color: #0E8992;
}
</style>
background-color css
<style>
a { background-color: #0E8992; }
a { background-color: rgb(14,137,146); }
div.DivClassName
{
background-color: #0E8992;
}
.BgClassName
{
background-color: #0E8992;
}
</style>
border-color css
<style>
span { border-color: #0E8992; }
span { border-color: rgb(14,137,146); }
td.TdClassName
{
border-color: #0E8992;
}
.TagClassName
{
border-color: #0E8992;
}
</style>