#18AA8D

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

Shades of Mountain Meadow #18AA8D

Tints of Mountain Meadow #18AA8D

Color information

#18AA8D (or 0x18AA8D) is unknown color: approx Mountain Meadow. HEX triplet: 18, AA and 8D. RGB value is (24,170,141). Sum of RGB (Red+Green+Blue) = 24+170+141=335 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.16% from 335); Green value is 170 (66.80% from 255 or 50.75% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AA8D is #E75572. Grayscale: #7B7B7B. Windows color (decimal): -15160691 or 9284120. OLE color: 9284120.

HSL color Cylindrical-coordinate representation of color #18AA8D: hue angle of 168.08º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AA8D is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB24170141-
CMYK0.8600.170.33
HSL168.08º75.26%38.04%-
HSV(B)168.08º85.88%66.67%-
XYZ19.5630.8730.13-
YUV123.04138.1357.36-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.16%
GREEN value IS 170 (66.80% from 255) = 50.75%
BLUE value IS 141 (55.47% from 255) = 42.09%
R=7.16%
G=50.75%
B=42.09%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal241701410.8600.170.33168.0875.2638.04
Hex18AA8D5601121a84b26
Octal302522151260214125011346
Binary1100010101010100011011010110010001100001101010001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18AA8D; }

 p { color: rgb(24,170,141); }

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

<style>
 a { background-color: #18AA8D; }

 a { background-color: rgb(24,170,141); }

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

<style>
 span { border-color: #18AA8D; }

 span { border-color: rgb(24,170,141); }

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