#2A9E87

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

Shades of Niagara #2A9E87

Tints of Niagara #2A9E87

Color information

#2A9E87 (or 0x2A9E87) is unknown color: approx Niagara. HEX triplet: 2A, 9E and 87. RGB value is (42,158,135). Sum of RGB (Red+Green+Blue) = 42+158+135=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 158 (62.11% from 255 or 47.16% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 158 - color contains mainly: green. Hex color #2A9E87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9E87 is #D56178. Grayscale: #787878. Windows color (decimal): -13984121 or 8887850. OLE color: 8887850.

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

Color convert

RGB42158135-
CMYK0.7300.150.38
HSL168.1º58%39.22%-
HSV(B)168.1º73.42%61.96%-
XYZ17.5526.727.15-
YUV120.69136.0771.87-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.54%
GREEN value IS 158 (62.11% from 255) = 47.16%
BLUE value IS 135 (53.12% from 255) = 40.30%
R=12.54%
G=47.16%
B=40.30%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal421581350.7300.150.38168.15839.22
Hex2A9E87490F26a83a27
Octal52236207111017462507247
Binary101010100111101000011110010010111110011010101000111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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