Shades of Evening Sea #20604C
Tints of Evening Sea #20604C
RGB
CMYK
RGB Variations
Color information
#20604C (or 0x20604C) is known color: Evening Sea. HEX triplet: 20, 60 and 4C. RGB value is (32,96,76). Sum of RGB (Red+Green+Blue) = 32+96+76=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 96 - color contains mainly: green. Hex color #20604C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20604C is #DF9FB3. Grayscale: #4A4A4A. Windows color (decimal): -14655412 or 5005344. OLE color: 5005344.
HSL color Cylindrical-coordinate representation of color #20604C: hue angle of 161.25º 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 #20604C is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 96 | 76 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.62 |
| HSL | 161.25º | 0.5% | 0.25% | - |
| HSV(B) | 161.25º | 0.67% | 0.38% | - |
| XYZ | 6.08 | 9.19 | 8.29 | - |
| YUV | 74.58 | 128.8 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 96 | 76 | 0.67 | 0 | 0.21 | 0.62 | 161.25 | 0.5 | 0.25 |
| Hex | 20 | 60 | 4C | 43 | 0 | 15 | 3E | A1 | 32 | 19 |
| Octal | 40 | 140 | 114 | 103 | 0 | 25 | 76 | 241 | 62 | 31 |
| Binary | 100000 | 1100000 | 1001100 | 1000011 | 0 | 10101 | 111110 | 10100001 | 110010 | 11001 |
Color Harmonies of #20604C
Complementary color
Monochromatic Colors of #20604C
Black with #20604C
Text Example
Text Example
White with #20604C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20604C; }
p { color: rgb(32,96,76); }
H1.HeaderClassName
{
color: #20604C;
}
.AnyTagClassName
{
color: #20604C;
}
</style>
background-color css
<style>
a { background-color: #20604C; }
a { background-color: rgb(32,96,76); }
div.DivClassName
{
background-color: #20604C;
}
.BgClassName
{
background-color: #20604C;
}
</style>
border-color css
<style>
span { border-color: #20604C; }
span { border-color: rgb(32,96,76); }
td.TdClassName
{
border-color: #20604C;
}
.TagClassName
{
border-color: #20604C;
}
</style>