Shades of Deep Sea #14846A
Tints of Deep Sea #14846A
RGB
CMYK
RGB Variations
Color information
#14846A (or 0x14846A) is known color: Deep Sea. HEX triplet: 14, 84 and 6A. RGB value is (20,132,106). Sum of RGB (Red+Green+Blue) = 20+132+106=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 132 (51.95% from 255 or 51.16% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 132 - color contains mainly: green. Hex color #14846A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14846A is #EB7B95. Grayscale: #5F5F5F. Windows color (decimal): -15432598 or 6980628. OLE color: 6980628.
HSL color Cylindrical-coordinate representation of color #14846A: hue angle of 166.07º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14846A is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 132 | 106 | - |
| CMYK | 0.85 | 0 | 0.20 | 0.48 |
| HSL | 166.07º | 0.74% | 0.3% | - |
| HSV(B) | 166.07º | 0.85% | 0.52% | - |
| XYZ | 11.14 | 17.69 | 16.46 | - |
| YUV | 95.55 | 133.89 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 132 | 106 | 0.85 | 0 | 0.20 | 0.48 | 166.07 | 0.74 | 0.3 |
| Hex | 14 | 84 | 6A | 55 | 0 | 14 | 30 | A6 | 4A | 1E |
| Octal | 24 | 204 | 152 | 125 | 0 | 24 | 60 | 246 | 112 | 36 |
| Binary | 10100 | 10000100 | 1101010 | 1010101 | 0 | 10100 | 110000 | 10100110 | 1001010 | 11110 |
Color Harmonies of #14846A
Complementary color
Monochromatic Colors of #14846A
Black with #14846A
Text Example
Text Example
White with #14846A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14846A; }
p { color: rgb(20,132,106); }
H1.HeaderClassName
{
color: #14846A;
}
.AnyTagClassName
{
color: #14846A;
}
</style>
background-color css
<style>
a { background-color: #14846A; }
a { background-color: rgb(20,132,106); }
div.DivClassName
{
background-color: #14846A;
}
.BgClassName
{
background-color: #14846A;
}
</style>
border-color css
<style>
span { border-color: #14846A; }
span { border-color: rgb(20,132,106); }
td.TdClassName
{
border-color: #14846A;
}
.TagClassName
{
border-color: #14846A;
}
</style>