Shades of Dark Cyan #0E928F
Tints of Dark Cyan #0E928F
RGB
CMYK
RGB Variations
Color information
#0E928F (or 0x0E928F) is known color: Dark Cyan. HEX triplet: 0E, 92 and 8F. RGB value is (14,146,143). Sum of RGB (Red+Green+Blue) = 14+146+143=303 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.62% from 303); Green value is 146 (57.42% from 255 or 48.18% from 303); Blue value is 143 (56.25% from 255 or 47.19% from 303); Max value from RGB is 146 - color contains mainly: green. Hex color #0E928F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E928F is #F16D70. Grayscale: #6A6A6A. Windows color (decimal): -15822193 or 9409038. OLE color: 9409038.
HSL color Cylindrical-coordinate representation of color #0E928F: hue angle of 178.64º 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 #0E928F is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 14 | 146 | 143 | - |
| CMYK | 0.90 | 0 | 0.02 | 0.43 |
| HSL | 178.64º | 0.83% | 0.31% | - |
| HSV(B) | 178.64º | 0.9% | 0.57% | - |
| XYZ | 15.42 | 22.63 | 29.54 | - |
| YUV | 106.19 | 148.77 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 146 | 143 | 0.90 | 0 | 0.02 | 0.43 | 178.64 | 0.83 | 0.31 |
| Hex | E | 92 | 8F | 5A | 0 | 2 | 2B | B3 | 52 | 1F |
| Octal | 16 | 222 | 217 | 132 | 0 | 2 | 53 | 263 | 122 | 37 |
| Binary | 1110 | 10010010 | 10001111 | 1011010 | 0 | 10 | 101011 | 10110011 | 1010010 | 11111 |
Color Harmonies of #0E928F
Complementary color
Monochromatic Colors of #0E928F
Black with #0E928F
Text Example
Text Example
White with #0E928F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E928F; }
p { color: rgb(14,146,143); }
H1.HeaderClassName
{
color: #0E928F;
}
.AnyTagClassName
{
color: #0E928F;
}
</style>
background-color css
<style>
a { background-color: #0E928F; }
a { background-color: rgb(14,146,143); }
div.DivClassName
{
background-color: #0E928F;
}
.BgClassName
{
background-color: #0E928F;
}
</style>
border-color css
<style>
span { border-color: #0E928F; }
span { border-color: rgb(14,146,143); }
td.TdClassName
{
border-color: #0E928F;
}
.TagClassName
{
border-color: #0E928F;
}
</style>