#2A9D82

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

Shades of Niagara #2A9D82

Tints of Niagara #2A9D82

Color information

#2A9D82 (or 0x2A9D82) is unknown color: approx Niagara. HEX triplet: 2A, 9D and 82. RGB value is (42,157,130). Sum of RGB (Red+Green+Blue) = 42+157+130=329 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.77% from 329); Green value is 157 (61.72% from 255 or 47.72% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 157 - color contains mainly: green. Hex color #2A9D82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9D82 is #D5627D. Grayscale: #777777. Windows color (decimal): -13984382 or 8559914. OLE color: 8559914.

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

Color convert

RGB42157130-
CMYK0.7300.170.38
HSL165.91º57.79%39.02%-
HSV(B)165.91º73.25%61.57%-
XYZ17.0426.2225.28-
YUV119.54133.972.7-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.77%
GREEN value IS 157 (61.72% from 255) = 47.72%
BLUE value IS 130 (51.17% from 255) = 39.51%
R=12.77%
G=47.72%
B=39.51%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal421571300.7300.170.38165.9157.7939.02
Hex2A9D824901126a63a27
Octal52235202111021462467247
Binary1010101001110110000010100100101000110011010100110111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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