#18AB8E

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

Shades of Mountain Meadow #18AB8E

Tints of Mountain Meadow #18AB8E

Color information

#18AB8E (or 0x18AB8E) is unknown color: approx Mountain Meadow. HEX triplet: 18, AB and 8E. RGB value is (24,171,142). Sum of RGB (Red+Green+Blue) = 24+171+142=337 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.12% from 337); Green value is 171 (67.19% from 255 or 50.74% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 171 - color contains mainly: green. Hex color #18AB8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AB8E is #E75471. Grayscale: #7B7B7B. Windows color (decimal): -15160434 or 9349912. OLE color: 9349912.

HSL color Cylindrical-coordinate representation of color #18AB8E: hue angle of 168.16º 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 #18AB8E is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB24171142-
CMYK0.8600.170.33
HSL168.16º75.38%38.24%-
HSV(B)168.16º85.96%67.06%-
XYZ19.8231.2730.58-
YUV123.74138.356.86-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.12%
GREEN value IS 171 (67.19% from 255) = 50.74%
BLUE value IS 142 (55.86% from 255) = 42.14%
R=7.12%
G=50.74%
B=42.14%

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
Decimal241711420.8600.170.33168.1675.3838.24
Hex18AB8E5601121a84b26
Octal302532161260214125011346
Binary1100010101011100011101010110010001100001101010001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,171,142); }

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

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

 a { background-color: rgb(24,171,142); }

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

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

 span { border-color: rgb(24,171,142); }

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