Shades of Dark Cyan #0E8891
Tints of Dark Cyan #0E8891
RGB
CMYK
RGB Variations
Color information
#0E8891 (or 0x0E8891) is known color: Dark Cyan. HEX triplet: 0E, 88 and 91. RGB value is (14,136,145). Sum of RGB (Red+Green+Blue) = 14+136+145=295 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.75% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: blue. Hex color #0E8891 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8891 is #F1776E. Grayscale: #646464. Windows color (decimal): -15824751 or 9537550. OLE color: 9537550.
HSL color Cylindrical-coordinate representation of color #0E8891: hue angle of 184.12º 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 #0E8891 is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 14 | 136 | 145 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.43 |
| HSL | 184.12º | 0.82% | 0.31% | - |
| HSV(B) | 184.12º | 0.9% | 0.57% | - |
| XYZ | 14.1 | 19.75 | 29.86 | - |
| YUV | 100.55 | 153.08 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 136 | 145 | 0.90 | 0.06 | 0 | 0.43 | 184.12 | 0.82 | 0.31 |
| Hex | E | 88 | 91 | 5A | 6 | 0 | 2B | B8 | 52 | 1F |
| Octal | 16 | 210 | 221 | 132 | 6 | 0 | 53 | 270 | 122 | 37 |
| Binary | 1110 | 10001000 | 10010001 | 1011010 | 110 | 0 | 101011 | 10111000 | 1010010 | 11111 |
Color Harmonies of #0E8891
Complementary color
Monochromatic Colors of #0E8891
Black with #0E8891
Text Example
Text Example
White with #0E8891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8891; }
p { color: rgb(14,136,145); }
H1.HeaderClassName
{
color: #0E8891;
}
.AnyTagClassName
{
color: #0E8891;
}
</style>
background-color css
<style>
a { background-color: #0E8891; }
a { background-color: rgb(14,136,145); }
div.DivClassName
{
background-color: #0E8891;
}
.BgClassName
{
background-color: #0E8891;
}
</style>
border-color css
<style>
span { border-color: #0E8891; }
span { border-color: rgb(14,136,145); }
td.TdClassName
{
border-color: #0E8891;
}
.TagClassName
{
border-color: #0E8891;
}
</style>