Shades of Deep Sea #14865E
Tints of Deep Sea #14865E
RGB
CMYK
RGB Variations
Color information
#14865E (or 0x14865E) is known color: Deep Sea. HEX triplet: 14, 86 and 5E. RGB value is (20,134,94). Sum of RGB (Red+Green+Blue) = 20+134+94=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 134 (52.73% from 255 or 54.03% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 134 - color contains mainly: green. Hex color #14865E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14865E is #EB79A1. Grayscale: #5F5F5F. Windows color (decimal): -15432098 or 6194708. OLE color: 6194708.
HSL color Cylindrical-coordinate representation of color #14865E: hue angle of 158.95º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14865E is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 134 | 94 | - |
| CMYK | 0.85 | 0 | 0.30 | 0.47 |
| HSL | 158.95º | 0.74% | 0.3% | - |
| HSV(B) | 158.95º | 0.85% | 0.53% | - |
| XYZ | 10.83 | 18.01 | 13.49 | - |
| YUV | 95.35 | 127.23 | 74.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 134 | 94 | 0.85 | 0 | 0.30 | 0.47 | 158.95 | 0.74 | 0.3 |
| Hex | 14 | 86 | 5E | 55 | 0 | 1E | 2F | 9F | 4A | 1E |
| Octal | 24 | 206 | 136 | 125 | 0 | 36 | 57 | 237 | 112 | 36 |
| Binary | 10100 | 10000110 | 1011110 | 1010101 | 0 | 11110 | 101111 | 10011111 | 1001010 | 11110 |
Color Harmonies of #14865E
Complementary color
Monochromatic Colors of #14865E
Black with #14865E
Text Example
Text Example
White with #14865E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14865E; }
p { color: rgb(20,134,94); }
H1.HeaderClassName
{
color: #14865E;
}
.AnyTagClassName
{
color: #14865E;
}
</style>
background-color css
<style>
a { background-color: #14865E; }
a { background-color: rgb(20,134,94); }
div.DivClassName
{
background-color: #14865E;
}
.BgClassName
{
background-color: #14865E;
}
</style>
border-color css
<style>
span { border-color: #14865E; }
span { border-color: rgb(20,134,94); }
td.TdClassName
{
border-color: #14865E;
}
.TagClassName
{
border-color: #14865E;
}
</style>