Shades of Deep Sea #0E7668
Tints of Deep Sea #0E7668
RGB
CMYK
RGB Variations
Color information
#0E7668 (or 0x0E7668) is known color: Deep Sea. HEX triplet: 0E, 76 and 68. RGB value is (14,118,104). Sum of RGB (Red+Green+Blue) = 14+118+104=236 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.93% from 236); Green value is 118 (46.48% from 255 or 50% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 118 - color contains mainly: green. Hex color #0E7668 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7668 is #F18997. Grayscale: #555555. Windows color (decimal): -15829400 or 6845966. OLE color: 6845966.
HSL color Cylindrical-coordinate representation of color #0E7668: hue angle of 171.92º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7668 is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 14 | 118 | 104 | - |
| CMYK | 0.88 | 0 | 0.12 | 0.54 |
| HSL | 171.92º | 0.79% | 0.26% | - |
| HSV(B) | 171.92º | 0.88% | 0.46% | - |
| XYZ | 9.16 | 14.05 | 15.33 | - |
| YUV | 85.31 | 138.54 | 77.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 118 | 104 | 0.88 | 0 | 0.12 | 0.54 | 171.92 | 0.79 | 0.26 |
| Hex | E | 76 | 68 | 58 | 0 | C | 36 | AC | 4F | 1A |
| Octal | 16 | 166 | 150 | 130 | 0 | 14 | 66 | 254 | 117 | 32 |
| Binary | 1110 | 1110110 | 1101000 | 1011000 | 0 | 1100 | 110110 | 10101100 | 1001111 | 11010 |
Color Harmonies of #0E7668
Complementary color
Monochromatic Colors of #0E7668
Black with #0E7668
Text Example
Text Example
White with #0E7668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7668; }
p { color: rgb(14,118,104); }
H1.HeaderClassName
{
color: #0E7668;
}
.AnyTagClassName
{
color: #0E7668;
}
</style>
background-color css
<style>
a { background-color: #0E7668; }
a { background-color: rgb(14,118,104); }
div.DivClassName
{
background-color: #0E7668;
}
.BgClassName
{
background-color: #0E7668;
}
</style>
border-color css
<style>
span { border-color: #0E7668; }
span { border-color: rgb(14,118,104); }
td.TdClassName
{
border-color: #0E7668;
}
.TagClassName
{
border-color: #0E7668;
}
</style>