#1AA388

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

Shades of Niagara #1AA388

Tints of Niagara #1AA388

Color information

#1AA388 (or 0x1AA388) is unknown color: approx Niagara. HEX triplet: 1A, A3 and 88. RGB value is (26,163,136). Sum of RGB (Red+Green+Blue) = 26+163+136=325 (43% of max value = 765). Red value is 26 (10.55% from 255 or 8% from 325); Green value is 163 (64.06% from 255 or 50.15% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 163 - color contains mainly: green. Hex color #1AA388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AA388 is #E55C77. Grayscale: #767676. Windows color (decimal): -15031416 or 8954650. OLE color: 8954650.

HSL color Cylindrical-coordinate representation of color #1AA388: hue angle of 168.18º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA388 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB26163136-
CMYK0.8400.170.36
HSL168.18º72.49%37.06%-
HSV(B)168.18º84.05%63.92%-
XYZ17.9728.1927.79-
YUV118.96137.6161.7-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8%
GREEN value IS 163 (64.06% from 255) = 50.15%
BLUE value IS 136 (53.52% from 255) = 41.85%
R=8%
G=50.15%
B=41.85%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal261631360.8400.170.36168.1872.4937.06
Hex1AA3885401124a84825
Octal322432101240214425011045
Binary1101010100011100010001010100010001100100101010001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,163,136); }

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

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

 a { background-color: rgb(26,163,136); }

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

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

 span { border-color: rgb(26,163,136); }

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