Shades of Deep Sea #20715E
Tints of Deep Sea #20715E
RGB
CMYK
RGB Variations
Color information
#20715E (or 0x20715E) is known color: Deep Sea. HEX triplet: 20, 71 and 5E. RGB value is (32,113,94). Sum of RGB (Red+Green+Blue) = 32+113+94=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 113 (44.53% from 255 or 47.28% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 113 - color contains mainly: green. Hex color #20715E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20715E is #DF8EA1. Grayscale: #565656. Windows color (decimal): -14651042 or 6189344. OLE color: 6189344.
HSL color Cylindrical-coordinate representation of color #20715E: hue angle of 165.93º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #20715E is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 113 | 94 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.56 |
| HSL | 165.93º | 0.56% | 0.28% | - |
| HSV(B) | 165.93º | 0.72% | 0.44% | - |
| XYZ | 8.52 | 12.93 | 12.64 | - |
| YUV | 86.62 | 132.16 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 113 | 94 | 0.72 | 0 | 0.17 | 0.56 | 165.93 | 0.56 | 0.28 |
| Hex | 20 | 71 | 5E | 48 | 0 | 11 | 38 | A6 | 38 | 1C |
| Octal | 40 | 161 | 136 | 110 | 0 | 21 | 70 | 246 | 70 | 34 |
| Binary | 100000 | 1110001 | 1011110 | 1001000 | 0 | 10001 | 111000 | 10100110 | 111000 | 11100 |
Color Harmonies of #20715E
Complementary color
Monochromatic Colors of #20715E
Black with #20715E
Text Example
Text Example
White with #20715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20715E; }
p { color: rgb(32,113,94); }
H1.HeaderClassName
{
color: #20715E;
}
.AnyTagClassName
{
color: #20715E;
}
</style>
background-color css
<style>
a { background-color: #20715E; }
a { background-color: rgb(32,113,94); }
div.DivClassName
{
background-color: #20715E;
}
.BgClassName
{
background-color: #20715E;
}
</style>
border-color css
<style>
span { border-color: #20715E; }
span { border-color: rgb(32,113,94); }
td.TdClassName
{
border-color: #20715E;
}
.TagClassName
{
border-color: #20715E;
}
</style>