#15AA8C

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

Shades of Mountain Meadow #15AA8C

Tints of Mountain Meadow #15AA8C

Color information

#15AA8C (or 0x15AA8C) is unknown color: approx Mountain Meadow. HEX triplet: 15, AA and 8C. RGB value is (21,170,140). Sum of RGB (Red+Green+Blue) = 21+170+140=331 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.34% from 331); Green value is 170 (66.80% from 255 or 51.36% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 170 - color contains mainly: green. Hex color #15AA8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15AA8C is #EA5573. Grayscale: #7A7A7A. Windows color (decimal): -15357300 or 9218581. OLE color: 9218581.

HSL color Cylindrical-coordinate representation of color #15AA8C: hue angle of 167.92º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15AA8C is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB21170140-
CMYK0.8800.180.33
HSL167.92º78.01%37.45%-
HSV(B)167.92º87.65%66.67%-
XYZ19.4230.829.73-
YUV122.03138.1455.94-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.34%
GREEN value IS 170 (66.80% from 255) = 51.36%
BLUE value IS 140 (55.08% from 255) = 42.30%
R=6.34%
G=51.36%
B=42.30%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal211701400.8800.180.33167.9278.0137.45
Hex15AA8C5801221a84e25
Octal252522141300224125011645
Binary1010110101010100011001011000010010100001101010001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15AA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15AA8C; }

 p { color: rgb(21,170,140); }

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

<style>
 a { background-color: #15AA8C; }

 a { background-color: rgb(21,170,140); }

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

<style>
 span { border-color: #15AA8C; }

 span { border-color: rgb(21,170,140); }

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