#2AAA8D

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

Shades of Niagara #2AAA8D

Tints of Niagara #2AAA8D

Color information

#2AAA8D (or 0x2AAA8D) is unknown color: approx Niagara. HEX triplet: 2A, AA and 8D. RGB value is (42,170,141). Sum of RGB (Red+Green+Blue) = 42+170+141=353 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.90% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAA8D is #D55572. Grayscale: #808080. Windows color (decimal): -13981043 or 9284138. OLE color: 9284138.

HSL color Cylindrical-coordinate representation of color #2AAA8D: hue angle of 166.41º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AAA8D is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB42170141-
CMYK0.7500.170.33
HSL166.41º60.38%41.57%-
HSV(B)166.41º75.29%66.67%-
XYZ20.1431.1630.15-
YUV128.42135.0966.36-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.90%
GREEN value IS 170 (66.80% from 255) = 48.16%
BLUE value IS 141 (55.47% from 255) = 39.94%
R=11.90%
G=48.16%
B=39.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421701410.7500.170.33166.4160.3841.57
Hex2AAA8D4B01121a63c2a
Octal52252215113021412467452
Binary1010101010101010001101100101101000110000110100110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,170,141); }

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

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

 a { background-color: rgb(42,170,141); }

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

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

 span { border-color: rgb(42,170,141); }

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