Shades of Deep Sea #20805C
Tints of Deep Sea #20805C
RGB
CMYK
RGB Variations
Color information
#20805C (or 0x20805C) is known color: Deep Sea. HEX triplet: 20, 80 and 5C. RGB value is (32,128,92). Sum of RGB (Red+Green+Blue) = 32+128+92=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 128 (50.39% from 255 or 50.79% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 128 - color contains mainly: green. Hex color #20805C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20805C is #DF7FA3. Grayscale: #5F5F5F. Windows color (decimal): -14647204 or 6062112. OLE color: 6062112.
HSL color Cylindrical-coordinate representation of color #20805C: hue angle of 157.5º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20805C is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 128 | 92 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.50 |
| HSL | 157.5º | 0.6% | 0.31% | - |
| HSV(B) | 157.5º | 0.75% | 0.5% | - |
| XYZ | 10.25 | 16.52 | 12.77 | - |
| YUV | 95.19 | 126.2 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 128 | 92 | 0.75 | 0 | 0.28 | 0.50 | 157.5 | 0.6 | 0.31 |
| Hex | 20 | 80 | 5C | 4B | 0 | 1C | 32 | 9E | 3C | 1F |
| Octal | 40 | 200 | 134 | 113 | 0 | 34 | 62 | 236 | 74 | 37 |
| Binary | 100000 | 10000000 | 1011100 | 1001011 | 0 | 11100 | 110010 | 10011110 | 111100 | 11111 |
Color Harmonies of #20805C
Complementary color
Monochromatic Colors of #20805C
Black with #20805C
Text Example
Text Example
White with #20805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20805C; }
p { color: rgb(32,128,92); }
H1.HeaderClassName
{
color: #20805C;
}
.AnyTagClassName
{
color: #20805C;
}
</style>
background-color css
<style>
a { background-color: #20805C; }
a { background-color: rgb(32,128,92); }
div.DivClassName
{
background-color: #20805C;
}
.BgClassName
{
background-color: #20805C;
}
</style>
border-color css
<style>
span { border-color: #20805C; }
span { border-color: rgb(32,128,92); }
td.TdClassName
{
border-color: #20805C;
}
.TagClassName
{
border-color: #20805C;
}
</style>