#18B688

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

Shades of Mountain Meadow #18B688

Tints of Mountain Meadow #18B688

Color information

#18B688 (or 0x18B688) is unknown color: approx Mountain Meadow. HEX triplet: 18, B6 and 88. RGB value is (24,182,136). Sum of RGB (Red+Green+Blue) = 24+182+136=342 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.02% from 342); Green value is 182 (71.48% from 255 or 53.22% from 342); Blue value is 136 (53.52% from 255 or 39.77% from 342); Max value from RGB is 182 - color contains mainly: green. Hex color #18B688 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18B688 is #E74977. Grayscale: #818181. Windows color (decimal): -15157624 or 8959512. OLE color: 8959512.

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

Color convert

RGB24182136-
CMYK0.8700.250.29
HSL162.53º76.7%40.39%-
HSV(B)162.53º86.81%71.37%-
XYZ21.5535.4329-
YUV129.51131.6552.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.02%
GREEN value IS 182 (71.48% from 255) = 53.22%
BLUE value IS 136 (53.52% from 255) = 39.77%
R=7.02%
G=53.22%
B=39.77%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal241821360.8700.250.29162.5376.740.39
Hex18B688570191Da34d28
Octal302662101270313524311550
Binary110001011011010001000101011101100111101101000111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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