Shades of Eden #21625A
Tints of Eden #21625A
RGB
CMYK
RGB Variations
Color information
#21625A (or 0x21625A) is known color: Eden. HEX triplet: 21, 62 and 5A. RGB value is (33,98,90). Sum of RGB (Red+Green+Blue) = 33+98+90=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 90 (35.55% from 255 or 40.72% from 221); Max value from RGB is 98 - color contains mainly: green. Hex color #21625A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21625A is #DE9DA5. Grayscale: #4D4D4D. Windows color (decimal): -14589350 or 5923361. OLE color: 5923361.
HSL color Cylindrical-coordinate representation of color #21625A: hue angle of 172.62º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #21625A is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 98 | 90 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.62 |
| HSL | 172.62º | 0.5% | 0.26% | - |
| HSV(B) | 172.62º | 0.66% | 0.38% | - |
| XYZ | 6.84 | 9.8 | 11.2 | - |
| YUV | 77.65 | 134.97 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 98 | 90 | 0.66 | 0 | 0.08 | 0.62 | 172.62 | 0.5 | 0.26 |
| Hex | 21 | 62 | 5A | 42 | 0 | 8 | 3E | AD | 32 | 1A |
| Octal | 41 | 142 | 132 | 102 | 0 | 10 | 76 | 255 | 62 | 32 |
| Binary | 100001 | 1100010 | 1011010 | 1000010 | 0 | 1000 | 111110 | 10101101 | 110010 | 11010 |
Color Harmonies of #21625A
Complementary color
Monochromatic Colors of #21625A
Black with #21625A
Text Example
Text Example
White with #21625A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21625A; }
p { color: rgb(33,98,90); }
H1.HeaderClassName
{
color: #21625A;
}
.AnyTagClassName
{
color: #21625A;
}
</style>
background-color css
<style>
a { background-color: #21625A; }
a { background-color: rgb(33,98,90); }
div.DivClassName
{
background-color: #21625A;
}
.BgClassName
{
background-color: #21625A;
}
</style>
border-color css
<style>
span { border-color: #21625A; }
span { border-color: rgb(33,98,90); }
td.TdClassName
{
border-color: #21625A;
}
.TagClassName
{
border-color: #21625A;
}
</style>