#21AE96

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

Shades of Niagara #21AE96

Tints of Niagara #21AE96

Color information

#21AE96 (or 0x21AE96) is unknown color: approx Niagara. HEX triplet: 21, AE and 96. RGB value is (33,174,150). Sum of RGB (Red+Green+Blue) = 33+174+150=357 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.24% from 357); Green value is 174 (68.36% from 255 or 48.74% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 174 - color contains mainly: green. Hex color #21AE96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AE96 is #DE5169. Grayscale: #818181. Windows color (decimal): -14569834 or 9874977. OLE color: 9874977.

HSL color Cylindrical-coordinate representation of color #21AE96: hue angle of 169.79º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AE96 is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB33174150-
CMYK0.8100.140.32
HSL169.79º68.12%40.59%-
HSV(B)169.79º81.03%68.24%-
XYZ21.2732.834.06-
YUV129.1139.7959.45-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.24%
GREEN value IS 174 (68.36% from 255) = 48.74%
BLUE value IS 150 (58.98% from 255) = 42.02%
R=9.24%
G=48.74%
B=42.02%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal331741500.8100.140.32169.7968.1240.59
Hex21AE96510E20aa4429
Octal412562261210164025210451
Binary1000011010111010010110101000101110100000101010101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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