Shades of Dark Cyan #0E958B
Tints of Dark Cyan #0E958B
RGB
CMYK
RGB Variations
Color information
#0E958B (or 0x0E958B) is known color: Dark Cyan. HEX triplet: 0E, 95 and 8B. RGB value is (14,149,139). Sum of RGB (Red+Green+Blue) = 14+149+139=302 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.64% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 149 - color contains mainly: green. Hex color #0E958B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E958B is #F16A74. Grayscale: #6B6B6B. Windows color (decimal): -15821429 or 9147662. OLE color: 9147662.
HSL color Cylindrical-coordinate representation of color #0E958B: hue angle of 175.56º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E958B is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 149 | 139 | - |
| CMYK | 0.91 | 0 | 0.07 | 0.42 |
| HSL | 175.56º | 0.83% | 0.32% | - |
| HSV(B) | 175.56º | 0.91% | 0.58% | - |
| XYZ | 15.59 | 23.45 | 28.13 | - |
| YUV | 107.5 | 145.77 | 61.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 149 | 139 | 0.91 | 0 | 0.07 | 0.42 | 175.56 | 0.83 | 0.32 |
| Hex | E | 95 | 8B | 5B | 0 | 7 | 2A | B0 | 53 | 20 |
| Octal | 16 | 225 | 213 | 133 | 0 | 7 | 52 | 260 | 123 | 40 |
| Binary | 1110 | 10010101 | 10001011 | 1011011 | 0 | 111 | 101010 | 10110000 | 1010011 | 100000 |
Color Harmonies of #0E958B
Complementary color
Monochromatic Colors of #0E958B
Black with #0E958B
Text Example
Text Example
White with #0E958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E958B; }
p { color: rgb(14,149,139); }
H1.HeaderClassName
{
color: #0E958B;
}
.AnyTagClassName
{
color: #0E958B;
}
</style>
background-color css
<style>
a { background-color: #0E958B; }
a { background-color: rgb(14,149,139); }
div.DivClassName
{
background-color: #0E958B;
}
.BgClassName
{
background-color: #0E958B;
}
</style>
border-color css
<style>
span { border-color: #0E958B; }
span { border-color: rgb(14,149,139); }
td.TdClassName
{
border-color: #0E958B;
}
.TagClassName
{
border-color: #0E958B;
}
</style>