#21A669

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

Shades of Eucalyptus #21A669

Tints of Eucalyptus #21A669

Color information

#21A669 (or 0x21A669) is unknown color: approx Eucalyptus. HEX triplet: 21, A6 and 69. RGB value is (33,166,105). Sum of RGB (Red+Green+Blue) = 33+166+105=304 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.86% from 304); Green value is 166 (65.23% from 255 or 54.61% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 166 - color contains mainly: green. Hex color #21A669 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A669 is #DE5996. Grayscale: #777777. Windows color (decimal): -14571927 or 6923809. OLE color: 6923809.

HSL color Cylindrical-coordinate representation of color #21A669: hue angle of 152.48º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A669 is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB33166105-
CMYK0.8000.370.35
HSL152.48º66.83%39.02%-
HSV(B)152.48º80.12%65.1%-
XYZ16.8128.6218-
YUV119.28119.9466.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.86%
GREEN value IS 166 (65.23% from 255) = 54.61%
BLUE value IS 105 (41.41% from 255) = 34.54%
R=10.86%
G=54.61%
B=34.54%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal331661050.8000.370.35152.4866.8339.02
Hex21A6695002523984327
Octal412461511200454323010347
Binary10000110100110110100110100000100101100011100110001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,166,105); }

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

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

 a { background-color: rgb(33,166,105); }

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

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

 span { border-color: rgb(33,166,105); }

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