Shades of Deep Sea #0E7969
Tints of Deep Sea #0E7969
RGB
CMYK
RGB Variations
Color information
#0E7969 (or 0x0E7969) is known color: Deep Sea. HEX triplet: 0E, 79 and 69. RGB value is (14,121,105). Sum of RGB (Red+Green+Blue) = 14+121+105=240 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.83% from 240); Green value is 121 (47.66% from 255 or 50.42% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 121 - color contains mainly: green. Hex color #0E7969 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7969 is #F18696. Grayscale: #575757. Windows color (decimal): -15828631 or 6912270. OLE color: 6912270.
HSL color Cylindrical-coordinate representation of color #0E7969: hue angle of 171.03º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7969 is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 14 | 121 | 105 | - |
| CMYK | 0.88 | 0 | 0.13 | 0.53 |
| HSL | 171.03º | 0.79% | 0.26% | - |
| HSV(B) | 171.03º | 0.88% | 0.47% | - |
| XYZ | 9.57 | 14.79 | 15.71 | - |
| YUV | 87.18 | 138.05 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 121 | 105 | 0.88 | 0 | 0.13 | 0.53 | 171.03 | 0.79 | 0.26 |
| Hex | E | 79 | 69 | 58 | 0 | D | 35 | AB | 4F | 1A |
| Octal | 16 | 171 | 151 | 130 | 0 | 15 | 65 | 253 | 117 | 32 |
| Binary | 1110 | 1111001 | 1101001 | 1011000 | 0 | 1101 | 110101 | 10101011 | 1001111 | 11010 |
Color Harmonies of #0E7969
Complementary color
Monochromatic Colors of #0E7969
Black with #0E7969
Text Example
Text Example
White with #0E7969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7969; }
p { color: rgb(14,121,105); }
H1.HeaderClassName
{
color: #0E7969;
}
.AnyTagClassName
{
color: #0E7969;
}
</style>
background-color css
<style>
a { background-color: #0E7969; }
a { background-color: rgb(14,121,105); }
div.DivClassName
{
background-color: #0E7969;
}
.BgClassName
{
background-color: #0E7969;
}
</style>
border-color css
<style>
span { border-color: #0E7969; }
span { border-color: rgb(14,121,105); }
td.TdClassName
{
border-color: #0E7969;
}
.TagClassName
{
border-color: #0E7969;
}
</style>