#2AB79B

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

Shades of Niagara #2AB79B

Tints of Niagara #2AB79B

Color information

#2AB79B (or 0x2AB79B) is unknown color: approx Niagara. HEX triplet: 2A, B7 and 9B. RGB value is (42,183,155). Sum of RGB (Red+Green+Blue) = 42+183+155=380 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.05% from 380); Green value is 183 (71.88% from 255 or 48.16% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 183 - color contains mainly: green. Hex color #2AB79B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB79B is #D54864. Grayscale: #898989. Windows color (decimal): -13977701 or 10204970. OLE color: 10204970.

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

Color convert

RGB42183155-
CMYK0.7700.150.28
HSL168.09º62.67%44.12%-
HSV(B)168.09º77.05%71.76%-
XYZ23.836.7336.84-
YUV137.65137.7959.78-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.05%
GREEN value IS 183 (71.88% from 255) = 48.16%
BLUE value IS 155 (60.94% from 255) = 40.79%
R=11.05%
G=48.16%
B=40.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal421831550.7700.150.28168.0962.6744.12
Hex2AB79B4D0F1Ca83f2c
Octal52267233115017342507754
Binary10101010110111100110111001101011111110010101000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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