#2AA188

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

Shades of Niagara #2AA188

Tints of Niagara #2AA188

Color information

#2AA188 (or 0x2AA188) is unknown color: approx Niagara. HEX triplet: 2A, A1 and 88. RGB value is (42,161,136). Sum of RGB (Red+Green+Blue) = 42+161+136=339 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.39% from 339); Green value is 161 (63.28% from 255 or 47.49% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 161 - color contains mainly: green. Hex color #2AA188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA188 is #D55E77. Grayscale: #7A7A7A. Windows color (decimal): -13983352 or 8954154. OLE color: 8954154.

HSL color Cylindrical-coordinate representation of color #2AA188: hue angle of 167.39º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2AA188 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB42161136-
CMYK0.7400.160.37
HSL167.39º58.62%39.8%-
HSV(B)167.39º73.91%63.14%-
XYZ18.1427.7627.69-
YUV122.57135.5870.53-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.39%
GREEN value IS 161 (63.28% from 255) = 47.49%
BLUE value IS 136 (53.52% from 255) = 40.12%
R=12.39%
G=47.49%
B=40.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal421611360.7400.160.37167.3958.6239.8
Hex2AA1884A01025a73b28
Octal52241210112020452477350
Binary1010101010000110001000100101001000010010110100111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2AA188; }

 p { color: rgb(42,161,136); }

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

<style>
 a { background-color: #2AA188; }

 a { background-color: rgb(42,161,136); }

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

<style>
 span { border-color: #2AA188; }

 span { border-color: rgb(42,161,136); }

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