Shades of Deep Sea #14816B
Tints of Deep Sea #14816B
RGB
CMYK
RGB Variations
Color information
#14816B (or 0x14816B) is known color: Deep Sea. HEX triplet: 14, 81 and 6B. RGB value is (20,129,107). Sum of RGB (Red+Green+Blue) = 20+129+107=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 129 (50.78% from 255 or 50.39% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 129 - color contains mainly: green. Hex color #14816B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14816B is #EB7E94. Grayscale: #5D5D5D. Windows color (decimal): -15433365 or 7045396. OLE color: 7045396.
HSL color Cylindrical-coordinate representation of color #14816B: hue angle of 167.89º 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 #14816B is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 129 | 107 | - |
| CMYK | 0.84 | 0 | 0.17 | 0.49 |
| HSL | 167.89º | 0.73% | 0.29% | - |
| HSV(B) | 167.89º | 0.84% | 0.51% | - |
| XYZ | 10.79 | 16.91 | 16.61 | - |
| YUV | 93.9 | 135.39 | 75.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 129 | 107 | 0.84 | 0 | 0.17 | 0.49 | 167.89 | 0.73 | 0.29 |
| Hex | 14 | 81 | 6B | 54 | 0 | 11 | 31 | A8 | 49 | 1D |
| Octal | 24 | 201 | 153 | 124 | 0 | 21 | 61 | 250 | 111 | 35 |
| Binary | 10100 | 10000001 | 1101011 | 1010100 | 0 | 10001 | 110001 | 10101000 | 1001001 | 11101 |
Color Harmonies of #14816B
Complementary color
Monochromatic Colors of #14816B
Black with #14816B
Text Example
Text Example
White with #14816B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14816B; }
p { color: rgb(20,129,107); }
H1.HeaderClassName
{
color: #14816B;
}
.AnyTagClassName
{
color: #14816B;
}
</style>
background-color css
<style>
a { background-color: #14816B; }
a { background-color: rgb(20,129,107); }
div.DivClassName
{
background-color: #14816B;
}
.BgClassName
{
background-color: #14816B;
}
</style>
border-color css
<style>
span { border-color: #14816B; }
span { border-color: rgb(20,129,107); }
td.TdClassName
{
border-color: #14816B;
}
.TagClassName
{
border-color: #14816B;
}
</style>