Shades of Evening Sea #20674D
Tints of Evening Sea #20674D
RGB
CMYK
RGB Variations
Color information
#20674D (or 0x20674D) is known color: Evening Sea. HEX triplet: 20, 67 and 4D. RGB value is (32,103,77). Sum of RGB (Red+Green+Blue) = 32+103+77=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 103 (40.62% from 255 or 48.58% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 103 - color contains mainly: green. Hex color #20674D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20674D is #DF98B2. Grayscale: #4E4E4E. Windows color (decimal): -14653619 or 5072672. OLE color: 5072672.
HSL color Cylindrical-coordinate representation of color #20674D: hue angle of 158.03º degrees, saturation: 0.53, 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 #20674D is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 103 | 77 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.60 |
| HSL | 158.03º | 0.53% | 0.26% | - |
| HSV(B) | 158.03º | 0.69% | 0.4% | - |
| XYZ | 6.79 | 10.54 | 8.7 | - |
| YUV | 78.81 | 126.98 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 103 | 77 | 0.69 | 0 | 0.25 | 0.60 | 158.03 | 0.53 | 0.26 |
| Hex | 20 | 67 | 4D | 45 | 0 | 19 | 3C | 9E | 35 | 1A |
| Octal | 40 | 147 | 115 | 105 | 0 | 31 | 74 | 236 | 65 | 32 |
| Binary | 100000 | 1100111 | 1001101 | 1000101 | 0 | 11001 | 111100 | 10011110 | 110101 | 11010 |
Color Harmonies of #20674D
Complementary color
Monochromatic Colors of #20674D
Black with #20674D
Text Example
Text Example
White with #20674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20674D; }
p { color: rgb(32,103,77); }
H1.HeaderClassName
{
color: #20674D;
}
.AnyTagClassName
{
color: #20674D;
}
</style>
background-color css
<style>
a { background-color: #20674D; }
a { background-color: rgb(32,103,77); }
div.DivClassName
{
background-color: #20674D;
}
.BgClassName
{
background-color: #20674D;
}
</style>
border-color css
<style>
span { border-color: #20674D; }
span { border-color: rgb(32,103,77); }
td.TdClassName
{
border-color: #20674D;
}
.TagClassName
{
border-color: #20674D;
}
</style>