#2A9E82

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

Shades of Niagara #2A9E82

Tints of Niagara #2A9E82

Color information

#2A9E82 (or 0x2A9E82) is unknown color: approx Niagara. HEX triplet: 2A, 9E and 82. RGB value is (42,158,130). Sum of RGB (Red+Green+Blue) = 42+158+130=330 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.73% from 330); Green value is 158 (62.11% from 255 or 47.88% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 158 - color contains mainly: green. Hex color #2A9E82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9E82 is #D5617D. Grayscale: #787878. Windows color (decimal): -13984126 or 8560170. OLE color: 8560170.

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

Color convert

RGB42158130-
CMYK0.7300.180.38
HSL165.52º58%39.22%-
HSV(B)165.52º73.42%61.96%-
XYZ17.2126.5625.34-
YUV120.12133.5772.28-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.73%
GREEN value IS 158 (62.11% from 255) = 47.88%
BLUE value IS 130 (51.17% from 255) = 39.39%
R=12.73%
G=47.88%
B=39.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal421581300.7300.180.38165.525839.22
Hex2A9E824901226a63a27
Octal52236202111022462467247
Binary1010101001111010000010100100101001010011010100110111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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