Shades of Deep Sea #14705B
Tints of Deep Sea #14705B
RGB
CMYK
RGB Variations
Color information
#14705B (or 0x14705B) is known color: Deep Sea. HEX triplet: 14, 70 and 5B. RGB value is (20,112,91). Sum of RGB (Red+Green+Blue) = 20+112+91=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #14705B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14705B is #EB8FA4. Grayscale: #525252. Windows color (decimal): -15437733 or 5992468. OLE color: 5992468.
HSL color Cylindrical-coordinate representation of color #14705B: hue angle of 166.3º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14705B is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 112 | 91 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.56 |
| HSL | 166.3º | 0.7% | 0.26% | - |
| HSV(B) | 166.3º | 0.82% | 0.44% | - |
| XYZ | 7.97 | 12.49 | 11.89 | - |
| YUV | 82.1 | 133.02 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 112 | 91 | 0.82 | 0 | 0.19 | 0.56 | 166.3 | 0.7 | 0.26 |
| Hex | 14 | 70 | 5B | 52 | 0 | 13 | 38 | A6 | 46 | 1A |
| Octal | 24 | 160 | 133 | 122 | 0 | 23 | 70 | 246 | 106 | 32 |
| Binary | 10100 | 1110000 | 1011011 | 1010010 | 0 | 10011 | 111000 | 10100110 | 1000110 | 11010 |
Color Harmonies of #14705B
Complementary color
Monochromatic Colors of #14705B
Black with #14705B
Text Example
Text Example
White with #14705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14705B; }
p { color: rgb(20,112,91); }
H1.HeaderClassName
{
color: #14705B;
}
.AnyTagClassName
{
color: #14705B;
}
</style>
background-color css
<style>
a { background-color: #14705B; }
a { background-color: rgb(20,112,91); }
div.DivClassName
{
background-color: #14705B;
}
.BgClassName
{
background-color: #14705B;
}
</style>
border-color css
<style>
span { border-color: #14705B; }
span { border-color: rgb(20,112,91); }
td.TdClassName
{
border-color: #14705B;
}
.TagClassName
{
border-color: #14705B;
}
</style>