#11aa88

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

Shades of Mountain Meadow #11AA88

Tints of Mountain Meadow #11AA88

Color information

#11AA88 (or 0x11AA88) is unknown color: approx Mountain Meadow. HEX triplet: 11, AA and 88. RGB value is (17,170,136). Sum of RGB (Red+Green+Blue) = 17+170+136=323 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.26% from 323); Green value is 170 (66.80% from 255 or 52.63% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 170 - color contains mainly: green. Hex color #11AA88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AA88 is #EE5577. Grayscale: #787878. Windows color (decimal): -15619448 or 8956433. OLE color: 8956433.

HSL color Cylindrical-coordinate representation of color #11AA88: hue angle of 166.67º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AA88 is Cyan = 0.9, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB17170136-
CMYK0.900.200.33
HSL166.67º81.82%36.67%-
HSV(B)166.67º90%66.67%-
XYZ19.0530.6528.2-
YUV120.38136.8154.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.26%
GREEN value IS 170 (66.80% from 255) = 52.63%
BLUE value IS 136 (53.52% from 255) = 42.11%
R=5.26%
G=52.63%
B=42.11%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171701360.900.200.33166.6781.8236.67
Hex11AA885A01421a75225
Octal212522101320244124712245
Binary1000110101010100010001011010010100100001101001111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11aa88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11aa88; }

 p { color: rgb(17,170,136); }

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

<style>
 a { background-color: #11aa88; }

 a { background-color: rgb(17,170,136); }

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

<style>
 span { border-color: #11aa88; }

 span { border-color: rgb(17,170,136); }

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