#21A06B

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

Shades of Eucalyptus #21A06B

Tints of Eucalyptus #21A06B

Color information

#21A06B (or 0x21A06B) is unknown color: approx Eucalyptus. HEX triplet: 21, A0 and 6B. RGB value is (33,160,107). Sum of RGB (Red+Green+Blue) = 33+160+107=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 160 (62.89% from 255 or 53.33% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 160 - color contains mainly: green. Hex color #21A06B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A06B is #DE5F94. Grayscale: #747474. Windows color (decimal): -14573461 or 7053345. OLE color: 7053345.

HSL color Cylindrical-coordinate representation of color #21A06B: hue angle of 154.96º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21A06B is Cyan = 0.79, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB33160107-
CMYK0.7900.330.37
HSL154.96º65.8%37.84%-
HSV(B)154.96º79.37%62.75%-
XYZ15.8526.5318.19-
YUV115.98122.9268.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11%
GREEN value IS 160 (62.89% from 255) = 53.33%
BLUE value IS 107 (42.19% from 255) = 35.67%
R=11%
G=53.33%
B=35.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal331601070.7900.330.37154.9665.837.84
Hex21A06B4F021259b4226
Octal412401531170414523310246
Binary10000110100000110101110011110100001100101100110111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,160,107); }

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

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

 a { background-color: rgb(33,160,107); }

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

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

 span { border-color: rgb(33,160,107); }

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