Shades of Deep Sea #20725E
Tints of Deep Sea #20725E
RGB
CMYK
RGB Variations
Color information
#20725E (or 0x20725E) is known color: Deep Sea. HEX triplet: 20, 72 and 5E. RGB value is (32,114,94). Sum of RGB (Red+Green+Blue) = 32+114+94=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 114 (44.92% from 255 or 47.5% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 114 - color contains mainly: green. Hex color #20725E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20725E is #DF8DA1. Grayscale: #575757. Windows color (decimal): -14650786 or 6189600. OLE color: 6189600.
HSL color Cylindrical-coordinate representation of color #20725E: hue angle of 165.37º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #20725E is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 114 | 94 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.55 |
| HSL | 165.37º | 0.56% | 0.29% | - |
| HSV(B) | 165.37º | 0.72% | 0.45% | - |
| XYZ | 8.63 | 13.15 | 12.67 | - |
| YUV | 87.2 | 131.83 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 114 | 94 | 0.72 | 0 | 0.18 | 0.55 | 165.37 | 0.56 | 0.29 |
| Hex | 20 | 72 | 5E | 48 | 0 | 12 | 37 | A5 | 38 | 1D |
| Octal | 40 | 162 | 136 | 110 | 0 | 22 | 67 | 245 | 70 | 35 |
| Binary | 100000 | 1110010 | 1011110 | 1001000 | 0 | 10010 | 110111 | 10100101 | 111000 | 11101 |
Color Harmonies of #20725E
Complementary color
Monochromatic Colors of #20725E
Black with #20725E
Text Example
Text Example
White with #20725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20725E; }
p { color: rgb(32,114,94); }
H1.HeaderClassName
{
color: #20725E;
}
.AnyTagClassName
{
color: #20725E;
}
</style>
background-color css
<style>
a { background-color: #20725E; }
a { background-color: rgb(32,114,94); }
div.DivClassName
{
background-color: #20725E;
}
.BgClassName
{
background-color: #20725E;
}
</style>
border-color css
<style>
span { border-color: #20725E; }
span { border-color: rgb(32,114,94); }
td.TdClassName
{
border-color: #20725E;
}
.TagClassName
{
border-color: #20725E;
}
</style>