#21AC99

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

Shades of Niagara #21AC99

Tints of Niagara #21AC99

Color information

#21AC99 (or 0x21AC99) is unknown color: approx Niagara. HEX triplet: 21, AC and 99. RGB value is (33,172,153). Sum of RGB (Red+Green+Blue) = 33+172+153=358 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.22% from 358); Green value is 172 (67.58% from 255 or 48.04% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 172 - color contains mainly: green. Hex color #21AC99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AC99 is #DE5366. Grayscale: #808080. Windows color (decimal): -14570343 or 10071073. OLE color: 10071073.

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

Color convert

RGB33172153-
CMYK0.8100.110.33
HSL171.8º67.8%40.2%-
HSV(B)171.8º80.81%67.45%-
XYZ21.1332.1335.22-
YUV128.27141.9560.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.22%
GREEN value IS 172 (67.58% from 255) = 48.04%
BLUE value IS 153 (60.16% from 255) = 42.74%
R=9.22%
G=48.04%
B=42.74%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331721530.8100.110.33171.867.840.2
Hex21AC99510B21ac4428
Octal412542311210134125410450
Binary1000011010110010011001101000101011100001101011001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,172,153); }

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

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

 a { background-color: rgb(33,172,153); }

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

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

 span { border-color: rgb(33,172,153); }

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