#2A9E84

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

Shades of Niagara #2A9E84

Tints of Niagara #2A9E84

Color information

#2A9E84 (or 0x2A9E84) is unknown color: approx Niagara. HEX triplet: 2A, 9E and 84. RGB value is (42,158,132). Sum of RGB (Red+Green+Blue) = 42+158+132=332 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.65% from 332); Green value is 158 (62.11% from 255 or 47.59% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 158 - color contains mainly: green. Hex color #2A9E84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9E84 is #D5617B. Grayscale: #787878. Windows color (decimal): -13984124 or 8691242. OLE color: 8691242.

HSL color Cylindrical-coordinate representation of color #2A9E84: hue angle of 166.55º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9E84 is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB42158132-
CMYK0.7300.160.38
HSL166.55º58%39.22%-
HSV(B)166.55º73.42%61.96%-
XYZ17.3526.6126.05-
YUV120.35134.5772.11-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.65%
GREEN value IS 158 (62.11% from 255) = 47.59%
BLUE value IS 132 (51.95% from 255) = 39.76%
R=12.65%
G=47.59%
B=39.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal421581320.7300.160.38166.555839.22
Hex2A9E844901026a73a27
Octal52236204111020462477247
Binary1010101001111010000100100100101000010011010100111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,158,132); }

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

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

 a { background-color: rgb(42,158,132); }

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

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

 span { border-color: rgb(42,158,132); }

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