Shades of Evening Sea #20664E
Tints of Evening Sea #20664E
RGB
CMYK
RGB Variations
Color information
#20664E (or 0x20664E) is known color: Evening Sea. HEX triplet: 20, 66 and 4E. RGB value is (32,102,78). Sum of RGB (Red+Green+Blue) = 32+102+78=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 102 (40.23% from 255 or 48.11% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 102 - color contains mainly: green. Hex color #20664E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20664E is #DF99B1. Grayscale: #4E4E4E. Windows color (decimal): -14653874 or 5137952. OLE color: 5137952.
HSL color Cylindrical-coordinate representation of color #20664E: hue angle of 159.43º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #20664E is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 32 | 102 | 78 | - |
| CMYK | 0.69 | 0 | 0.24 | 0.6 |
| HSL | 159.43º | 0.52% | 0.26% | - |
| HSV(B) | 159.43º | 0.69% | 0.4% | - |
| XYZ | 6.72 | 10.36 | 8.85 | - |
| YUV | 78.33 | 127.81 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 102 | 78 | 0.69 | 0 | 0.24 | 0.6 | 159.43 | 0.52 | 0.26 |
| Hex | 20 | 66 | 4E | 45 | 0 | 18 | 3C | 9F | 34 | 1A |
| Octal | 40 | 146 | 116 | 105 | 0 | 30 | 74 | 237 | 64 | 32 |
| Binary | 100000 | 1100110 | 1001110 | 1000101 | 0 | 11000 | 111100 | 10011111 | 110100 | 11010 |
Color Harmonies of #20664E
Complementary color
Monochromatic Colors of #20664E
Black with #20664E
Text Example
Text Example
White with #20664E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20664E; }
p { color: rgb(32,102,78); }
H1.HeaderClassName
{
color: #20664E;
}
.AnyTagClassName
{
color: #20664E;
}
</style>
background-color css
<style>
a { background-color: #20664E; }
a { background-color: rgb(32,102,78); }
div.DivClassName
{
background-color: #20664E;
}
.BgClassName
{
background-color: #20664E;
}
</style>
border-color css
<style>
span { border-color: #20664E; }
span { border-color: rgb(32,102,78); }
td.TdClassName
{
border-color: #20664E;
}
.TagClassName
{
border-color: #20664E;
}
</style>