Shades of Deep Sea #14826C
Tints of Deep Sea #14826C
RGB
CMYK
RGB Variations
Color information
#14826C (or 0x14826C) is known color: Deep Sea. HEX triplet: 14, 82 and 6C. RGB value is (20,130,108). Sum of RGB (Red+Green+Blue) = 20+130+108=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #14826C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14826C is #EB7D93. Grayscale: #5E5E5E. Windows color (decimal): -15433108 or 7111188. OLE color: 7111188.
HSL color Cylindrical-coordinate representation of color #14826C: hue angle of 168º 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 #14826C is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 130 | 108 | - |
| CMYK | 0.85 | 0 | 0.17 | 0.49 |
| HSL | 168º | 0.73% | 0.29% | - |
| HSV(B) | 168º | 0.85% | 0.51% | - |
| XYZ | 10.98 | 17.2 | 16.93 | - |
| YUV | 94.6 | 135.56 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 130 | 108 | 0.85 | 0 | 0.17 | 0.49 | 168 | 0.73 | 0.29 |
| Hex | 14 | 82 | 6C | 55 | 0 | 11 | 31 | A8 | 49 | 1D |
| Octal | 24 | 202 | 154 | 125 | 0 | 21 | 61 | 250 | 111 | 35 |
| Binary | 10100 | 10000010 | 1101100 | 1010101 | 0 | 10001 | 110001 | 10101000 | 1001001 | 11101 |
Color Harmonies of #14826C
Complementary color
Monochromatic Colors of #14826C
Black with #14826C
Text Example
Text Example
White with #14826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14826C; }
p { color: rgb(20,130,108); }
H1.HeaderClassName
{
color: #14826C;
}
.AnyTagClassName
{
color: #14826C;
}
</style>
background-color css
<style>
a { background-color: #14826C; }
a { background-color: rgb(20,130,108); }
div.DivClassName
{
background-color: #14826C;
}
.BgClassName
{
background-color: #14826C;
}
</style>
border-color css
<style>
span { border-color: #14826C; }
span { border-color: rgb(20,130,108); }
td.TdClassName
{
border-color: #14826C;
}
.TagClassName
{
border-color: #14826C;
}
</style>