#18BD87

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

Shades of Mountain Meadow #18BD87

Tints of Mountain Meadow #18BD87

Color information

#18BD87 (or 0x18BD87) is unknown color: approx Mountain Meadow. HEX triplet: 18, BD and 87. RGB value is (24,189,135). Sum of RGB (Red+Green+Blue) = 24+189+135=348 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.90% from 348); Green value is 189 (74.22% from 255 or 54.31% from 348); Blue value is 135 (53.12% from 255 or 38.79% from 348); Max value from RGB is 189 - color contains mainly: green. Hex color #18BD87 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18BD87 is #E74278. Grayscale: #858585. Windows color (decimal): -15155833 or 8895768. OLE color: 8895768.

HSL color Cylindrical-coordinate representation of color #18BD87: hue angle of 160.36º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BD87 is Cyan = 0.87, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB24189135-
CMYK0.8700.290.26
HSL160.36º77.46%41.76%-
HSV(B)160.36º87.3%74.12%-
XYZ22.9538.3429.11-
YUV133.51128.8449.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.90%
GREEN value IS 189 (74.22% from 255) = 54.31%
BLUE value IS 135 (53.12% from 255) = 38.79%
R=6.90%
G=54.31%
B=38.79%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal241891350.8700.290.26160.3677.4641.76
Hex18BD875701D1Aa04d2a
Octal302752071270353224011552
Binary110001011110110000111101011101110111010101000001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18BD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,189,135); }

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

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

 a { background-color: rgb(24,189,135); }

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

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

 span { border-color: rgb(24,189,135); }

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