#22B492

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

Shades of Niagara #22B492

Tints of Niagara #22B492

Color information

#22B492 (or 0x22B492) is unknown color: approx Niagara. HEX triplet: 22, B4 and 92. RGB value is (34,180,146). Sum of RGB (Red+Green+Blue) = 34+180+146=360 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.44% from 360); Green value is 180 (70.70% from 255 or 50% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 180 - color contains mainly: green. Hex color #22B492 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22B492 is #DD4B6D. Grayscale: #848484. Windows color (decimal): -14502766 or 9614370. OLE color: 9614370.

HSL color Cylindrical-coordinate representation of color #22B492: hue angle of 166.03º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #22B492 is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB34180146-
CMYK0.8100.190.29
HSL166.03º68.22%41.96%-
HSV(B)166.03º81.11%70.59%-
XYZ22.1735.0632.79-
YUV132.47135.6357.76-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.44%
GREEN value IS 180 (70.70% from 255) = 50%
BLUE value IS 146 (57.42% from 255) = 40.56%
R=9.44%
G=50%
B=40.56%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal341801460.8100.190.29166.0368.2241.96
Hex22B492510131Da6442a
Octal422642221210233524610452
Binary1000101011010010010010101000101001111101101001101000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22B492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22B492; }

 p { color: rgb(34,180,146); }

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

<style>
 a { background-color: #22B492; }

 a { background-color: rgb(34,180,146); }

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

<style>
 span { border-color: #22B492; }

 span { border-color: rgb(34,180,146); }

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