Html Css Color HEX #2AA790 Niagara

📋 copy color: '#2AA790'

red 42 ◦ green 167 ◦ blue 144

#2AA790
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Niagara #2AA790

Tints of Niagara #2AA790

RGB

 RED value IS 42 (16.8% from 255) = 11.9%

 GREEN value IS 167 (65.63% from 255) = 47.31%

 BLUE value IS 144 (56.64% from 255) = 40.79%

R = 11.9%
G = 47.31%
B = 40.79%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#2AA790 (or 0x2AA790) is known color: Niagara. HEX triplet: 2A, A7 and 90. RGB value is (42,167,144). Sum of RGB (Red+Green+Blue) = 42+167+144=353 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.90% from 353); Green value is 167 (65.62% from 255 or 47.31% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 167 - color contains mainly: green. Hex color #2AA790 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA790 is #D5586F. Grayscale: #7E7E7E. Windows color (decimal): -13981808 or 9479978. OLE color: 9479978.

HSL color Cylindrical-coordinate representation of color #2AA790: hue angle of 168.96º degrees, saturation: 0.6, 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 #2AA790 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 42 167 144 -
CMYK 0.75 0 0.14 0.35
HSL 168.96º 0.6% 0.41% -
HSV(B) 168.96º 0.75% 0.65% -
XYZ 19.81 30.14 31.16 -
YUV 127 137.59 67.37 -
System Red Green Blue C M Y K H S L
Decimal 42 167 144 0.75 0 0.14 0.35 168.96 0.6 0.41
Hex 2A A7 90 4B 0 E 23 A9 3C 29
Octal 52 247 220 113 0 16 43 251 74 51
Binary 101010 10100111 10010000 1001011 0 1110 100011 10101001 111100 101001

Color Harmonies of #2AA790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AA790

Black with #2AA790

Text Example


Text Example

White with #2AA790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,167,144); }

 H1.HeaderClassName
 {
   color: #2AA790;
 }
 .AnyTagClassName
 {
   color: #2AA790;
 }
</style>

background-color css

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

 a { background-color: rgb(42,167,144); }

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

border-color css

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

 span { border-color: rgb(42,167,144); }

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