#21A068

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

Shades of Eucalyptus #21A068

Tints of Eucalyptus #21A068

Color information

#21A068 (or 0x21A068) is unknown color: approx Eucalyptus. HEX triplet: 21, A0 and 68. RGB value is (33,160,104). Sum of RGB (Red+Green+Blue) = 33+160+104=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 160 (62.89% from 255 or 53.87% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 160 - color contains mainly: green. Hex color #21A068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A068 is #DE5F97. Grayscale: #737373. Windows color (decimal): -14573464 or 6856737. OLE color: 6856737.

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

Color convert

RGB33160104-
CMYK0.7900.350.37
HSL153.54º65.8%37.84%-
HSV(B)153.54º79.37%62.75%-
XYZ15.726.4617.38-
YUV115.64121.4269.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.11%
GREEN value IS 160 (62.89% from 255) = 53.87%
BLUE value IS 104 (41.02% from 255) = 35.02%
R=11.11%
G=53.87%
B=35.02%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal331601040.7900.350.37153.5465.837.84
Hex21A0684F023259a4226
Octal412401501170434523210246
Binary10000110100000110100010011110100011100101100110101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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