#21A292

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

Shades of Niagara #21A292

Tints of Niagara #21A292

Color information

#21A292 (or 0x21A292) is unknown color: approx Niagara. HEX triplet: 21, A2 and 92. RGB value is (33,162,146). Sum of RGB (Red+Green+Blue) = 33+162+146=341 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.68% from 341); Green value is 162 (63.67% from 255 or 47.51% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 162 - color contains mainly: green. Hex color #21A292 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A292 is #DE5D6D. Grayscale: #797979. Windows color (decimal): -14572910 or 9609761. OLE color: 9609761.

HSL color Cylindrical-coordinate representation of color #21A292: hue angle of 172.56º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A292 is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB33162146-
CMYK0.8000.100.36
HSL172.56º66.15%38.24%-
HSV(B)172.56º79.63%63.53%-
XYZ18.7428.2431.66-
YUV121.6141.7664.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.68%
GREEN value IS 162 (63.67% from 255) = 47.51%
BLUE value IS 146 (57.42% from 255) = 42.82%
R=9.68%
G=47.51%
B=42.82%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal331621460.8000.100.36172.5666.1538.24
Hex21A292500A24ad4226
Octal412422221200124425510246
Binary1000011010001010010010101000001010100100101011011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,162,146); }

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

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

 a { background-color: rgb(33,162,146); }

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

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

 span { border-color: rgb(33,162,146); }

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