Shades of Dark Cyan #0E928D
Tints of Dark Cyan #0E928D
RGB
CMYK
RGB Variations
Color information
#0E928D (or 0x0E928D) is known color: Dark Cyan. HEX triplet: 0E, 92 and 8D. RGB value is (14,146,141). Sum of RGB (Red+Green+Blue) = 14+146+141=301 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.65% from 301); Green value is 146 (57.42% from 255 or 48.50% from 301); Blue value is 141 (55.47% from 255 or 46.84% from 301); Max value from RGB is 146 - color contains mainly: green. Hex color #0E928D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E928D is #F16D72. Grayscale: #696969. Windows color (decimal): -15822195 or 9277966. OLE color: 9277966.
HSL color Cylindrical-coordinate representation of color #0E928D: hue angle of 177.73º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E928D is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 14 | 146 | 141 | - |
| CMYK | 0.90 | 0 | 0.03 | 0.43 |
| HSL | 177.73º | 0.83% | 0.31% | - |
| HSV(B) | 177.73º | 0.9% | 0.57% | - |
| XYZ | 15.27 | 22.57 | 28.75 | - |
| YUV | 105.96 | 147.77 | 62.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 146 | 141 | 0.90 | 0 | 0.03 | 0.43 | 177.73 | 0.83 | 0.31 |
| Hex | E | 92 | 8D | 5A | 0 | 3 | 2B | B2 | 52 | 1F |
| Octal | 16 | 222 | 215 | 132 | 0 | 3 | 53 | 262 | 122 | 37 |
| Binary | 1110 | 10010010 | 10001101 | 1011010 | 0 | 11 | 101011 | 10110010 | 1010010 | 11111 |
Color Harmonies of #0E928D
Complementary color
Monochromatic Colors of #0E928D
Black with #0E928D
Text Example
Text Example
White with #0E928D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E928D; }
p { color: rgb(14,146,141); }
H1.HeaderClassName
{
color: #0E928D;
}
.AnyTagClassName
{
color: #0E928D;
}
</style>
background-color css
<style>
a { background-color: #0E928D; }
a { background-color: rgb(14,146,141); }
div.DivClassName
{
background-color: #0E928D;
}
.BgClassName
{
background-color: #0E928D;
}
</style>
border-color css
<style>
span { border-color: #0E928D; }
span { border-color: rgb(14,146,141); }
td.TdClassName
{
border-color: #0E928D;
}
.TagClassName
{
border-color: #0E928D;
}
</style>