Shades of Deep Sea #0E836C
Tints of Deep Sea #0E836C
RGB
CMYK
RGB Variations
Color information
#0E836C (or 0x0E836C) is known color: Deep Sea. HEX triplet: 0E, 83 and 6C. RGB value is (14,131,108). Sum of RGB (Red+Green+Blue) = 14+131+108=253 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.53% from 253); Green value is 131 (51.56% from 255 or 51.78% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 131 - color contains mainly: green. Hex color #0E836C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E836C is #F17C93. Grayscale: #5D5D5D. Windows color (decimal): -15826068 or 7111438. OLE color: 7111438.
HSL color Cylindrical-coordinate representation of color #0E836C: hue angle of 168.21º degrees, saturation: 0.81, 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 #0E836C is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 131 | 108 | - |
| CMYK | 0.89 | 0 | 0.18 | 0.49 |
| HSL | 168.21º | 0.81% | 0.28% | - |
| HSV(B) | 168.21º | 0.89% | 0.51% | - |
| XYZ | 11 | 17.41 | 16.97 | - |
| YUV | 93.4 | 136.24 | 71.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 131 | 108 | 0.89 | 0 | 0.18 | 0.49 | 168.21 | 0.81 | 0.28 |
| Hex | E | 83 | 6C | 59 | 0 | 12 | 31 | A8 | 51 | 1C |
| Octal | 16 | 203 | 154 | 131 | 0 | 22 | 61 | 250 | 121 | 34 |
| Binary | 1110 | 10000011 | 1101100 | 1011001 | 0 | 10010 | 110001 | 10101000 | 1010001 | 11100 |
Color Harmonies of #0E836C
Complementary color
Monochromatic Colors of #0E836C
Black with #0E836C
Text Example
Text Example
White with #0E836C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E836C; }
p { color: rgb(14,131,108); }
H1.HeaderClassName
{
color: #0E836C;
}
.AnyTagClassName
{
color: #0E836C;
}
</style>
background-color css
<style>
a { background-color: #0E836C; }
a { background-color: rgb(14,131,108); }
div.DivClassName
{
background-color: #0E836C;
}
.BgClassName
{
background-color: #0E836C;
}
</style>
border-color css
<style>
span { border-color: #0E836C; }
span { border-color: rgb(14,131,108); }
td.TdClassName
{
border-color: #0E836C;
}
.TagClassName
{
border-color: #0E836C;
}
</style>