#21aa88

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

Shades of Jungle Green #21AA88

Tints of Jungle Green #21AA88

Color information

#21AA88 (or 0x21AA88) is unknown color: approx Jungle Green. HEX triplet: 21, AA and 88. RGB value is (33,170,136). Sum of RGB (Red+Green+Blue) = 33+170+136=339 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.73% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #21AA88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AA88 is #DE5577. Grayscale: #7D7D7D. Windows color (decimal): -14570872 or 8956449. OLE color: 8956449.

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

Color convert

RGB33170136-
CMYK0.8100.200.33
HSL165.11º67.49%39.8%-
HSV(B)165.11º80.59%66.67%-
XYZ19.4530.8528.22-
YUV125.16134.1162.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.73%
GREEN value IS 170 (66.80% from 255) = 50.15%
BLUE value IS 136 (53.52% from 255) = 40.12%
R=9.73%
G=50.15%
B=40.12%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331701360.8100.200.33165.1167.4939.8
Hex21AA885101421a54328
Octal412522101210244124510350
Binary10000110101010100010001010001010100100001101001011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21aa88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,170,136); }

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

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

 a { background-color: rgb(33,170,136); }

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

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

 span { border-color: rgb(33,170,136); }

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