Shades of Deep Sea #14796B
Tints of Deep Sea #14796B
RGB
CMYK
RGB Variations
Color information
#14796B (or 0x14796B) is known color: Deep Sea. HEX triplet: 14, 79 and 6B. RGB value is (20,121,107). Sum of RGB (Red+Green+Blue) = 20+121+107=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 121 (47.66% from 255 or 48.79% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 121 - color contains mainly: green. Hex color #14796B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14796B is #EB8694. Grayscale: #595959. Windows color (decimal): -15435413 or 7043348. OLE color: 7043348.
HSL color Cylindrical-coordinate representation of color #14796B: hue angle of 171.68º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14796B is Cyan = 0.83, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 121 | 107 | - |
| CMYK | 0.83 | 0 | 0.12 | 0.53 |
| HSL | 171.68º | 0.72% | 0.28% | - |
| HSV(B) | 171.68º | 0.83% | 0.47% | - |
| XYZ | 9.78 | 14.89 | 16.27 | - |
| YUV | 89.21 | 138.04 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 121 | 107 | 0.83 | 0 | 0.12 | 0.53 | 171.68 | 0.72 | 0.28 |
| Hex | 14 | 79 | 6B | 53 | 0 | C | 35 | AC | 48 | 1C |
| Octal | 24 | 171 | 153 | 123 | 0 | 14 | 65 | 254 | 110 | 34 |
| Binary | 10100 | 1111001 | 1101011 | 1010011 | 0 | 1100 | 110101 | 10101100 | 1001000 | 11100 |
Color Harmonies of #14796B
Complementary color
Monochromatic Colors of #14796B
Black with #14796B
Text Example
Text Example
White with #14796B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14796B; }
p { color: rgb(20,121,107); }
H1.HeaderClassName
{
color: #14796B;
}
.AnyTagClassName
{
color: #14796B;
}
</style>
background-color css
<style>
a { background-color: #14796B; }
a { background-color: rgb(20,121,107); }
div.DivClassName
{
background-color: #14796B;
}
.BgClassName
{
background-color: #14796B;
}
</style>
border-color css
<style>
span { border-color: #14796B; }
span { border-color: rgb(20,121,107); }
td.TdClassName
{
border-color: #14796B;
}
.TagClassName
{
border-color: #14796B;
}
</style>