Shades of Dark Cyan #0E938F
Tints of Dark Cyan #0E938F
RGB
CMYK
RGB Variations
Color information
#0E938F (or 0x0E938F) is known color: Dark Cyan. HEX triplet: 0E, 93 and 8F. RGB value is (14,147,143). Sum of RGB (Red+Green+Blue) = 14+147+143=304 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.61% from 304); Green value is 147 (57.81% from 255 or 48.36% from 304); Blue value is 143 (56.25% from 255 or 47.04% from 304); Max value from RGB is 147 - color contains mainly: green. Hex color #0E938F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E938F is #F16C70. Grayscale: #6A6A6A. Windows color (decimal): -15821937 or 9409294. OLE color: 9409294.
HSL color Cylindrical-coordinate representation of color #0E938F: hue angle of 178.2º 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 #0E938F is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 147 | 143 | - |
| CMYK | 0.90 | 0 | 0.03 | 0.42 |
| HSL | 178.2º | 0.83% | 0.32% | - |
| HSV(B) | 178.2º | 0.9% | 0.58% | - |
| XYZ | 15.57 | 22.94 | 29.59 | - |
| YUV | 106.78 | 148.44 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 147 | 143 | 0.90 | 0 | 0.03 | 0.42 | 178.2 | 0.83 | 0.32 |
| Hex | E | 93 | 8F | 5A | 0 | 3 | 2A | B2 | 53 | 20 |
| Octal | 16 | 223 | 217 | 132 | 0 | 3 | 52 | 262 | 123 | 40 |
| Binary | 1110 | 10010011 | 10001111 | 1011010 | 0 | 11 | 101010 | 10110010 | 1010011 | 100000 |
Color Harmonies of #0E938F
Complementary color
Monochromatic Colors of #0E938F
Black with #0E938F
Text Example
Text Example
White with #0E938F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E938F; }
p { color: rgb(14,147,143); }
H1.HeaderClassName
{
color: #0E938F;
}
.AnyTagClassName
{
color: #0E938F;
}
</style>
background-color css
<style>
a { background-color: #0E938F; }
a { background-color: rgb(14,147,143); }
div.DivClassName
{
background-color: #0E938F;
}
.BgClassName
{
background-color: #0E938F;
}
</style>
border-color css
<style>
span { border-color: #0E938F; }
span { border-color: rgb(14,147,143); }
td.TdClassName
{
border-color: #0E938F;
}
.TagClassName
{
border-color: #0E938F;
}
</style>