Shades of Evening Sea #20614D
Tints of Evening Sea #20614D
RGB
CMYK
RGB Variations
Color information
#20614D (or 0x20614D) is known color: Evening Sea. HEX triplet: 20, 61 and 4D. RGB value is (32,97,77). Sum of RGB (Red+Green+Blue) = 32+97+77=206 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.53% from 206); Green value is 97 (38.28% from 255 or 47.09% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 97 - color contains mainly: green. Hex color #20614D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20614D is #DF9EB2. Grayscale: #4B4B4B. Windows color (decimal): -14655155 or 5071136. OLE color: 5071136.
HSL color Cylindrical-coordinate representation of color #20614D: hue angle of 161.54º 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 #20614D is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 97 | 77 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.62 |
| HSL | 161.54º | 0.5% | 0.25% | - |
| HSV(B) | 161.54º | 0.67% | 0.38% | - |
| XYZ | 6.21 | 9.39 | 8.51 | - |
| YUV | 75.29 | 128.97 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 97 | 77 | 0.67 | 0 | 0.21 | 0.62 | 161.54 | 0.5 | 0.25 |
| Hex | 20 | 61 | 4D | 43 | 0 | 15 | 3E | A2 | 32 | 19 |
| Octal | 40 | 141 | 115 | 103 | 0 | 25 | 76 | 242 | 62 | 31 |
| Binary | 100000 | 1100001 | 1001101 | 1000011 | 0 | 10101 | 111110 | 10100010 | 110010 | 11001 |
Color Harmonies of #20614D
Complementary color
Monochromatic Colors of #20614D
Black with #20614D
Text Example
Text Example
White with #20614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20614D; }
p { color: rgb(32,97,77); }
H1.HeaderClassName
{
color: #20614D;
}
.AnyTagClassName
{
color: #20614D;
}
</style>
background-color css
<style>
a { background-color: #20614D; }
a { background-color: rgb(32,97,77); }
div.DivClassName
{
background-color: #20614D;
}
.BgClassName
{
background-color: #20614D;
}
</style>
border-color css
<style>
span { border-color: #20614D; }
span { border-color: rgb(32,97,77); }
td.TdClassName
{
border-color: #20614D;
}
.TagClassName
{
border-color: #20614D;
}
</style>