Shades of Evening Sea #206C52
Tints of Evening Sea #206C52
RGB
CMYK
RGB Variations
Color information
#206C52 (or 0x206C52) is known color: Evening Sea. HEX triplet: 20, 6C and 52. RGB value is (32,108,82). Sum of RGB (Red+Green+Blue) = 32+108+82=222 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.41% from 222); Green value is 108 (42.58% from 255 or 48.65% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 108 - color contains mainly: green. Hex color #206C52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206C52 is #DF93AD. Grayscale: #525252. Windows color (decimal): -14652334 or 5401632. OLE color: 5401632.
HSL color Cylindrical-coordinate representation of color #206C52: hue angle of 159.47º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #206C52 is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 108 | 82 | - |
| CMYK | 0.70 | 0 | 0.24 | 0.58 |
| HSL | 159.47º | 0.54% | 0.27% | - |
| HSV(B) | 159.47º | 0.7% | 0.42% | - |
| XYZ | 7.48 | 11.64 | 9.84 | - |
| YUV | 82.31 | 127.82 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 108 | 82 | 0.70 | 0 | 0.24 | 0.58 | 159.47 | 0.54 | 0.27 |
| Hex | 20 | 6C | 52 | 46 | 0 | 18 | 3A | 9F | 36 | 1B |
| Octal | 40 | 154 | 122 | 106 | 0 | 30 | 72 | 237 | 66 | 33 |
| Binary | 100000 | 1101100 | 1010010 | 1000110 | 0 | 11000 | 111010 | 10011111 | 110110 | 11011 |
Color Harmonies of #206C52
Complementary color
Monochromatic Colors of #206C52
Black with #206C52
Text Example
Text Example
White with #206C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206C52; }
p { color: rgb(32,108,82); }
H1.HeaderClassName
{
color: #206C52;
}
.AnyTagClassName
{
color: #206C52;
}
</style>
background-color css
<style>
a { background-color: #206C52; }
a { background-color: rgb(32,108,82); }
div.DivClassName
{
background-color: #206C52;
}
.BgClassName
{
background-color: #206C52;
}
</style>
border-color css
<style>
span { border-color: #206C52; }
span { border-color: rgb(32,108,82); }
td.TdClassName
{
border-color: #206C52;
}
.TagClassName
{
border-color: #206C52;
}
</style>