#2AA48E

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

Shades of Niagara #2AA48E

Tints of Niagara #2AA48E

Color information

#2AA48E (or 0x2AA48E) is unknown color: approx Niagara. HEX triplet: 2A, A4 and 8E. RGB value is (42,164,142). Sum of RGB (Red+Green+Blue) = 42+164+142=348 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12.07% from 348); Green value is 164 (64.45% from 255 or 47.13% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 164 - color contains mainly: green. Hex color #2AA48E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA48E is #D55B71. Grayscale: #7C7C7C. Windows color (decimal): -13982578 or 9348138. OLE color: 9348138.

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

Color convert

RGB42164142-
CMYK0.7400.130.36
HSL169.18º59.22%40.39%-
HSV(B)169.18º74.39%64.31%-
XYZ19.112930.18-
YUV125.01137.5868.79-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.07%
GREEN value IS 164 (64.45% from 255) = 47.13%
BLUE value IS 142 (55.86% from 255) = 40.80%
R=12.07%
G=47.13%
B=40.80%

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
Decimal421641420.7400.130.36169.1859.2240.39
Hex2AA48E4A0D24a93b28
Octal52244216112015442517350
Binary101010101001001000111010010100110110010010101001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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