#21AB66

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

Shades of Eucalyptus #21AB66

Tints of Eucalyptus #21AB66

Color information

#21AB66 (or 0x21AB66) is unknown color: approx Eucalyptus. HEX triplet: 21, AB and 66. RGB value is (33,171,102). Sum of RGB (Red+Green+Blue) = 33+171+102=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 171 (67.19% from 255 or 55.88% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 171 - color contains mainly: green. Hex color #21AB66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AB66 is #DE5499. Grayscale: #7A7A7A. Windows color (decimal): -14570650 or 6728481. OLE color: 6728481.

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

Color convert

RGB33171102-
CMYK0.8100.400.33
HSL150º67.65%40%-
HSV(B)150º80.7%67.06%-
XYZ17.5930.4117.51-
YUV121.87116.7864.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.78%
GREEN value IS 171 (67.19% from 255) = 55.88%
BLUE value IS 102 (40.23% from 255) = 33.33%
R=10.78%
G=55.88%
B=33.33%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331711020.8100.400.3315067.6540
Hex21AB665102821964428
Octal412531461210504122610450
Binary10000110101011110011010100010101000100001100101101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,171,102); }

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

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

 a { background-color: rgb(33,171,102); }

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

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

 span { border-color: rgb(33,171,102); }

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