Shades of Dark Cyan #0E9393
Tints of Dark Cyan #0E9393
RGB
CMYK
RGB Variations
Color information
#0E9393 (or 0x0E9393) is known color: Dark Cyan. HEX triplet: 0E, 93 and 93. RGB value is (14,147,147). Sum of RGB (Red+Green+Blue) = 14+147+147=308 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.55% from 308); Green value is 147 (57.81% from 255 or 47.73% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: green, blue. Hex color #0E9393 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9393 is #F16C6C. Grayscale: #6B6B6B. Windows color (decimal): -15821933 or 9671438. OLE color: 9671438.
HSL color Cylindrical-coordinate representation of color #0E9393: hue angle of 180º 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 #0E9393 is Cyan = 0.90, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 147 | 147 | - |
| CMYK | 0.90 | 0 | 0 | 0.42 |
| HSL | 180º | 0.83% | 0.32% | - |
| HSV(B) | 180º | 0.9% | 0.58% | - |
| XYZ | 15.88 | 23.07 | 31.22 | - |
| YUV | 107.23 | 150.44 | 61.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 147 | 147 | 0.90 | 0 | 0 | 0.42 | 180 | 0.83 | 0.32 |
| Hex | E | 93 | 93 | 5A | 0 | 0 | 2A | B4 | 53 | 20 |
| Octal | 16 | 223 | 223 | 132 | 0 | 0 | 52 | 264 | 123 | 40 |
| Binary | 1110 | 10010011 | 10010011 | 1011010 | 0 | 0 | 101010 | 10110100 | 1010011 | 100000 |
Color Harmonies of #0E9393
Complementary color
Monochromatic Colors of #0E9393
Black with #0E9393
Text Example
Text Example
White with #0E9393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9393; }
p { color: rgb(14,147,147); }
H1.HeaderClassName
{
color: #0E9393;
}
.AnyTagClassName
{
color: #0E9393;
}
</style>
background-color css
<style>
a { background-color: #0E9393; }
a { background-color: rgb(14,147,147); }
div.DivClassName
{
background-color: #0E9393;
}
.BgClassName
{
background-color: #0E9393;
}
</style>
border-color css
<style>
span { border-color: #0E9393; }
span { border-color: rgb(14,147,147); }
td.TdClassName
{
border-color: #0E9393;
}
.TagClassName
{
border-color: #0E9393;
}
</style>