Shades of Dark Cyan #0E848B
Tints of Dark Cyan #0E848B
RGB
CMYK
RGB Variations
Color information
#0E848B (or 0x0E848B) is known color: Dark Cyan. HEX triplet: 0E, 84 and 8B. RGB value is (14,132,139). Sum of RGB (Red+Green+Blue) = 14+132+139=285 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.91% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #0E848B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E848B is #F17B74. Grayscale: #616161. Windows color (decimal): -15825781 or 9143310. OLE color: 9143310.
HSL color Cylindrical-coordinate representation of color #0E848B: hue angle of 183.36º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E848B is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 14 | 132 | 139 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.45 |
| HSL | 183.36º | 0.82% | 0.3% | - |
| HSV(B) | 183.36º | 0.9% | 0.55% | - |
| XYZ | 13.09 | 18.46 | 27.3 | - |
| YUV | 97.52 | 151.41 | 68.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 132 | 139 | 0.90 | 0.05 | 0 | 0.45 | 183.36 | 0.82 | 0.3 |
| Hex | E | 84 | 8B | 5A | 5 | 0 | 2D | B7 | 52 | 1E |
| Octal | 16 | 204 | 213 | 132 | 5 | 0 | 55 | 267 | 122 | 36 |
| Binary | 1110 | 10000100 | 10001011 | 1011010 | 101 | 0 | 101101 | 10110111 | 1010010 | 11110 |
Color Harmonies of #0E848B
Complementary color
Monochromatic Colors of #0E848B
Black with #0E848B
Text Example
Text Example
White with #0E848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E848B; }
p { color: rgb(14,132,139); }
H1.HeaderClassName
{
color: #0E848B;
}
.AnyTagClassName
{
color: #0E848B;
}
</style>
background-color css
<style>
a { background-color: #0E848B; }
a { background-color: rgb(14,132,139); }
div.DivClassName
{
background-color: #0E848B;
}
.BgClassName
{
background-color: #0E848B;
}
</style>
border-color css
<style>
span { border-color: #0E848B; }
span { border-color: rgb(14,132,139); }
td.TdClassName
{
border-color: #0E848B;
}
.TagClassName
{
border-color: #0E848B;
}
</style>