#1AAB88

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

Shades of Mountain Meadow #1AAB88

Tints of Mountain Meadow #1AAB88

Color information

#1AAB88 (or 0x1AAB88) is unknown color: approx Mountain Meadow. HEX triplet: 1A, AB and 88. RGB value is (26,171,136). Sum of RGB (Red+Green+Blue) = 26+171+136=333 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.81% from 333); Green value is 171 (67.19% from 255 or 51.35% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 171 - color contains mainly: green. Hex color #1AAB88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAB88 is #E55477. Grayscale: #7B7B7B. Windows color (decimal): -15029368 or 8956698. OLE color: 8956698.

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

Color convert

RGB26171136-
CMYK0.8500.200.33
HSL165.52º73.6%38.63%-
HSV(B)165.52º84.8%67.06%-
XYZ19.4331.1228.28-
YUV123.66134.9658.35-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.81%
GREEN value IS 171 (67.19% from 255) = 51.35%
BLUE value IS 136 (53.52% from 255) = 40.84%
R=7.81%
G=51.35%
B=40.84%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal261711360.8500.200.33165.5273.638.63
Hex1AAB885501421a64a27
Octal322532101250244124611247
Binary1101010101011100010001010101010100100001101001101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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