Shades of Eden #21665C
Tints of Eden #21665C
RGB
CMYK
RGB Variations
Color information
#21665C (or 0x21665C) is known color: Eden. HEX triplet: 21, 66 and 5C. RGB value is (33,102,92). Sum of RGB (Red+Green+Blue) = 33+102+92=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 102 - color contains mainly: green. Hex color #21665C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21665C is #DE99A3. Grayscale: #505050. Windows color (decimal): -14588324 or 6055457. OLE color: 6055457.
HSL color Cylindrical-coordinate representation of color #21665C: hue angle of 171.3º 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 #21665C is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 33 | 102 | 92 | - |
| CMYK | 0.68 | 0 | 0.10 | 0.6 |
| HSL | 171.3º | 0.51% | 0.26% | - |
| HSV(B) | 171.3º | 0.68% | 0.4% | - |
| XYZ | 7.31 | 10.6 | 11.79 | - |
| YUV | 80.23 | 134.64 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 102 | 92 | 0.68 | 0 | 0.10 | 0.6 | 171.3 | 0.51 | 0.26 |
| Hex | 21 | 66 | 5C | 44 | 0 | A | 3C | AB | 33 | 1A |
| Octal | 41 | 146 | 134 | 104 | 0 | 12 | 74 | 253 | 63 | 32 |
| Binary | 100001 | 1100110 | 1011100 | 1000100 | 0 | 1010 | 111100 | 10101011 | 110011 | 11010 |
Color Harmonies of #21665C
Complementary color
Monochromatic Colors of #21665C
Black with #21665C
Text Example
Text Example
White with #21665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21665C; }
p { color: rgb(33,102,92); }
H1.HeaderClassName
{
color: #21665C;
}
.AnyTagClassName
{
color: #21665C;
}
</style>
background-color css
<style>
a { background-color: #21665C; }
a { background-color: rgb(33,102,92); }
div.DivClassName
{
background-color: #21665C;
}
.BgClassName
{
background-color: #21665C;
}
</style>
border-color css
<style>
span { border-color: #21665C; }
span { border-color: rgb(33,102,92); }
td.TdClassName
{
border-color: #21665C;
}
.TagClassName
{
border-color: #21665C;
}
</style>