#21AB89

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

Shades of Niagara #21AB89

Tints of Niagara #21AB89

Color information

#21AB89 (or 0x21AB89) is unknown color: approx Niagara. HEX triplet: 21, AB and 89. RGB value is (33,171,137). Sum of RGB (Red+Green+Blue) = 33+171+137=341 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.68% from 341); Green value is 171 (67.19% from 255 or 50.15% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 171 - color contains mainly: green. Hex color #21AB89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AB89 is #DE5476. Grayscale: #7D7D7D. Windows color (decimal): -14570615 or 9022241. OLE color: 9022241.

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

Color convert

RGB33171137-
CMYK0.8100.200.33
HSL165.22º67.65%40%-
HSV(B)165.22º80.7%67.06%-
XYZ19.7131.2628.66-
YUV125.86134.2861.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.68%
GREEN value IS 171 (67.19% from 255) = 50.15%
BLUE value IS 137 (53.91% from 255) = 40.18%
R=9.68%
G=50.15%
B=40.18%

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
Decimal331711370.8100.200.33165.2267.6540
Hex21AB895101421a54428
Octal412532111210244124510450
Binary10000110101011100010011010001010100100001101001011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AB89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,171,137); }

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

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

 a { background-color: rgb(33,171,137); }

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

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

 span { border-color: rgb(33,171,137); }

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