Shades of Deep Sea #208263
Tints of Deep Sea #208263
RGB
CMYK
RGB Variations
Color information
#208263 (or 0x208263) is known color: Deep Sea. HEX triplet: 20, 82 and 63. RGB value is (32,130,99). Sum of RGB (Red+Green+Blue) = 32+130+99=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #208263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208263 is #DF7D9C. Grayscale: #616161. Windows color (decimal): -14646685 or 6521376. OLE color: 6521376.
HSL color Cylindrical-coordinate representation of color #208263: hue angle of 161.02º 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 #208263 is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 130 | 99 | - |
| CMYK | 0.75 | 0 | 0.24 | 0.49 |
| HSL | 161.02º | 0.6% | 0.32% | - |
| HSV(B) | 161.02º | 0.75% | 0.51% | - |
| XYZ | 10.83 | 17.17 | 14.55 | - |
| YUV | 97.16 | 129.03 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 130 | 99 | 0.75 | 0 | 0.24 | 0.49 | 161.02 | 0.6 | 0.32 |
| Hex | 20 | 82 | 63 | 4B | 0 | 18 | 31 | A1 | 3C | 20 |
| Octal | 40 | 202 | 143 | 113 | 0 | 30 | 61 | 241 | 74 | 40 |
| Binary | 100000 | 10000010 | 1100011 | 1001011 | 0 | 11000 | 110001 | 10100001 | 111100 | 100000 |
Color Harmonies of #208263
Complementary color
Monochromatic Colors of #208263
Black with #208263
Text Example
Text Example
White with #208263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208263; }
p { color: rgb(32,130,99); }
H1.HeaderClassName
{
color: #208263;
}
.AnyTagClassName
{
color: #208263;
}
</style>
background-color css
<style>
a { background-color: #208263; }
a { background-color: rgb(32,130,99); }
div.DivClassName
{
background-color: #208263;
}
.BgClassName
{
background-color: #208263;
}
</style>
border-color css
<style>
span { border-color: #208263; }
span { border-color: rgb(32,130,99); }
td.TdClassName
{
border-color: #208263;
}
.TagClassName
{
border-color: #208263;
}
</style>