#2AA486

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

Shades of Niagara #2AA486

Tints of Niagara #2AA486

Color information

#2AA486 (or 0x2AA486) is unknown color: approx Niagara. HEX triplet: 2A, A4 and 86. RGB value is (42,164,134). Sum of RGB (Red+Green+Blue) = 42+164+134=340 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.35% from 340); Green value is 164 (64.45% from 255 or 48.24% from 340); Blue value is 134 (52.73% from 255 or 39.41% from 340); Max value from RGB is 164 - color contains mainly: green. Hex color #2AA486 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA486 is #D55B79. Grayscale: #7C7C7C. Windows color (decimal): -13982586 or 8823850. OLE color: 8823850.

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

Color convert

RGB42164134-
CMYK0.7400.180.36
HSL165.25º59.22%40.39%-
HSV(B)165.25º74.39%64.31%-
XYZ18.5328.7627.13-
YUV124.1133.5869.44-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.35%
GREEN value IS 164 (64.45% from 255) = 48.24%
BLUE value IS 134 (52.73% from 255) = 39.41%
R=12.35%
G=48.24%
B=39.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal421641340.7400.180.36165.2559.2240.39
Hex2AA4864A01224a53b28
Octal52244206112022442457350
Binary1010101010010010000110100101001001010010010100101111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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