#1AAA96

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

Shades of Niagara #1AAA96

Tints of Niagara #1AAA96

Color information

#1AAA96 (or 0x1AAA96) is unknown color: approx Niagara. HEX triplet: 1A, AA and 96. RGB value is (26,170,150). Sum of RGB (Red+Green+Blue) = 26+170+150=346 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.51% from 346); Green value is 170 (66.80% from 255 or 49.13% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAA96 is #E55569. Grayscale: #7C7C7C. Windows color (decimal): -15029610 or 9873946. OLE color: 9873946.

HSL color Cylindrical-coordinate representation of color #1AAA96: hue angle of 171.67º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAA96 is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB26170150-
CMYK0.8500.120.33
HSL171.67º73.47%38.43%-
HSV(B)171.67º84.71%66.67%-
XYZ20.3131.1733.8-
YUV124.66142.2957.63-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.51%
GREEN value IS 170 (66.80% from 255) = 49.13%
BLUE value IS 150 (58.98% from 255) = 43.35%
R=7.51%
G=49.13%
B=43.35%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal261701500.8500.120.33171.6773.4738.43
Hex1AAA96550C21ac4926
Octal322522261250144125411146
Binary110101010101010010110101010101100100001101011001001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,170,150); }

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

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

 a { background-color: rgb(26,170,150); }

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

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

 span { border-color: rgb(26,170,150); }

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