Shades of Deep Sea #14735A
Tints of Deep Sea #14735A
RGB
CMYK
RGB Variations
Color information
#14735A (or 0x14735A) is known color: Deep Sea. HEX triplet: 14, 73 and 5A. RGB value is (20,115,90). Sum of RGB (Red+Green+Blue) = 20+115+90=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #14735A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14735A is #EB8CA5. Grayscale: #535353. Windows color (decimal): -15436966 or 5927700. OLE color: 5927700.
HSL color Cylindrical-coordinate representation of color #14735A: hue angle of 164.21º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14735A is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 115 | 90 | - |
| CMYK | 0.83 | 0 | 0.22 | 0.55 |
| HSL | 164.21º | 0.7% | 0.26% | - |
| HSV(B) | 164.21º | 0.83% | 0.45% | - |
| XYZ | 8.26 | 13.15 | 11.78 | - |
| YUV | 83.75 | 131.53 | 82.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 115 | 90 | 0.83 | 0 | 0.22 | 0.55 | 164.21 | 0.7 | 0.26 |
| Hex | 14 | 73 | 5A | 53 | 0 | 16 | 37 | A4 | 46 | 1A |
| Octal | 24 | 163 | 132 | 123 | 0 | 26 | 67 | 244 | 106 | 32 |
| Binary | 10100 | 1110011 | 1011010 | 1010011 | 0 | 10110 | 110111 | 10100100 | 1000110 | 11010 |
Color Harmonies of #14735A
Complementary color
Monochromatic Colors of #14735A
Black with #14735A
Text Example
Text Example
White with #14735A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14735A; }
p { color: rgb(20,115,90); }
H1.HeaderClassName
{
color: #14735A;
}
.AnyTagClassName
{
color: #14735A;
}
</style>
background-color css
<style>
a { background-color: #14735A; }
a { background-color: rgb(20,115,90); }
div.DivClassName
{
background-color: #14735A;
}
.BgClassName
{
background-color: #14735A;
}
</style>
border-color css
<style>
span { border-color: #14735A; }
span { border-color: rgb(20,115,90); }
td.TdClassName
{
border-color: #14735A;
}
.TagClassName
{
border-color: #14735A;
}
</style>