Shades of Dark Cyan #0E908A
Tints of Dark Cyan #0E908A
RGB
CMYK
RGB Variations
Color information
#0E908A (or 0x0E908A) is known color: Dark Cyan. HEX triplet: 0E, 90 and 8A. RGB value is (14,144,138). Sum of RGB (Red+Green+Blue) = 14+144+138=296 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.73% from 296); Green value is 144 (56.64% from 255 or 48.65% from 296); Blue value is 138 (54.30% from 255 or 46.62% from 296); Max value from RGB is 144 - color contains mainly: green. Hex color #0E908A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E908A is #F16F75. Grayscale: #686868. Windows color (decimal): -15822710 or 9080846. OLE color: 9080846.
HSL color Cylindrical-coordinate representation of color #0E908A: hue angle of 177.23º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E908A is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 14 | 144 | 138 | - |
| CMYK | 0.90 | 0 | 0.04 | 0.44 |
| HSL | 177.23º | 0.82% | 0.31% | - |
| HSV(B) | 177.23º | 0.9% | 0.56% | - |
| XYZ | 14.74 | 21.87 | 27.49 | - |
| YUV | 104.45 | 146.93 | 63.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 144 | 138 | 0.90 | 0 | 0.04 | 0.44 | 177.23 | 0.82 | 0.31 |
| Hex | E | 90 | 8A | 5A | 0 | 4 | 2C | B1 | 52 | 1F |
| Octal | 16 | 220 | 212 | 132 | 0 | 4 | 54 | 261 | 122 | 37 |
| Binary | 1110 | 10010000 | 10001010 | 1011010 | 0 | 100 | 101100 | 10110001 | 1010010 | 11111 |
Color Harmonies of #0E908A
Complementary color
Monochromatic Colors of #0E908A
Black with #0E908A
Text Example
Text Example
White with #0E908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E908A; }
p { color: rgb(14,144,138); }
H1.HeaderClassName
{
color: #0E908A;
}
.AnyTagClassName
{
color: #0E908A;
}
</style>
background-color css
<style>
a { background-color: #0E908A; }
a { background-color: rgb(14,144,138); }
div.DivClassName
{
background-color: #0E908A;
}
.BgClassName
{
background-color: #0E908A;
}
</style>
border-color css
<style>
span { border-color: #0E908A; }
span { border-color: rgb(14,144,138); }
td.TdClassName
{
border-color: #0E908A;
}
.TagClassName
{
border-color: #0E908A;
}
</style>