Shades of Deep Sea #0E8469
Tints of Deep Sea #0E8469
RGB
CMYK
RGB Variations
Color information
#0E8469 (or 0x0E8469) is known color: Deep Sea. HEX triplet: 0E, 84 and 69. RGB value is (14,132,105). Sum of RGB (Red+Green+Blue) = 14+132+105=251 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.58% from 251); Green value is 132 (51.95% from 255 or 52.59% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 132 - color contains mainly: green. Hex color #0E8469 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8469 is #F17B96. Grayscale: #5D5D5D. Windows color (decimal): -15825815 or 6915086. OLE color: 6915086.
HSL color Cylindrical-coordinate representation of color #0E8469: hue angle of 166.27º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E8469 is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 14 | 132 | 105 | - |
| CMYK | 0.89 | 0 | 0.20 | 0.48 |
| HSL | 166.27º | 0.81% | 0.29% | - |
| HSV(B) | 166.27º | 0.89% | 0.52% | - |
| XYZ | 10.98 | 17.62 | 16.19 | - |
| YUV | 93.64 | 134.41 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 132 | 105 | 0.89 | 0 | 0.20 | 0.48 | 166.27 | 0.81 | 0.29 |
| Hex | E | 84 | 69 | 59 | 0 | 14 | 30 | A6 | 51 | 1D |
| Octal | 16 | 204 | 151 | 131 | 0 | 24 | 60 | 246 | 121 | 35 |
| Binary | 1110 | 10000100 | 1101001 | 1011001 | 0 | 10100 | 110000 | 10100110 | 1010001 | 11101 |
Color Harmonies of #0E8469
Complementary color
Monochromatic Colors of #0E8469
Black with #0E8469
Text Example
Text Example
White with #0E8469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8469; }
p { color: rgb(14,132,105); }
H1.HeaderClassName
{
color: #0E8469;
}
.AnyTagClassName
{
color: #0E8469;
}
</style>
background-color css
<style>
a { background-color: #0E8469; }
a { background-color: rgb(14,132,105); }
div.DivClassName
{
background-color: #0E8469;
}
.BgClassName
{
background-color: #0E8469;
}
</style>
border-color css
<style>
span { border-color: #0E8469; }
span { border-color: rgb(14,132,105); }
td.TdClassName
{
border-color: #0E8469;
}
.TagClassName
{
border-color: #0E8469;
}
</style>