#21AB8E

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

Shades of Niagara #21AB8E

Tints of Niagara #21AB8E

Color information

#21AB8E (or 0x21AB8E) is unknown color: approx Niagara. HEX triplet: 21, AB and 8E. RGB value is (33,171,142). Sum of RGB (Red+Green+Blue) = 33+171+142=346 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.54% from 346); Green value is 171 (67.19% from 255 or 49.42% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 171 - color contains mainly: green. Hex color #21AB8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AB8E is #DE5471. Grayscale: #7E7E7E. Windows color (decimal): -14570610 or 9349921. OLE color: 9349921.

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

Color convert

RGB33171142-
CMYK0.8100.170.33
HSL167.39º67.65%40%-
HSV(B)167.39º80.7%67.06%-
XYZ20.0731.430.59-
YUV126.43136.7861.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.54%
GREEN value IS 171 (67.19% from 255) = 49.42%
BLUE value IS 142 (55.86% from 255) = 41.04%
R=9.54%
G=49.42%
B=41.04%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331711420.8100.170.33167.3967.6540
Hex21AB8E5101121a74428
Octal412532161210214124710450
Binary10000110101011100011101010001010001100001101001111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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