#21A083

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

Shades of Niagara #21A083

Tints of Niagara #21A083

Color information

#21A083 (or 0x21A083) is unknown color: approx Niagara. HEX triplet: 21, A0 and 83. RGB value is (33,160,131). Sum of RGB (Red+Green+Blue) = 33+160+131=324 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.19% from 324); Green value is 160 (62.89% from 255 or 49.38% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 160 - color contains mainly: green. Hex color #21A083 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A083 is #DE5F7C. Grayscale: #767676. Windows color (decimal): -14573437 or 8626209. OLE color: 8626209.

HSL color Cylindrical-coordinate representation of color #21A083: hue angle of 166.3º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21A083 is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB33160131-
CMYK0.7900.180.37
HSL166.3º65.8%37.84%-
HSV(B)166.3º79.37%62.75%-
XYZ17.2927.125.79-
YUV118.72134.9266.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.19%
GREEN value IS 160 (62.89% from 255) = 49.38%
BLUE value IS 131 (51.56% from 255) = 40.43%
R=10.19%
G=49.38%
B=40.43%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal331601310.7900.180.37166.365.837.84
Hex21A0834F01225a64226
Octal412402031170224524610246
Binary10000110100000100000111001111010010100101101001101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,160,131); }

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

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

 a { background-color: rgb(33,160,131); }

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

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

 span { border-color: rgb(33,160,131); }

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