Shades of Deep Sea #14825E
Tints of Deep Sea #14825E
RGB
CMYK
RGB Variations
Color information
#14825E (or 0x14825E) is known color: Deep Sea. HEX triplet: 14, 82 and 5E. RGB value is (20,130,94). Sum of RGB (Red+Green+Blue) = 20+130+94=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 130 (51.17% from 255 or 53.28% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 130 - color contains mainly: green. Hex color #14825E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14825E is #EB7DA1. Grayscale: #5D5D5D. Windows color (decimal): -15433122 or 6193684. OLE color: 6193684.
HSL color Cylindrical-coordinate representation of color #14825E: hue angle of 160.36º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14825E is Cyan = 0.85, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 130 | 94 | - |
| CMYK | 0.85 | 0 | 0.28 | 0.49 |
| HSL | 160.36º | 0.73% | 0.29% | - |
| HSV(B) | 160.36º | 0.85% | 0.51% | - |
| XYZ | 10.29 | 16.92 | 13.31 | - |
| YUV | 93.01 | 128.56 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 130 | 94 | 0.85 | 0 | 0.28 | 0.49 | 160.36 | 0.73 | 0.29 |
| Hex | 14 | 82 | 5E | 55 | 0 | 1C | 31 | A0 | 49 | 1D |
| Octal | 24 | 202 | 136 | 125 | 0 | 34 | 61 | 240 | 111 | 35 |
| Binary | 10100 | 10000010 | 1011110 | 1010101 | 0 | 11100 | 110001 | 10100000 | 1001001 | 11101 |
Color Harmonies of #14825E
Complementary color
Monochromatic Colors of #14825E
Black with #14825E
Text Example
Text Example
White with #14825E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14825E; }
p { color: rgb(20,130,94); }
H1.HeaderClassName
{
color: #14825E;
}
.AnyTagClassName
{
color: #14825E;
}
</style>
background-color css
<style>
a { background-color: #14825E; }
a { background-color: rgb(20,130,94); }
div.DivClassName
{
background-color: #14825E;
}
.BgClassName
{
background-color: #14825E;
}
</style>
border-color css
<style>
span { border-color: #14825E; }
span { border-color: rgb(20,130,94); }
td.TdClassName
{
border-color: #14825E;
}
.TagClassName
{
border-color: #14825E;
}
</style>