Shades of Eucalyptus #21A068
Tints of Eucalyptus #21A068
RGB
CMYK
RGB Variations
Color information
#21A068 (or 0x21A068) is known color: Eucalyptus. HEX triplet: 21, A0 and 68. RGB value is (33,160,104). Sum of RGB (Red+Green+Blue) = 33+160+104=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 160 (62.89% from 255 or 53.87% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 160 - color contains mainly: green. Hex color #21A068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A068 is #DE5F97. Grayscale: #737373. Windows color (decimal): -14573464 or 6856737. OLE color: 6856737.
HSL color Cylindrical-coordinate representation of color #21A068: hue angle of 153.54º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21A068 is Cyan = 0.79, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 160 | 104 | - |
| CMYK | 0.79 | 0 | 0.35 | 0.37 |
| HSL | 153.54º | 0.66% | 0.38% | - |
| HSV(B) | 153.54º | 0.79% | 0.63% | - |
| XYZ | 15.7 | 26.46 | 17.38 | - |
| YUV | 115.64 | 121.42 | 69.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 160 | 104 | 0.79 | 0 | 0.35 | 0.37 | 153.54 | 0.66 | 0.38 |
| Hex | 21 | A0 | 68 | 4F | 0 | 23 | 25 | 9A | 42 | 26 |
| Octal | 41 | 240 | 150 | 117 | 0 | 43 | 45 | 232 | 102 | 46 |
| Binary | 100001 | 10100000 | 1101000 | 1001111 | 0 | 100011 | 100101 | 10011010 | 1000010 | 100110 |
Color Harmonies of #21A068
Complementary color
Monochromatic Colors of #21A068
Black with #21A068
Text Example
Text Example
White with #21A068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A068; }
p { color: rgb(33,160,104); }
H1.HeaderClassName
{
color: #21A068;
}
.AnyTagClassName
{
color: #21A068;
}
</style>
background-color css
<style>
a { background-color: #21A068; }
a { background-color: rgb(33,160,104); }
div.DivClassName
{
background-color: #21A068;
}
.BgClassName
{
background-color: #21A068;
}
</style>
border-color css
<style>
span { border-color: #21A068; }
span { border-color: rgb(33,160,104); }
td.TdClassName
{
border-color: #21A068;
}
.TagClassName
{
border-color: #21A068;
}
</style>