Shades of Evening Sea #206C53
Tints of Evening Sea #206C53
RGB
CMYK
RGB Variations
Color information
#206C53 (or 0x206C53) is known color: Evening Sea. HEX triplet: 20, 6C and 53. RGB value is (32,108,83). Sum of RGB (Red+Green+Blue) = 32+108+83=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 108 (42.58% from 255 or 48.43% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 108 - color contains mainly: green. Hex color #206C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206C53 is #DF93AC. Grayscale: #525252. Windows color (decimal): -14652333 or 5467168. OLE color: 5467168.
HSL color Cylindrical-coordinate representation of color #206C53: hue angle of 160.26º 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 #206C53 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 108 | 83 | - |
| CMYK | 0.70 | 0 | 0.23 | 0.58 |
| HSL | 160.26º | 0.54% | 0.27% | - |
| HSV(B) | 160.26º | 0.7% | 0.42% | - |
| XYZ | 7.52 | 11.66 | 10.04 | - |
| YUV | 82.43 | 128.32 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 108 | 83 | 0.70 | 0 | 0.23 | 0.58 | 160.26 | 0.54 | 0.27 |
| Hex | 20 | 6C | 53 | 46 | 0 | 17 | 3A | A0 | 36 | 1B |
| Octal | 40 | 154 | 123 | 106 | 0 | 27 | 72 | 240 | 66 | 33 |
| Binary | 100000 | 1101100 | 1010011 | 1000110 | 0 | 10111 | 111010 | 10100000 | 110110 | 11011 |
Color Harmonies of #206C53
Complementary color
Monochromatic Colors of #206C53
Black with #206C53
Text Example
Text Example
White with #206C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206C53; }
p { color: rgb(32,108,83); }
H1.HeaderClassName
{
color: #206C53;
}
.AnyTagClassName
{
color: #206C53;
}
</style>
background-color css
<style>
a { background-color: #206C53; }
a { background-color: rgb(32,108,83); }
div.DivClassName
{
background-color: #206C53;
}
.BgClassName
{
background-color: #206C53;
}
</style>
border-color css
<style>
span { border-color: #206C53; }
span { border-color: rgb(32,108,83); }
td.TdClassName
{
border-color: #206C53;
}
.TagClassName
{
border-color: #206C53;
}
</style>