#21AF96

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

Shades of Niagara #21AF96

Tints of Niagara #21AF96

Color information

#21AF96 (or 0x21AF96) is unknown color: approx Niagara. HEX triplet: 21, AF and 96. RGB value is (33,175,150). Sum of RGB (Red+Green+Blue) = 33+175+150=358 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.22% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 175 - color contains mainly: green. Hex color #21AF96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AF96 is #DE5069. Grayscale: #818181. Windows color (decimal): -14569578 or 9875233. OLE color: 9875233.

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

Color convert

RGB33175150-
CMYK0.8100.140.31
HSL169.44º68.27%40.78%-
HSV(B)169.44º81.14%68.63%-
XYZ21.4633.1934.13-
YUV129.69139.4659.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.22%
GREEN value IS 175 (68.75% from 255) = 48.88%
BLUE value IS 150 (58.98% from 255) = 41.90%
R=9.22%
G=48.88%
B=41.90%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal331751500.8100.140.31169.4468.2740.78
Hex21AF96510E1Fa94429
Octal412572261210163725110451
Binary100001101011111001011010100010111011111101010011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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