#22B596

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

Shades of Niagara #22B596

Tints of Niagara #22B596

Color information

#22B596 (or 0x22B596) is unknown color: approx Niagara. HEX triplet: 22, B5 and 96. RGB value is (34,181,150). Sum of RGB (Red+Green+Blue) = 34+181+150=365 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.32% from 365); Green value is 181 (71.09% from 255 or 49.59% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 181 - color contains mainly: green. Hex color #22B596 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22B596 is #DD4A69. Grayscale: #858585. Windows color (decimal): -14502506 or 9876770. OLE color: 9876770.

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

Color convert

RGB34181150-
CMYK0.8100.170.29
HSL167.35º68.37%42.16%-
HSV(B)167.35º81.22%70.98%-
XYZ22.6935.5934.53-
YUV133.51137.357.02-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.32%
GREEN value IS 181 (71.09% from 255) = 49.59%
BLUE value IS 150 (58.98% from 255) = 41.10%
R=9.32%
G=49.59%
B=41.10%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal341811500.8100.170.29167.3568.3742.16
Hex22B596510111Da7442a
Octal422652261210213524710452
Binary1000101011010110010110101000101000111101101001111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22B596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,181,150); }

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

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

 a { background-color: rgb(34,181,150); }

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

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

 span { border-color: rgb(34,181,150); }

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