Shades of Deep Sea #208165
Tints of Deep Sea #208165
RGB
CMYK
RGB Variations
Color information
#208165 (or 0x208165) is known color: Deep Sea. HEX triplet: 20, 81 and 65. RGB value is (32,129,101). Sum of RGB (Red+Green+Blue) = 32+129+101=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 129 (50.78% from 255 or 49.24% from 262); Blue value is 101 (39.84% from 255 or 38.55% from 262); Max value from RGB is 129 - color contains mainly: green. Hex color #208165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208165 is #DF7E9A. Grayscale: #606060. Windows color (decimal): -14646939 or 6652192. OLE color: 6652192.
HSL color Cylindrical-coordinate representation of color #208165: hue angle of 162.68º 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 #208165 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 129 | 101 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.49 |
| HSL | 162.68º | 0.6% | 0.32% | - |
| HSV(B) | 162.68º | 0.75% | 0.51% | - |
| XYZ | 10.79 | 16.95 | 15.01 | - |
| YUV | 96.81 | 130.36 | 81.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 129 | 101 | 0.75 | 0 | 0.22 | 0.49 | 162.68 | 0.6 | 0.32 |
| Hex | 20 | 81 | 65 | 4B | 0 | 16 | 31 | A3 | 3C | 20 |
| Octal | 40 | 201 | 145 | 113 | 0 | 26 | 61 | 243 | 74 | 40 |
| Binary | 100000 | 10000001 | 1100101 | 1001011 | 0 | 10110 | 110001 | 10100011 | 111100 | 100000 |
Color Harmonies of #208165
Complementary color
Monochromatic Colors of #208165
Black with #208165
Text Example
Text Example
White with #208165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208165; }
p { color: rgb(32,129,101); }
H1.HeaderClassName
{
color: #208165;
}
.AnyTagClassName
{
color: #208165;
}
</style>
background-color css
<style>
a { background-color: #208165; }
a { background-color: rgb(32,129,101); }
div.DivClassName
{
background-color: #208165;
}
.BgClassName
{
background-color: #208165;
}
</style>
border-color css
<style>
span { border-color: #208165; }
span { border-color: rgb(32,129,101); }
td.TdClassName
{
border-color: #208165;
}
.TagClassName
{
border-color: #208165;
}
</style>