#21aa67

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

Shades of Eucalyptus #21AA67

Tints of Eucalyptus #21AA67

Color information

#21AA67 (or 0x21AA67) is unknown color: approx Eucalyptus. HEX triplet: 21, AA and 67. RGB value is (33,170,103). Sum of RGB (Red+Green+Blue) = 33+170+103=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 170 (66.80% from 255 or 55.56% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 170 - color contains mainly: green. Hex color #21AA67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AA67 is #DE5598. Grayscale: #797979. Windows color (decimal): -14570905 or 6793761. OLE color: 6793761.

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

Color convert

RGB33170103-
CMYK0.8100.390.33
HSL150.66º67.49%39.8%-
HSV(B)150.66º80.59%66.67%-
XYZ17.4530.0517.71-
YUV121.4117.6164.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.78%
GREEN value IS 170 (66.80% from 255) = 55.56%
BLUE value IS 103 (40.62% from 255) = 33.66%
R=10.78%
G=55.56%
B=33.66%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331701030.8100.390.33150.6667.4939.8
Hex21AA675102721974328
Octal412521471210474122710350
Binary10000110101010110011110100010100111100001100101111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21aa67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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