#21AA53

Color #21AA53 Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #21AA53

Tints of Eucalyptus #21AA53

Color information

#21AA53 (or 0x21AA53) is unknown color: approx Eucalyptus. HEX triplet: 21, AA and 53. RGB value is (33,170,83). Sum of RGB (Red+Green+Blue) = 33+170+83=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 170 (66.80% from 255 or 59.44% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 170 - color contains mainly: green. Hex color #21AA53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AA53 is #DE55AC. Grayscale: #777777. Windows color (decimal): -14570925 or 5483041. OLE color: 5483041.

HSL color Cylindrical-coordinate representation of color #21AA53: hue angle of 141.9º degrees, saturation: 0.67, 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 #21AA53 is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB3317083-
CMYK0.8100.510.33
HSL141.9º67.49%39.8%-
HSV(B)141.9º80.59%66.67%-
XYZ16.5629.713.04-
YUV119.12107.6166.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 11.54%
GREEN value IS 170 (66.80% from 255) = 59.44%
BLUE value IS 83 (32.81% from 255) = 29.02%
R=11.54%
G=59.44%
B=29.02%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33170830.8100.510.33141.967.4939.8
Hex21AA5351033218e4328
Octal412521231210634121610350
Binary10000110101010101001110100010110011100001100011101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21AA53; }

 p { color: rgb(33,170,83); }

 H1.HeaderClassName
 {
   color: #21AA53;
 }
 .AnyTagClassName
 {
   color: #21AA53;
 }
</style>
background-color css

<style>
 a { background-color: #21AA53; }

 a { background-color: rgb(33,170,83); }

 div.DivClassName
 {
   background-color: #21AA53;
 }
 .BgClassName
 {
   background-color: #21AA53;
 }
</style>
border-color css

<style>
 span { border-color: #21AA53; }

 span { border-color: rgb(33,170,83); }

 td.TdClassName
 {
   border-color: #21AA53;
 }
 .TagClassName
 {
   border-color: #21AA53;
 }
</style>