#2AA591

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

Shades of Niagara #2AA591

Tints of Niagara #2AA591

Color information

#2AA591 (or 0x2AA591) is unknown color: approx Niagara. HEX triplet: 2A, A5 and 91. RGB value is (42,165,145). Sum of RGB (Red+Green+Blue) = 42+165+145=352 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.93% from 352); Green value is 165 (64.84% from 255 or 46.88% from 352); Blue value is 145 (57.03% from 255 or 41.19% from 352); Max value from RGB is 165 - color contains mainly: green. Hex color #2AA591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA591 is #D55A6E. Grayscale: #7D7D7D. Windows color (decimal): -13982319 or 9545002. OLE color: 9545002.

HSL color Cylindrical-coordinate representation of color #2AA591: hue angle of 170.24º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA591 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB42165145-
CMYK0.7500.120.35
HSL170.24º59.42%40.59%-
HSV(B)170.24º74.55%64.71%-
XYZ19.5229.4531.44-
YUV125.94138.7568.13-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.93%
GREEN value IS 165 (64.84% from 255) = 46.88%
BLUE value IS 145 (57.03% from 255) = 41.19%
R=11.93%
G=46.88%
B=41.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal421651450.7500.120.35170.2459.4240.59
Hex2AA5914B0C23aa3b29
Octal52245221113014432527351
Binary101010101001011001000110010110110010001110101010111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,165,145); }

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

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

 a { background-color: rgb(42,165,145); }

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

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

 span { border-color: rgb(42,165,145); }

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