#2AB794

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

Shades of Niagara #2AB794

Tints of Niagara #2AB794

Color information

#2AB794 (or 0x2AB794) is unknown color: approx Niagara. HEX triplet: 2A, B7 and 94. RGB value is (42,183,148). Sum of RGB (Red+Green+Blue) = 42+183+148=373 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.26% from 373); Green value is 183 (71.88% from 255 or 49.06% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 183 - color contains mainly: green. Hex color #2AB794 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB794 is #D5486B. Grayscale: #888888. Windows color (decimal): -13977708 or 9746218. OLE color: 9746218.

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

Color convert

RGB42183148-
CMYK0.7700.190.28
HSL165.11º62.67%44.12%-
HSV(B)165.11º77.05%71.76%-
XYZ23.2336.533.84-
YUV136.85134.2960.35-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.26%
GREEN value IS 183 (71.88% from 255) = 49.06%
BLUE value IS 148 (58.20% from 255) = 39.68%
R=11.26%
G=49.06%
B=39.68%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal421831480.7700.190.28165.1162.6744.12
Hex2AB7944D0131Ca53f2c
Octal52267224115023342457754
Binary101010101101111001010010011010100111110010100101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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