Shades of Deep Sea #0E7769
Tints of Deep Sea #0E7769
RGB
CMYK
RGB Variations
Color information
#0E7769 (or 0x0E7769) is known color: Deep Sea. HEX triplet: 0E, 77 and 69. RGB value is (14,119,105). Sum of RGB (Red+Green+Blue) = 14+119+105=238 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.88% from 238); Green value is 119 (46.88% from 255 or 50% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 119 - color contains mainly: green. Hex color #0E7769 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7769 is #F18896. Grayscale: #555555. Windows color (decimal): -15829143 or 6911758. OLE color: 6911758.
HSL color Cylindrical-coordinate representation of color #0E7769: hue angle of 172º 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 #0E7769 is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 14 | 119 | 105 | - |
| CMYK | 0.88 | 0 | 0.12 | 0.53 |
| HSL | 172º | 0.79% | 0.26% | - |
| HSV(B) | 172º | 0.88% | 0.47% | - |
| XYZ | 9.33 | 14.31 | 15.63 | - |
| YUV | 86.01 | 138.71 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 119 | 105 | 0.88 | 0 | 0.12 | 0.53 | 172 | 0.79 | 0.26 |
| Hex | E | 77 | 69 | 58 | 0 | C | 35 | AC | 4F | 1A |
| Octal | 16 | 167 | 151 | 130 | 0 | 14 | 65 | 254 | 117 | 32 |
| Binary | 1110 | 1110111 | 1101001 | 1011000 | 0 | 1100 | 110101 | 10101100 | 1001111 | 11010 |
Color Harmonies of #0E7769
Complementary color
Monochromatic Colors of #0E7769
Black with #0E7769
Text Example
Text Example
White with #0E7769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7769; }
p { color: rgb(14,119,105); }
H1.HeaderClassName
{
color: #0E7769;
}
.AnyTagClassName
{
color: #0E7769;
}
</style>
background-color css
<style>
a { background-color: #0E7769; }
a { background-color: rgb(14,119,105); }
div.DivClassName
{
background-color: #0E7769;
}
.BgClassName
{
background-color: #0E7769;
}
</style>
border-color css
<style>
span { border-color: #0E7769; }
span { border-color: rgb(14,119,105); }
td.TdClassName
{
border-color: #0E7769;
}
.TagClassName
{
border-color: #0E7769;
}
</style>