Shades of Evening Sea #206150
Tints of Evening Sea #206150
RGB
CMYK
RGB Variations
Color information
#206150 (or 0x206150) is known color: Evening Sea. HEX triplet: 20, 61 and 50. RGB value is (32,97,80). Sum of RGB (Red+Green+Blue) = 32+97+80=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 97 (38.28% from 255 or 46.41% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 97 - color contains mainly: green. Hex color #206150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206150 is #DF9EAF. Grayscale: #4B4B4B. Windows color (decimal): -14655152 or 5267744. OLE color: 5267744.
HSL color Cylindrical-coordinate representation of color #206150: hue angle of 164.31º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #206150 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 97 | 80 | - |
| CMYK | 0.67 | 0 | 0.18 | 0.62 |
| HSL | 164.31º | 0.5% | 0.25% | - |
| HSV(B) | 164.31º | 0.67% | 0.38% | - |
| XYZ | 6.32 | 9.44 | 9.08 | - |
| YUV | 75.63 | 130.47 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 97 | 80 | 0.67 | 0 | 0.18 | 0.62 | 164.31 | 0.5 | 0.25 |
| Hex | 20 | 61 | 50 | 43 | 0 | 12 | 3E | A4 | 32 | 19 |
| Octal | 40 | 141 | 120 | 103 | 0 | 22 | 76 | 244 | 62 | 31 |
| Binary | 100000 | 1100001 | 1010000 | 1000011 | 0 | 10010 | 111110 | 10100100 | 110010 | 11001 |
Color Harmonies of #206150
Complementary color
Monochromatic Colors of #206150
Black with #206150
Text Example
Text Example
White with #206150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206150; }
p { color: rgb(32,97,80); }
H1.HeaderClassName
{
color: #206150;
}
.AnyTagClassName
{
color: #206150;
}
</style>
background-color css
<style>
a { background-color: #206150; }
a { background-color: rgb(32,97,80); }
div.DivClassName
{
background-color: #206150;
}
.BgClassName
{
background-color: #206150;
}
</style>
border-color css
<style>
span { border-color: #206150; }
span { border-color: rgb(32,97,80); }
td.TdClassName
{
border-color: #206150;
}
.TagClassName
{
border-color: #206150;
}
</style>