Shades of Eden #21665A
Tints of Eden #21665A
RGB
CMYK
RGB Variations
Color information
#21665A (or 0x21665A) is known color: Eden. HEX triplet: 21, 66 and 5A. RGB value is (33,102,90). Sum of RGB (Red+Green+Blue) = 33+102+90=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 102 - color contains mainly: green. Hex color #21665A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21665A is #DE99A5. Grayscale: #4F4F4F. Windows color (decimal): -14588326 or 5924385. OLE color: 5924385.
HSL color Cylindrical-coordinate representation of color #21665A: hue angle of 169.57º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #21665A is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 33 | 102 | 90 | - |
| CMYK | 0.68 | 0 | 0.12 | 0.6 |
| HSL | 169.57º | 0.51% | 0.26% | - |
| HSV(B) | 169.57º | 0.68% | 0.4% | - |
| XYZ | 7.22 | 10.56 | 11.33 | - |
| YUV | 80 | 133.64 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 102 | 90 | 0.68 | 0 | 0.12 | 0.6 | 169.57 | 0.51 | 0.26 |
| Hex | 21 | 66 | 5A | 44 | 0 | C | 3C | AA | 33 | 1A |
| Octal | 41 | 146 | 132 | 104 | 0 | 14 | 74 | 252 | 63 | 32 |
| Binary | 100001 | 1100110 | 1011010 | 1000100 | 0 | 1100 | 111100 | 10101010 | 110011 | 11010 |
Color Harmonies of #21665A
Complementary color
Monochromatic Colors of #21665A
Black with #21665A
Text Example
Text Example
White with #21665A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21665A; }
p { color: rgb(33,102,90); }
H1.HeaderClassName
{
color: #21665A;
}
.AnyTagClassName
{
color: #21665A;
}
</style>
background-color css
<style>
a { background-color: #21665A; }
a { background-color: rgb(33,102,90); }
div.DivClassName
{
background-color: #21665A;
}
.BgClassName
{
background-color: #21665A;
}
</style>
border-color css
<style>
span { border-color: #21665A; }
span { border-color: rgb(33,102,90); }
td.TdClassName
{
border-color: #21665A;
}
.TagClassName
{
border-color: #21665A;
}
</style>