Shades of Deep Sea #14816D
Tints of Deep Sea #14816D
RGB
CMYK
RGB Variations
Color information
#14816D (or 0x14816D) is known color: Deep Sea. HEX triplet: 14, 81 and 6D. RGB value is (20,129,109). Sum of RGB (Red+Green+Blue) = 20+129+109=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 129 (50.78% from 255 or 50% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 129 - color contains mainly: green. Hex color #14816D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14816D is #EB7E92. Grayscale: #5E5E5E. Windows color (decimal): -15433363 or 7176468. OLE color: 7176468.
HSL color Cylindrical-coordinate representation of color #14816D: hue angle of 168.99º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14816D is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 129 | 109 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.49 |
| HSL | 168.99º | 0.73% | 0.29% | - |
| HSV(B) | 168.99º | 0.84% | 0.51% | - |
| XYZ | 10.9 | 16.95 | 17.17 | - |
| YUV | 94.13 | 136.39 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 129 | 109 | 0.84 | 0 | 0.16 | 0.49 | 168.99 | 0.73 | 0.29 |
| Hex | 14 | 81 | 6D | 54 | 0 | 10 | 31 | A9 | 49 | 1D |
| Octal | 24 | 201 | 155 | 124 | 0 | 20 | 61 | 251 | 111 | 35 |
| Binary | 10100 | 10000001 | 1101101 | 1010100 | 0 | 10000 | 110001 | 10101001 | 1001001 | 11101 |
Color Harmonies of #14816D
Complementary color
Monochromatic Colors of #14816D
Black with #14816D
Text Example
Text Example
White with #14816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14816D; }
p { color: rgb(20,129,109); }
H1.HeaderClassName
{
color: #14816D;
}
.AnyTagClassName
{
color: #14816D;
}
</style>
background-color css
<style>
a { background-color: #14816D; }
a { background-color: rgb(20,129,109); }
div.DivClassName
{
background-color: #14816D;
}
.BgClassName
{
background-color: #14816D;
}
</style>
border-color css
<style>
span { border-color: #14816D; }
span { border-color: rgb(20,129,109); }
td.TdClassName
{
border-color: #14816D;
}
.TagClassName
{
border-color: #14816D;
}
</style>