Shades of Dark Cyan #0E928A
Tints of Dark Cyan #0E928A
RGB
CMYK
RGB Variations
Color information
#0E928A (or 0x0E928A) is known color: Dark Cyan. HEX triplet: 0E, 92 and 8A. RGB value is (14,146,138). Sum of RGB (Red+Green+Blue) = 14+146+138=298 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.70% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 138 (54.30% from 255 or 46.31% from 298); Max value from RGB is 146 - color contains mainly: green. Hex color #0E928A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E928A is #F16D75. Grayscale: #696969. Windows color (decimal): -15822198 or 9081358. OLE color: 9081358.
HSL color Cylindrical-coordinate representation of color #0E928A: hue angle of 176.36º 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 #0E928A is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 14 | 146 | 138 | - |
| CMYK | 0.90 | 0 | 0.05 | 0.43 |
| HSL | 176.36º | 0.83% | 0.31% | - |
| HSV(B) | 176.36º | 0.9% | 0.57% | - |
| XYZ | 15.05 | 22.49 | 27.59 | - |
| YUV | 105.62 | 146.27 | 62.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 146 | 138 | 0.90 | 0 | 0.05 | 0.43 | 176.36 | 0.83 | 0.31 |
| Hex | E | 92 | 8A | 5A | 0 | 5 | 2B | B0 | 52 | 1F |
| Octal | 16 | 222 | 212 | 132 | 0 | 5 | 53 | 260 | 122 | 37 |
| Binary | 1110 | 10010010 | 10001010 | 1011010 | 0 | 101 | 101011 | 10110000 | 1010010 | 11111 |
Color Harmonies of #0E928A
Complementary color
Monochromatic Colors of #0E928A
Black with #0E928A
Text Example
Text Example
White with #0E928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E928A; }
p { color: rgb(14,146,138); }
H1.HeaderClassName
{
color: #0E928A;
}
.AnyTagClassName
{
color: #0E928A;
}
</style>
background-color css
<style>
a { background-color: #0E928A; }
a { background-color: rgb(14,146,138); }
div.DivClassName
{
background-color: #0E928A;
}
.BgClassName
{
background-color: #0E928A;
}
</style>
border-color css
<style>
span { border-color: #0E928A; }
span { border-color: rgb(14,146,138); }
td.TdClassName
{
border-color: #0E928A;
}
.TagClassName
{
border-color: #0E928A;
}
</style>