#2AA48C

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

Shades of Niagara #2AA48C

Tints of Niagara #2AA48C

Color information

#2AA48C (or 0x2AA48C) is unknown color: approx Niagara. HEX triplet: 2A, A4 and 8C. RGB value is (42,164,140). Sum of RGB (Red+Green+Blue) = 42+164+140=346 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.14% from 346); Green value is 164 (64.45% from 255 or 47.40% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 164 - color contains mainly: green. Hex color #2AA48C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA48C is #D55B73. Grayscale: #7C7C7C. Windows color (decimal): -13982580 or 9217066. OLE color: 9217066.

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

Color convert

RGB42164140-
CMYK0.7400.150.36
HSL168.2º59.22%40.39%-
HSV(B)168.2º74.39%64.31%-
XYZ18.9628.9429.4-
YUV124.79136.5868.95-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.14%
GREEN value IS 164 (64.45% from 255) = 47.40%
BLUE value IS 140 (55.08% from 255) = 40.46%
R=12.14%
G=47.40%
B=40.46%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal421641400.7400.150.36168.259.2240.39
Hex2AA48C4A0F24a83b28
Octal52244214112017442507350
Binary101010101001001000110010010100111110010010101000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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