#2A9C82

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

Shades of Niagara #2A9C82

Tints of Niagara #2A9C82

Color information

#2A9C82 (or 0x2A9C82) is unknown color: approx Niagara. HEX triplet: 2A, 9C and 82. RGB value is (42,156,130). Sum of RGB (Red+Green+Blue) = 42+156+130=328 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.80% from 328); Green value is 156 (61.33% from 255 or 47.56% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 156 - color contains mainly: green. Hex color #2A9C82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9C82 is #D5637D. Grayscale: #767676. Windows color (decimal): -13984638 or 8559658. OLE color: 8559658.

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

Color convert

RGB42156130-
CMYK0.7300.170.39
HSL166.32º57.58%38.82%-
HSV(B)166.32º73.08%61.18%-
XYZ16.8725.8825.23-
YUV118.95134.2373.11-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.80%
GREEN value IS 156 (61.33% from 255) = 47.56%
BLUE value IS 130 (51.17% from 255) = 39.63%
R=12.80%
G=47.56%
B=39.63%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal421561300.7300.170.39166.3257.5838.82
Hex2A9C824901127a63a27
Octal52234202111021472467247
Binary1010101001110010000010100100101000110011110100110111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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