Shades of Deep Sea #14845E
Tints of Deep Sea #14845E
RGB
CMYK
RGB Variations
Color information
#14845E (or 0x14845E) is known color: Deep Sea. HEX triplet: 14, 84 and 5E. RGB value is (20,132,94). Sum of RGB (Red+Green+Blue) = 20+132+94=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 132 (51.95% from 255 or 53.66% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 132 - color contains mainly: green. Hex color #14845E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14845E is #EB7BA1. Grayscale: #5E5E5E. Windows color (decimal): -15432610 or 6194196. OLE color: 6194196.
HSL color Cylindrical-coordinate representation of color #14845E: hue angle of 159.64º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14845E is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 132 | 94 | - |
| CMYK | 0.85 | 0 | 0.29 | 0.48 |
| HSL | 159.64º | 0.74% | 0.3% | - |
| HSV(B) | 159.64º | 0.85% | 0.52% | - |
| XYZ | 10.56 | 17.46 | 13.4 | - |
| YUV | 94.18 | 127.89 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 132 | 94 | 0.85 | 0 | 0.29 | 0.48 | 159.64 | 0.74 | 0.3 |
| Hex | 14 | 84 | 5E | 55 | 0 | 1D | 30 | A0 | 4A | 1E |
| Octal | 24 | 204 | 136 | 125 | 0 | 35 | 60 | 240 | 112 | 36 |
| Binary | 10100 | 10000100 | 1011110 | 1010101 | 0 | 11101 | 110000 | 10100000 | 1001010 | 11110 |
Color Harmonies of #14845E
Complementary color
Monochromatic Colors of #14845E
Black with #14845E
Text Example
Text Example
White with #14845E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14845E; }
p { color: rgb(20,132,94); }
H1.HeaderClassName
{
color: #14845E;
}
.AnyTagClassName
{
color: #14845E;
}
</style>
background-color css
<style>
a { background-color: #14845E; }
a { background-color: rgb(20,132,94); }
div.DivClassName
{
background-color: #14845E;
}
.BgClassName
{
background-color: #14845E;
}
</style>
border-color css
<style>
span { border-color: #14845E; }
span { border-color: rgb(20,132,94); }
td.TdClassName
{
border-color: #14845E;
}
.TagClassName
{
border-color: #14845E;
}
</style>