#1AAE95

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

Shades of Niagara #1AAE95

Tints of Niagara #1AAE95

Color information

#1AAE95 (or 0x1AAE95) is unknown color: approx Niagara. HEX triplet: 1A, AE and 95. RGB value is (26,174,149). Sum of RGB (Red+Green+Blue) = 26+174+149=349 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.45% from 349); Green value is 174 (68.36% from 255 or 49.86% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 174 - color contains mainly: green. Hex color #1AAE95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAE95 is #E5516A. Grayscale: #7E7E7E. Windows color (decimal): -15028587 or 9809434. OLE color: 9809434.

HSL color Cylindrical-coordinate representation of color #1AAE95: hue angle of 169.86º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAE95 is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB26174149-
CMYK0.8500.140.32
HSL169.86º74%39.22%-
HSV(B)169.86º85.06%68.24%-
XYZ20.9932.6633.63-
YUV126.9140.4756.03-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.45%
GREEN value IS 174 (68.36% from 255) = 49.86%
BLUE value IS 149 (58.59% from 255) = 42.69%
R=7.45%
G=49.86%
B=42.69%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal261741490.8500.140.32169.867439.22
Hex1AAE95550E20aa4a27
Octal322562251250164025211247
Binary110101010111010010101101010101110100000101010101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1AAE95; }

 p { color: rgb(26,174,149); }

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

<style>
 a { background-color: #1AAE95; }

 a { background-color: rgb(26,174,149); }

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

<style>
 span { border-color: #1AAE95; }

 span { border-color: rgb(26,174,149); }

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