#2AB79A

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

Shades of Niagara #2AB79A

Tints of Niagara #2AB79A

Color information

#2AB79A (or 0x2AB79A) is unknown color: approx Niagara. HEX triplet: 2A, B7 and 9A. RGB value is (42,183,154). Sum of RGB (Red+Green+Blue) = 42+183+154=379 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.08% from 379); Green value is 183 (71.88% from 255 or 48.28% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 183 - color contains mainly: green. Hex color #2AB79A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB79A is #D54865. Grayscale: #898989. Windows color (decimal): -13977702 or 10139434. OLE color: 10139434.

HSL color Cylindrical-coordinate representation of color #2AB79A: hue angle of 167.66º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB79A is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB42183154-
CMYK0.7700.160.28
HSL167.66º62.67%44.12%-
HSV(B)167.66º77.05%71.76%-
XYZ23.7236.6936.4-
YUV137.54137.2959.86-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.08%
GREEN value IS 183 (71.88% from 255) = 48.28%
BLUE value IS 154 (60.55% from 255) = 40.63%
R=11.08%
G=48.28%
B=40.63%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal421831540.7700.160.28167.6662.6744.12
Hex2AB79A4D0101Ca83f2c
Octal52267232115020342507754
Binary101010101101111001101010011010100001110010101000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,183,154); }

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

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

 a { background-color: rgb(42,183,154); }

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

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

 span { border-color: rgb(42,183,154); }

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