#2aae8d

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

Shades of Niagara #2AAE8D

Tints of Niagara #2AAE8D

Color information

#2AAE8D (or 0x2AAE8D) is unknown color: approx Niagara. HEX triplet: 2A, AE and 8D. RGB value is (42,174,141). Sum of RGB (Red+Green+Blue) = 42+174+141=357 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.76% from 357); Green value is 174 (68.36% from 255 or 48.74% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAE8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAE8D is #D55172. Grayscale: #828282. Windows color (decimal): -13980019 or 9285162. OLE color: 9285162.

HSL color Cylindrical-coordinate representation of color #2AAE8D: hue angle of 165º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAE8D is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB42174141-
CMYK0.7600.190.32
HSL165º61.11%42.35%-
HSV(B)165º75.86%68.24%-
XYZ20.932.6930.41-
YUV130.77133.7764.68-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.76%
GREEN value IS 174 (68.36% from 255) = 48.74%
BLUE value IS 141 (55.47% from 255) = 39.50%
R=11.76%
G=48.74%
B=39.50%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal421741410.7600.190.3216561.1142.35
Hex2AAE8D4C01320a53d2a
Octal52256215114023402457552
Binary1010101010111010001101100110001001110000010100101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2aae8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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