#18BA8D

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

Shades of Mountain Meadow #18BA8D

Tints of Mountain Meadow #18BA8D

Color information

#18BA8D (or 0x18BA8D) is unknown color: approx Mountain Meadow. HEX triplet: 18, BA and 8D. RGB value is (24,186,141). Sum of RGB (Red+Green+Blue) = 24+186+141=351 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.84% from 351); Green value is 186 (73.05% from 255 or 52.99% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 186 - color contains mainly: green. Hex color #18BA8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18BA8D is #E74572. Grayscale: #848484. Windows color (decimal): -15156595 or 9288216. OLE color: 9288216.

HSL color Cylindrical-coordinate representation of color #18BA8D: hue angle of 163.33º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BA8D is Cyan = 0.87, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB24186141-
CMYK0.8700.240.27
HSL163.33º77.14%41.18%-
HSV(B)163.33º87.1%72.94%-
XYZ22.7437.2431.19-
YUV132.43132.8350.66-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.84%
GREEN value IS 186 (73.05% from 255) = 52.99%
BLUE value IS 141 (55.47% from 255) = 40.17%
R=6.84%
G=52.99%
B=40.17%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal241861410.8700.240.27163.3377.1441.18
Hex18BA8D570181Ba34d29
Octal302722151270303324311551
Binary110001011101010001101101011101100011011101000111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18BA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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