Shades of Dark Cyan #0E988E
Tints of Dark Cyan #0E988E
RGB
CMYK
RGB Variations
Color information
#0E988E (or 0x0E988E) is known color: Dark Cyan. HEX triplet: 0E, 98 and 8E. RGB value is (14,152,142). Sum of RGB (Red+Green+Blue) = 14+152+142=308 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.55% from 308); Green value is 152 (59.77% from 255 or 49.35% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 152 - color contains mainly: green. Hex color #0E988E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E988E is #F16771. Grayscale: #6D6D6D. Windows color (decimal): -15820658 or 9345038. OLE color: 9345038.
HSL color Cylindrical-coordinate representation of color #0E988E: hue angle of 175.65º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E988E is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 14 | 152 | 142 | - |
| CMYK | 0.91 | 0 | 0.07 | 0.40 |
| HSL | 175.65º | 0.83% | 0.33% | - |
| HSV(B) | 175.65º | 0.91% | 0.6% | - |
| XYZ | 16.29 | 24.5 | 29.46 | - |
| YUV | 109.6 | 146.28 | 59.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 152 | 142 | 0.91 | 0 | 0.07 | 0.40 | 175.65 | 0.83 | 0.33 |
| Hex | E | 98 | 8E | 5B | 0 | 7 | 28 | B0 | 53 | 21 |
| Octal | 16 | 230 | 216 | 133 | 0 | 7 | 50 | 260 | 123 | 41 |
| Binary | 1110 | 10011000 | 10001110 | 1011011 | 0 | 111 | 101000 | 10110000 | 1010011 | 100001 |
Color Harmonies of #0E988E
Complementary color
Monochromatic Colors of #0E988E
Black with #0E988E
Text Example
Text Example
White with #0E988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E988E; }
p { color: rgb(14,152,142); }
H1.HeaderClassName
{
color: #0E988E;
}
.AnyTagClassName
{
color: #0E988E;
}
</style>
background-color css
<style>
a { background-color: #0E988E; }
a { background-color: rgb(14,152,142); }
div.DivClassName
{
background-color: #0E988E;
}
.BgClassName
{
background-color: #0E988E;
}
</style>
border-color css
<style>
span { border-color: #0E988E; }
span { border-color: rgb(14,152,142); }
td.TdClassName
{
border-color: #0E988E;
}
.TagClassName
{
border-color: #0E988E;
}
</style>