#21aa96

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

Shades of Niagara #21AA96

Tints of Niagara #21AA96

Color information

#21AA96 (or 0x21AA96) is unknown color: approx Niagara. HEX triplet: 21, AA and 96. RGB value is (33,170,150). Sum of RGB (Red+Green+Blue) = 33+170+150=353 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.35% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 170 - color contains mainly: green. Hex color #21AA96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AA96 is #DE5569. Grayscale: #7E7E7E. Windows color (decimal): -14570858 or 9873953. OLE color: 9873953.

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

Color convert

RGB33170150-
CMYK0.8100.120.33
HSL171.24º67.49%39.8%-
HSV(B)171.24º80.59%66.67%-
XYZ20.5131.2733.81-
YUV126.76141.1161.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.35%
GREEN value IS 170 (66.80% from 255) = 48.16%
BLUE value IS 150 (58.98% from 255) = 42.49%
R=9.35%
G=48.16%
B=42.49%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331701500.8100.120.33171.2467.4939.8
Hex21AA96510C21ab4328
Octal412522261210144125310350
Binary1000011010101010010110101000101100100001101010111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21aa96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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