#22AB8E

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

Shades of Niagara #22AB8E

Tints of Niagara #22AB8E

Color information

#22AB8E (or 0x22AB8E) is unknown color: approx Niagara. HEX triplet: 22, AB and 8E. RGB value is (34,171,142). Sum of RGB (Red+Green+Blue) = 34+171+142=347 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.80% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #22AB8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22AB8E is #DD5471. Grayscale: #7E7E7E. Windows color (decimal): -14505074 or 9349922. OLE color: 9349922.

HSL color Cylindrical-coordinate representation of color #22AB8E: hue angle of 167.3º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #22AB8E is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB34171142-
CMYK0.8000.170.33
HSL167.3º66.83%40.2%-
HSV(B)167.3º80.12%67.06%-
XYZ20.1131.4230.6-
YUV126.73136.6161.86-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.80%
GREEN value IS 171 (67.19% from 255) = 49.28%
BLUE value IS 142 (55.86% from 255) = 40.92%
R=9.80%
G=49.28%
B=40.92%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal341711420.8000.170.33167.366.8340.2
Hex22AB8E5001121a74328
Octal422532161200214124710350
Binary10001010101011100011101010000010001100001101001111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22AB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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