Shades of Deep Sea #0E7766
Tints of Deep Sea #0E7766
RGB
CMYK
RGB Variations
Color information
#0E7766 (or 0x0E7766) is known color: Deep Sea. HEX triplet: 0E, 77 and 66. RGB value is (14,119,102). Sum of RGB (Red+Green+Blue) = 14+119+102=235 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.96% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 102 (40.23% from 255 or 43.40% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #0E7766 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7766 is #F18899. Grayscale: #555555. Windows color (decimal): -15829146 or 6715150. OLE color: 6715150.
HSL color Cylindrical-coordinate representation of color #0E7766: hue angle of 170.29º 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 #0E7766 is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 14 | 119 | 102 | - |
| CMYK | 0.88 | 0 | 0.14 | 0.53 |
| HSL | 170.29º | 0.79% | 0.26% | - |
| HSV(B) | 170.29º | 0.88% | 0.47% | - |
| XYZ | 9.18 | 14.25 | 14.84 | - |
| YUV | 85.67 | 137.21 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 119 | 102 | 0.88 | 0 | 0.14 | 0.53 | 170.29 | 0.79 | 0.26 |
| Hex | E | 77 | 66 | 58 | 0 | E | 35 | AA | 4F | 1A |
| Octal | 16 | 167 | 146 | 130 | 0 | 16 | 65 | 252 | 117 | 32 |
| Binary | 1110 | 1110111 | 1100110 | 1011000 | 0 | 1110 | 110101 | 10101010 | 1001111 | 11010 |
Color Harmonies of #0E7766
Complementary color
Monochromatic Colors of #0E7766
Black with #0E7766
Text Example
Text Example
White with #0E7766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7766; }
p { color: rgb(14,119,102); }
H1.HeaderClassName
{
color: #0E7766;
}
.AnyTagClassName
{
color: #0E7766;
}
</style>
background-color css
<style>
a { background-color: #0E7766; }
a { background-color: rgb(14,119,102); }
div.DivClassName
{
background-color: #0E7766;
}
.BgClassName
{
background-color: #0E7766;
}
</style>
border-color css
<style>
span { border-color: #0E7766; }
span { border-color: rgb(14,119,102); }
td.TdClassName
{
border-color: #0E7766;
}
.TagClassName
{
border-color: #0E7766;
}
</style>