Shades of Deep Sea #207961
Tints of Deep Sea #207961
RGB
CMYK
RGB Variations
Color information
#207961 (or 0x207961) is known color: Deep Sea. HEX triplet: 20, 79 and 61. RGB value is (32,121,97). Sum of RGB (Red+Green+Blue) = 32+121+97=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 121 (47.66% from 255 or 48.4% from 250); Blue value is 97 (38.28% from 255 or 38.8% from 250); Max value from RGB is 121 - color contains mainly: green. Hex color #207961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207961 is #DF869E. Grayscale: #5B5B5B. Windows color (decimal): -14648991 or 6388000. OLE color: 6388000.
HSL color Cylindrical-coordinate representation of color #207961: hue angle of 163.82º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207961 is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 121 | 97 | - |
| CMYK | 0.74 | 0 | 0.20 | 0.53 |
| HSL | 163.82º | 0.58% | 0.3% | - |
| HSV(B) | 163.82º | 0.74% | 0.47% | - |
| XYZ | 9.59 | 14.84 | 13.67 | - |
| YUV | 91.65 | 131.01 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 121 | 97 | 0.74 | 0 | 0.20 | 0.53 | 163.82 | 0.58 | 0.3 |
| Hex | 20 | 79 | 61 | 4A | 0 | 14 | 35 | A4 | 3A | 1E |
| Octal | 40 | 171 | 141 | 112 | 0 | 24 | 65 | 244 | 72 | 36 |
| Binary | 100000 | 1111001 | 1100001 | 1001010 | 0 | 10100 | 110101 | 10100100 | 111010 | 11110 |
Color Harmonies of #207961
Complementary color
Monochromatic Colors of #207961
Black with #207961
Text Example
Text Example
White with #207961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207961; }
p { color: rgb(32,121,97); }
H1.HeaderClassName
{
color: #207961;
}
.AnyTagClassName
{
color: #207961;
}
</style>
background-color css
<style>
a { background-color: #207961; }
a { background-color: rgb(32,121,97); }
div.DivClassName
{
background-color: #207961;
}
.BgClassName
{
background-color: #207961;
}
</style>
border-color css
<style>
span { border-color: #207961; }
span { border-color: rgb(32,121,97); }
td.TdClassName
{
border-color: #207961;
}
.TagClassName
{
border-color: #207961;
}
</style>