Shades of Deep Sea #14845D
Tints of Deep Sea #14845D
RGB
CMYK
RGB Variations
Color information
#14845D (or 0x14845D) is known color: Deep Sea. HEX triplet: 14, 84 and 5D. RGB value is (20,132,93). Sum of RGB (Red+Green+Blue) = 20+132+93=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 132 (51.95% from 255 or 53.88% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 132 - color contains mainly: green. Hex color #14845D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14845D is #EB7BA2. Grayscale: #5E5E5E. Windows color (decimal): -15432611 or 6128660. OLE color: 6128660.
HSL color Cylindrical-coordinate representation of color #14845D: hue angle of 159.11º 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 #14845D is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 132 | 93 | - |
| CMYK | 0.85 | 0 | 0.30 | 0.48 |
| HSL | 159.11º | 0.74% | 0.3% | - |
| HSV(B) | 159.11º | 0.85% | 0.52% | - |
| XYZ | 10.52 | 17.44 | 13.17 | - |
| YUV | 94.07 | 127.39 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 132 | 93 | 0.85 | 0 | 0.30 | 0.48 | 159.11 | 0.74 | 0.3 |
| Hex | 14 | 84 | 5D | 55 | 0 | 1E | 30 | 9F | 4A | 1E |
| Octal | 24 | 204 | 135 | 125 | 0 | 36 | 60 | 237 | 112 | 36 |
| Binary | 10100 | 10000100 | 1011101 | 1010101 | 0 | 11110 | 110000 | 10011111 | 1001010 | 11110 |
Color Harmonies of #14845D
Complementary color
Monochromatic Colors of #14845D
Black with #14845D
Text Example
Text Example
White with #14845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14845D; }
p { color: rgb(20,132,93); }
H1.HeaderClassName
{
color: #14845D;
}
.AnyTagClassName
{
color: #14845D;
}
</style>
background-color css
<style>
a { background-color: #14845D; }
a { background-color: rgb(20,132,93); }
div.DivClassName
{
background-color: #14845D;
}
.BgClassName
{
background-color: #14845D;
}
</style>
border-color css
<style>
span { border-color: #14845D; }
span { border-color: rgb(20,132,93); }
td.TdClassName
{
border-color: #14845D;
}
.TagClassName
{
border-color: #14845D;
}
</style>