Shades of Deep Sea #0E765C
Tints of Deep Sea #0E765C
RGB
CMYK
RGB Variations
Color information
#0E765C (or 0x0E765C) is known color: Deep Sea. HEX triplet: 0E, 76 and 5C. RGB value is (14,118,92). Sum of RGB (Red+Green+Blue) = 14+118+92=224 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.25% from 224); Green value is 118 (46.48% from 255 or 52.68% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 118 - color contains mainly: green. Hex color #0E765C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E765C is #F189A3. Grayscale: #535353. Windows color (decimal): -15829412 or 6059534. OLE color: 6059534.
HSL color Cylindrical-coordinate representation of color #0E765C: hue angle of 165º 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 #0E765C is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 14 | 118 | 92 | - |
| CMYK | 0.88 | 0 | 0.22 | 0.54 |
| HSL | 165º | 0.79% | 0.26% | - |
| HSV(B) | 165º | 0.88% | 0.46% | - |
| XYZ | 8.59 | 13.82 | 12.34 | - |
| YUV | 83.94 | 132.54 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 118 | 92 | 0.88 | 0 | 0.22 | 0.54 | 165 | 0.79 | 0.26 |
| Hex | E | 76 | 5C | 58 | 0 | 16 | 36 | A5 | 4F | 1A |
| Octal | 16 | 166 | 134 | 130 | 0 | 26 | 66 | 245 | 117 | 32 |
| Binary | 1110 | 1110110 | 1011100 | 1011000 | 0 | 10110 | 110110 | 10100101 | 1001111 | 11010 |
Color Harmonies of #0E765C
Complementary color
Monochromatic Colors of #0E765C
Black with #0E765C
Text Example
Text Example
White with #0E765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E765C; }
p { color: rgb(14,118,92); }
H1.HeaderClassName
{
color: #0E765C;
}
.AnyTagClassName
{
color: #0E765C;
}
</style>
background-color css
<style>
a { background-color: #0E765C; }
a { background-color: rgb(14,118,92); }
div.DivClassName
{
background-color: #0E765C;
}
.BgClassName
{
background-color: #0E765C;
}
</style>
border-color css
<style>
span { border-color: #0E765C; }
span { border-color: rgb(14,118,92); }
td.TdClassName
{
border-color: #0E765C;
}
.TagClassName
{
border-color: #0E765C;
}
</style>