Shades of Deep Sea #0E816B
Tints of Deep Sea #0E816B
RGB
CMYK
RGB Variations
Color information
#0E816B (or 0x0E816B) is known color: Deep Sea. HEX triplet: 0E, 81 and 6B. RGB value is (14,129,107). Sum of RGB (Red+Green+Blue) = 14+129+107=250 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.6% from 250); Green value is 129 (50.78% from 255 or 51.6% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 129 - color contains mainly: green. Hex color #0E816B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E816B is #F17E94. Grayscale: #5C5C5C. Windows color (decimal): -15826581 or 7045390. OLE color: 7045390.
HSL color Cylindrical-coordinate representation of color #0E816B: hue angle of 168.52º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E816B is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 129 | 107 | - |
| CMYK | 0.89 | 0 | 0.17 | 0.49 |
| HSL | 168.52º | 0.8% | 0.28% | - |
| HSV(B) | 168.52º | 0.89% | 0.51% | - |
| XYZ | 10.69 | 16.86 | 16.6 | - |
| YUV | 92.11 | 136.4 | 72.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 129 | 107 | 0.89 | 0 | 0.17 | 0.49 | 168.52 | 0.8 | 0.28 |
| Hex | E | 81 | 6B | 59 | 0 | 11 | 31 | A9 | 50 | 1C |
| Octal | 16 | 201 | 153 | 131 | 0 | 21 | 61 | 251 | 120 | 34 |
| Binary | 1110 | 10000001 | 1101011 | 1011001 | 0 | 10001 | 110001 | 10101001 | 1010000 | 11100 |
Color Harmonies of #0E816B
Complementary color
Monochromatic Colors of #0E816B
Black with #0E816B
Text Example
Text Example
White with #0E816B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E816B; }
p { color: rgb(14,129,107); }
H1.HeaderClassName
{
color: #0E816B;
}
.AnyTagClassName
{
color: #0E816B;
}
</style>
background-color css
<style>
a { background-color: #0E816B; }
a { background-color: rgb(14,129,107); }
div.DivClassName
{
background-color: #0E816B;
}
.BgClassName
{
background-color: #0E816B;
}
</style>
border-color css
<style>
span { border-color: #0E816B; }
span { border-color: rgb(14,129,107); }
td.TdClassName
{
border-color: #0E816B;
}
.TagClassName
{
border-color: #0E816B;
}
</style>