Shades of Dark Cyan #0E938E
Tints of Dark Cyan #0E938E
RGB
CMYK
RGB Variations
Color information
#0E938E (or 0x0E938E) is known color: Dark Cyan. HEX triplet: 0E, 93 and 8E. RGB value is (14,147,142). Sum of RGB (Red+Green+Blue) = 14+147+142=303 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.62% from 303); Green value is 147 (57.81% from 255 or 48.51% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 147 - color contains mainly: green. Hex color #0E938E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E938E is #F16C71. Grayscale: #6A6A6A. Windows color (decimal): -15821938 or 9343758. OLE color: 9343758.
HSL color Cylindrical-coordinate representation of color #0E938E: hue angle of 177.74º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E938E is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 147 | 142 | - |
| CMYK | 0.90 | 0 | 0.03 | 0.42 |
| HSL | 177.74º | 0.83% | 0.32% | - |
| HSV(B) | 177.74º | 0.9% | 0.58% | - |
| XYZ | 15.5 | 22.91 | 29.2 | - |
| YUV | 106.66 | 147.94 | 61.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 147 | 142 | 0.90 | 0 | 0.03 | 0.42 | 177.74 | 0.83 | 0.32 |
| Hex | E | 93 | 8E | 5A | 0 | 3 | 2A | B2 | 53 | 20 |
| Octal | 16 | 223 | 216 | 132 | 0 | 3 | 52 | 262 | 123 | 40 |
| Binary | 1110 | 10010011 | 10001110 | 1011010 | 0 | 11 | 101010 | 10110010 | 1010011 | 100000 |
Color Harmonies of #0E938E
Complementary color
Monochromatic Colors of #0E938E
Black with #0E938E
Text Example
Text Example
White with #0E938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E938E; }
p { color: rgb(14,147,142); }
H1.HeaderClassName
{
color: #0E938E;
}
.AnyTagClassName
{
color: #0E938E;
}
</style>
background-color css
<style>
a { background-color: #0E938E; }
a { background-color: rgb(14,147,142); }
div.DivClassName
{
background-color: #0E938E;
}
.BgClassName
{
background-color: #0E938E;
}
</style>
border-color css
<style>
span { border-color: #0E938E; }
span { border-color: rgb(14,147,142); }
td.TdClassName
{
border-color: #0E938E;
}
.TagClassName
{
border-color: #0E938E;
}
</style>