Shades of Evening Sea #21604C
Tints of Evening Sea #21604C
RGB
CMYK
RGB Variations
Color information
#21604C (or 0x21604C) is known color: Evening Sea. HEX triplet: 21, 60 and 4C. RGB value is (33,96,76). Sum of RGB (Red+Green+Blue) = 33+96+76=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 96 - color contains mainly: green. Hex color #21604C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21604C is #DE9FB3. Grayscale: #4A4A4A. Windows color (decimal): -14589876 or 5005345. OLE color: 5005345.
HSL color Cylindrical-coordinate representation of color #21604C: hue angle of 160.95º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #21604C is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 96 | 76 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.62 |
| HSL | 160.95º | 0.49% | 0.25% | - |
| HSV(B) | 160.95º | 0.66% | 0.38% | - |
| XYZ | 6.11 | 9.21 | 8.29 | - |
| YUV | 74.88 | 128.63 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 96 | 76 | 0.66 | 0 | 0.21 | 0.62 | 160.95 | 0.49 | 0.25 |
| Hex | 21 | 60 | 4C | 42 | 0 | 15 | 3E | A1 | 31 | 19 |
| Octal | 41 | 140 | 114 | 102 | 0 | 25 | 76 | 241 | 61 | 31 |
| Binary | 100001 | 1100000 | 1001100 | 1000010 | 0 | 10101 | 111110 | 10100001 | 110001 | 11001 |
Color Harmonies of #21604C
Complementary color
Monochromatic Colors of #21604C
Black with #21604C
Text Example
Text Example
White with #21604C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21604C; }
p { color: rgb(33,96,76); }
H1.HeaderClassName
{
color: #21604C;
}
.AnyTagClassName
{
color: #21604C;
}
</style>
background-color css
<style>
a { background-color: #21604C; }
a { background-color: rgb(33,96,76); }
div.DivClassName
{
background-color: #21604C;
}
.BgClassName
{
background-color: #21604C;
}
</style>
border-color css
<style>
span { border-color: #21604C; }
span { border-color: rgb(33,96,76); }
td.TdClassName
{
border-color: #21604C;
}
.TagClassName
{
border-color: #21604C;
}
</style>