#18BA88

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

Shades of Mountain Meadow #18BA88

Tints of Mountain Meadow #18BA88

Color information

#18BA88 (or 0x18BA88) is unknown color: approx Mountain Meadow. HEX triplet: 18, BA and 88. RGB value is (24,186,136). Sum of RGB (Red+Green+Blue) = 24+186+136=346 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.94% from 346); Green value is 186 (73.05% from 255 or 53.76% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 186 - color contains mainly: green. Hex color #18BA88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18BA88 is #E74577. Grayscale: #838383. Windows color (decimal): -15156600 or 8960536. OLE color: 8960536.

HSL color Cylindrical-coordinate representation of color #18BA88: hue angle of 161.48º 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 #18BA88 is Cyan = 0.87, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB24186136-
CMYK0.8700.270.27
HSL161.48º77.14%41.18%-
HSV(B)161.48º87.1%72.94%-
XYZ22.3837.0929.27-
YUV131.86130.3351.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.94%
GREEN value IS 186 (73.05% from 255) = 53.76%
BLUE value IS 136 (53.52% from 255) = 39.31%
R=6.94%
G=53.76%
B=39.31%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal241861360.8700.270.27161.4877.1441.18
Hex18BA885701B1Ba14d29
Octal302722101270333324111551
Binary110001011101010001000101011101101111011101000011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18BA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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