Shades of Dark Cyan #0E958C
Tints of Dark Cyan #0E958C
RGB
CMYK
RGB Variations
Color information
#0E958C (or 0x0E958C) is known color: Dark Cyan. HEX triplet: 0E, 95 and 8C. RGB value is (14,149,140). Sum of RGB (Red+Green+Blue) = 14+149+140=303 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.62% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 140 (55.08% from 255 or 46.20% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #0E958C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E958C is #F16A73. Grayscale: #6B6B6B. Windows color (decimal): -15821428 or 9213198. OLE color: 9213198.
HSL color Cylindrical-coordinate representation of color #0E958C: hue angle of 176º 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 #0E958C is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 149 | 140 | - |
| CMYK | 0.91 | 0 | 0.06 | 0.42 |
| HSL | 176º | 0.83% | 0.32% | - |
| HSV(B) | 176º | 0.91% | 0.58% | - |
| XYZ | 15.66 | 23.48 | 28.52 | - |
| YUV | 107.61 | 146.27 | 61.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 149 | 140 | 0.91 | 0 | 0.06 | 0.42 | 176 | 0.83 | 0.32 |
| Hex | E | 95 | 8C | 5B | 0 | 6 | 2A | B0 | 53 | 20 |
| Octal | 16 | 225 | 214 | 133 | 0 | 6 | 52 | 260 | 123 | 40 |
| Binary | 1110 | 10010101 | 10001100 | 1011011 | 0 | 110 | 101010 | 10110000 | 1010011 | 100000 |
Color Harmonies of #0E958C
Complementary color
Monochromatic Colors of #0E958C
Black with #0E958C
Text Example
Text Example
White with #0E958C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E958C; }
p { color: rgb(14,149,140); }
H1.HeaderClassName
{
color: #0E958C;
}
.AnyTagClassName
{
color: #0E958C;
}
</style>
background-color css
<style>
a { background-color: #0E958C; }
a { background-color: rgb(14,149,140); }
div.DivClassName
{
background-color: #0E958C;
}
.BgClassName
{
background-color: #0E958C;
}
</style>
border-color css
<style>
span { border-color: #0E958C; }
span { border-color: rgb(14,149,140); }
td.TdClassName
{
border-color: #0E958C;
}
.TagClassName
{
border-color: #0E958C;
}
</style>