#1AA988

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

Shades of Mountain Meadow #1AA988

Tints of Mountain Meadow #1AA988

Color information

#1AA988 (or 0x1AA988) is unknown color: approx Mountain Meadow. HEX triplet: 1A, A9 and 88. RGB value is (26,169,136). Sum of RGB (Red+Green+Blue) = 26+169+136=331 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.85% from 331); Green value is 169 (66.41% from 255 or 51.06% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 169 - color contains mainly: green. Hex color #1AA988 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AA988 is #E55677. Grayscale: #7A7A7A. Windows color (decimal): -15029880 or 8956186. OLE color: 8956186.

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

Color convert

RGB26169136-
CMYK0.8500.200.34
HSL166.15º73.33%38.24%-
HSV(B)166.15º84.62%66.27%-
XYZ19.0630.3728.15-
YUV122.48135.6259.18-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.85%
GREEN value IS 169 (66.41% from 255) = 51.06%
BLUE value IS 136 (53.52% from 255) = 41.09%
R=7.85%
G=51.06%
B=41.09%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal261691360.8500.200.34166.1573.3338.24
Hex1AA9885501422a64926
Octal322512101250244224611146
Binary1101010101001100010001010101010100100010101001101001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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