Shades of Deep Sea #208160
Tints of Deep Sea #208160
RGB
CMYK
RGB Variations
Color information
#208160 (or 0x208160) is known color: Deep Sea. HEX triplet: 20, 81 and 60. RGB value is (32,129,96). Sum of RGB (Red+Green+Blue) = 32+129+96=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 129 (50.78% from 255 or 50.19% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 129 - color contains mainly: green. Hex color #208160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208160 is #DF7E9F. Grayscale: #606060. Windows color (decimal): -14646944 or 6324512. OLE color: 6324512.
HSL color Cylindrical-coordinate representation of color #208160: hue angle of 159.59º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #208160 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 129 | 96 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.49 |
| HSL | 159.59º | 0.6% | 0.32% | - |
| HSV(B) | 159.59º | 0.75% | 0.51% | - |
| XYZ | 10.56 | 16.85 | 13.76 | - |
| YUV | 96.24 | 127.86 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 129 | 96 | 0.75 | 0 | 0.26 | 0.49 | 159.59 | 0.6 | 0.32 |
| Hex | 20 | 81 | 60 | 4B | 0 | 1A | 31 | A0 | 3C | 20 |
| Octal | 40 | 201 | 140 | 113 | 0 | 32 | 61 | 240 | 74 | 40 |
| Binary | 100000 | 10000001 | 1100000 | 1001011 | 0 | 11010 | 110001 | 10100000 | 111100 | 100000 |
Color Harmonies of #208160
Complementary color
Monochromatic Colors of #208160
Black with #208160
Text Example
Text Example
White with #208160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208160; }
p { color: rgb(32,129,96); }
H1.HeaderClassName
{
color: #208160;
}
.AnyTagClassName
{
color: #208160;
}
</style>
background-color css
<style>
a { background-color: #208160; }
a { background-color: rgb(32,129,96); }
div.DivClassName
{
background-color: #208160;
}
.BgClassName
{
background-color: #208160;
}
</style>
border-color css
<style>
span { border-color: #208160; }
span { border-color: rgb(32,129,96); }
td.TdClassName
{
border-color: #208160;
}
.TagClassName
{
border-color: #208160;
}
</style>