Shades of Deep Sea #0E7F64
Tints of Deep Sea #0E7F64
RGB
CMYK
RGB Variations
Color information
#0E7F64 (or 0x0E7F64) is known color: Deep Sea. HEX triplet: 0E, 7F and 64. RGB value is (14,127,100). Sum of RGB (Red+Green+Blue) = 14+127+100=241 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.81% from 241); Green value is 127 (50% from 255 or 52.70% from 241); Blue value is 100 (39.45% from 255 or 41.49% from 241); Max value from RGB is 127 - color contains mainly: green. Hex color #0E7F64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7F64 is #F1809B. Grayscale: #5A5A5A. Windows color (decimal): -15827100 or 6586126. OLE color: 6586126.
HSL color Cylindrical-coordinate representation of color #0E7F64: hue angle of 165.66º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7F64 is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 14 | 127 | 100 | - |
| CMYK | 0.89 | 0 | 0.21 | 0.50 |
| HSL | 165.66º | 0.8% | 0.28% | - |
| HSV(B) | 165.66º | 0.89% | 0.5% | - |
| XYZ | 10.07 | 16.19 | 14.65 | - |
| YUV | 90.14 | 133.56 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 127 | 100 | 0.89 | 0 | 0.21 | 0.50 | 165.66 | 0.8 | 0.28 |
| Hex | E | 7F | 64 | 59 | 0 | 15 | 32 | A6 | 50 | 1C |
| Octal | 16 | 177 | 144 | 131 | 0 | 25 | 62 | 246 | 120 | 34 |
| Binary | 1110 | 1111111 | 1100100 | 1011001 | 0 | 10101 | 110010 | 10100110 | 1010000 | 11100 |
Color Harmonies of #0E7F64
Complementary color
Monochromatic Colors of #0E7F64
Black with #0E7F64
Text Example
Text Example
White with #0E7F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7F64; }
p { color: rgb(14,127,100); }
H1.HeaderClassName
{
color: #0E7F64;
}
.AnyTagClassName
{
color: #0E7F64;
}
</style>
background-color css
<style>
a { background-color: #0E7F64; }
a { background-color: rgb(14,127,100); }
div.DivClassName
{
background-color: #0E7F64;
}
.BgClassName
{
background-color: #0E7F64;
}
</style>
border-color css
<style>
span { border-color: #0E7F64; }
span { border-color: rgb(14,127,100); }
td.TdClassName
{
border-color: #0E7F64;
}
.TagClassName
{
border-color: #0E7F64;
}
</style>