Shades of Eucalyptus #21AB68
Tints of Eucalyptus #21AB68
RGB
CMYK
RGB Variations
Color information
#21AB68 (or 0x21AB68) is known color: Eucalyptus. HEX triplet: 21, AB and 68. RGB value is (33,171,104). Sum of RGB (Red+Green+Blue) = 33+171+104=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 171 (67.19% from 255 or 55.52% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 171 - color contains mainly: green. Hex color #21AB68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AB68 is #DE5497. Grayscale: #7A7A7A. Windows color (decimal): -14570648 or 6859553. OLE color: 6859553.
HSL color Cylindrical-coordinate representation of color #21AB68: hue angle of 150.87º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AB68 is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 171 | 104 | - |
| CMYK | 0.81 | 0 | 0.39 | 0.33 |
| HSL | 150.87º | 0.68% | 0.4% | - |
| HSV(B) | 150.87º | 0.81% | 0.67% | - |
| XYZ | 17.69 | 30.45 | 18.04 | - |
| YUV | 122.1 | 117.78 | 64.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 171 | 104 | 0.81 | 0 | 0.39 | 0.33 | 150.87 | 0.68 | 0.4 |
| Hex | 21 | AB | 68 | 51 | 0 | 27 | 21 | 97 | 44 | 28 |
| Octal | 41 | 253 | 150 | 121 | 0 | 47 | 41 | 227 | 104 | 50 |
| Binary | 100001 | 10101011 | 1101000 | 1010001 | 0 | 100111 | 100001 | 10010111 | 1000100 | 101000 |
Color Harmonies of #21AB68
Complementary color
Monochromatic Colors of #21AB68
Black with #21AB68
Text Example
Text Example
White with #21AB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AB68; }
p { color: rgb(33,171,104); }
H1.HeaderClassName
{
color: #21AB68;
}
.AnyTagClassName
{
color: #21AB68;
}
</style>
background-color css
<style>
a { background-color: #21AB68; }
a { background-color: rgb(33,171,104); }
div.DivClassName
{
background-color: #21AB68;
}
.BgClassName
{
background-color: #21AB68;
}
</style>
border-color css
<style>
span { border-color: #21AB68; }
span { border-color: rgb(33,171,104); }
td.TdClassName
{
border-color: #21AB68;
}
.TagClassName
{
border-color: #21AB68;
}
</style>