#1AAB89

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

Shades of Mountain Meadow #1AAB89

Tints of Mountain Meadow #1AAB89

Color information

#1AAB89 (or 0x1AAB89) is unknown color: approx Mountain Meadow. HEX triplet: 1A, AB and 89. RGB value is (26,171,137). Sum of RGB (Red+Green+Blue) = 26+171+137=334 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.78% from 334); Green value is 171 (67.19% from 255 or 51.20% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 171 - color contains mainly: green. Hex color #1AAB89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAB89 is #E55476. Grayscale: #7B7B7B. Windows color (decimal): -15029367 or 9022234. OLE color: 9022234.

HSL color Cylindrical-coordinate representation of color #1AAB89: hue angle of 165.93º 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 #1AAB89 is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB26171137-
CMYK0.8500.200.33
HSL165.93º73.6%38.63%-
HSV(B)165.93º84.8%67.06%-
XYZ19.531.1528.65-
YUV123.77135.4658.26-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.78%
GREEN value IS 171 (67.19% from 255) = 51.20%
BLUE value IS 137 (53.91% from 255) = 41.02%
R=7.78%
G=51.20%
B=41.02%

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
Decimal261711370.8500.200.33165.9373.638.63
Hex1AAB895501421a64a27
Octal322532111250244124611247
Binary1101010101011100010011010101010100100001101001101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAB89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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