#21A665

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

Shades of Eucalyptus #21A665

Tints of Eucalyptus #21A665

Color information

#21A665 (or 0x21A665) is unknown color: approx Eucalyptus. HEX triplet: 21, A6 and 65. RGB value is (33,166,101). Sum of RGB (Red+Green+Blue) = 33+166+101=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 166 (65.23% from 255 or 55.33% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 166 - color contains mainly: green. Hex color #21A665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A665 is #DE599A. Grayscale: #767676. Windows color (decimal): -14571931 or 6661665. OLE color: 6661665.

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

Color convert

RGB33166101-
CMYK0.8000.390.35
HSL150.68º66.83%39.02%-
HSV(B)150.68º80.12%65.1%-
XYZ16.6128.5416.94-
YUV118.82117.9466.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11%
GREEN value IS 166 (65.23% from 255) = 55.33%
BLUE value IS 101 (39.84% from 255) = 33.67%
R=11%
G=55.33%
B=33.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal331661010.8000.390.35150.6866.8339.02
Hex21A6655002723974327
Octal412461451200474322710347
Binary10000110100110110010110100000100111100011100101111000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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