#18BB8B

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

Shades of Mountain Meadow #18BB8B

Tints of Mountain Meadow #18BB8B

Color information

#18BB8B (or 0x18BB8B) is unknown color: approx Mountain Meadow. HEX triplet: 18, BB and 8B. RGB value is (24,187,139). Sum of RGB (Red+Green+Blue) = 24+187+139=350 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.86% from 350); Green value is 187 (73.44% from 255 or 53.43% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 187 - color contains mainly: green. Hex color #18BB8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18BB8B is #E74474. Grayscale: #848484. Windows color (decimal): -15156341 or 9157400. OLE color: 9157400.

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

Color convert

RGB24187139-
CMYK0.8700.260.27
HSL162.33º77.25%41.37%-
HSV(B)162.33º87.17%73.33%-
XYZ22.8137.630.48-
YUV132.79131.550.4-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.86%
GREEN value IS 187 (73.44% from 255) = 53.43%
BLUE value IS 139 (54.69% from 255) = 39.71%
R=6.86%
G=53.43%
B=39.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal241871390.8700.260.27162.3377.2541.37
Hex18BB8B5701A1Ba24d29
Octal302732131270323324211551
Binary110001011101110001011101011101101011011101000101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18BB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,187,139); }

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

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

 a { background-color: rgb(24,187,139); }

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

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

 span { border-color: rgb(24,187,139); }

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