#2AA48A

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

Shades of Niagara #2AA48A

Tints of Niagara #2AA48A

Color information

#2AA48A (or 0x2AA48A) is unknown color: approx Niagara. HEX triplet: 2A, A4 and 8A. RGB value is (42,164,138). Sum of RGB (Red+Green+Blue) = 42+164+138=344 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.21% from 344); Green value is 164 (64.45% from 255 or 47.67% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 164 - color contains mainly: green. Hex color #2AA48A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA48A is #D55B75. Grayscale: #7C7C7C. Windows color (decimal): -13982582 or 9085994. OLE color: 9085994.

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

Color convert

RGB42164138-
CMYK0.7400.160.36
HSL167.21º59.22%40.39%-
HSV(B)167.21º74.39%64.31%-
XYZ18.8228.8828.63-
YUV124.56135.5869.11-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.21%
GREEN value IS 164 (64.45% from 255) = 47.67%
BLUE value IS 138 (54.30% from 255) = 40.12%
R=12.21%
G=47.67%
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.36
SystemRedGreenBlueCMYKHSL
Decimal421641380.7400.160.36167.2159.2240.39
Hex2AA48A4A01024a73b28
Octal52244212112020442477350
Binary1010101010010010001010100101001000010010010100111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,164,138); }

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

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

 a { background-color: rgb(42,164,138); }

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

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

 span { border-color: rgb(42,164,138); }

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