Shades of Deep Sea #14715B
Tints of Deep Sea #14715B
RGB
CMYK
RGB Variations
Color information
#14715B (or 0x14715B) is known color: Deep Sea. HEX triplet: 14, 71 and 5B. RGB value is (20,113,91). Sum of RGB (Red+Green+Blue) = 20+113+91=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 113 (44.53% from 255 or 50.45% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 113 - color contains mainly: green. Hex color #14715B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14715B is #EB8EA4. Grayscale: #525252. Windows color (decimal): -15437477 or 5992724. OLE color: 5992724.
HSL color Cylindrical-coordinate representation of color #14715B: hue angle of 165.81º 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 #14715B is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 113 | 91 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.56 |
| HSL | 165.81º | 0.7% | 0.26% | - |
| HSV(B) | 165.81º | 0.82% | 0.44% | - |
| XYZ | 8.08 | 12.71 | 11.93 | - |
| YUV | 82.69 | 132.69 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 91 | 0.82 | 0 | 0.19 | 0.56 | 165.81 | 0.7 | 0.26 |
| Hex | 14 | 71 | 5B | 52 | 0 | 13 | 38 | A6 | 46 | 1A |
| Octal | 24 | 161 | 133 | 122 | 0 | 23 | 70 | 246 | 106 | 32 |
| Binary | 10100 | 1110001 | 1011011 | 1010010 | 0 | 10011 | 111000 | 10100110 | 1000110 | 11010 |
Color Harmonies of #14715B
Complementary color
Monochromatic Colors of #14715B
Black with #14715B
Text Example
Text Example
White with #14715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14715B; }
p { color: rgb(20,113,91); }
H1.HeaderClassName
{
color: #14715B;
}
.AnyTagClassName
{
color: #14715B;
}
</style>
background-color css
<style>
a { background-color: #14715B; }
a { background-color: rgb(20,113,91); }
div.DivClassName
{
background-color: #14715B;
}
.BgClassName
{
background-color: #14715B;
}
</style>
border-color css
<style>
span { border-color: #14715B; }
span { border-color: rgb(20,113,91); }
td.TdClassName
{
border-color: #14715B;
}
.TagClassName
{
border-color: #14715B;
}
</style>