#2AA48F

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

Shades of Niagara #2AA48F

Tints of Niagara #2AA48F

Color information

#2AA48F (or 0x2AA48F) is unknown color: approx Niagara. HEX triplet: 2A, A4 and 8F. RGB value is (42,164,143). Sum of RGB (Red+Green+Blue) = 42+164+143=349 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12.03% from 349); Green value is 164 (64.45% from 255 or 46.99% from 349); Blue value is 143 (56.25% from 255 or 40.97% from 349); Max value from RGB is 164 - color contains mainly: green. Hex color #2AA48F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA48F is #D55B70. Grayscale: #7D7D7D. Windows color (decimal): -13982577 or 9413674. OLE color: 9413674.

HSL color Cylindrical-coordinate representation of color #2AA48F: hue angle of 169.67º 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 #2AA48F is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB42164143-
CMYK0.7400.130.36
HSL169.67º59.22%40.39%-
HSV(B)169.67º74.39%64.31%-
XYZ19.1929.0330.58-
YUV125.13138.0868.71-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.03%
GREEN value IS 164 (64.45% from 255) = 46.99%
BLUE value IS 143 (56.25% from 255) = 40.97%
R=12.03%
G=46.99%
B=40.97%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal421641430.7400.130.36169.6759.2240.39
Hex2AA48F4A0D24aa3b28
Octal52244217112015442527350
Binary101010101001001000111110010100110110010010101010111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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