Html Css Color HEX #18BA8C Mountain Meadow

📋 copy color: '#18BA8C'

red 24 ◦ green 186 ◦ blue 140

#18BA8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #18BA8C

Tints of Mountain Meadow #18BA8C

RGB

 RED value IS 24 (9.77% from 255) = 6.86%

 GREEN value IS 186 (73.05% from 255) = 53.14%

 BLUE value IS 140 (55.08% from 255) = 40%

R = 6.86%
G = 53.14%
B = 40%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#18BA8C (or 0x18BA8C) is known color: Mountain Meadow. HEX triplet: 18, BA and 8C. RGB value is (24,186,140). Sum of RGB (Red+Green+Blue) = 24+186+140=350 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.86% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #18BA8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18BA8C is #E74573. Grayscale: #848484. Windows color (decimal): -15156596 or 9222680. OLE color: 9222680.

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

Color convert

RGB 24 186 140 -
CMYK 0.87 0 0.25 0.27
HSL 162.96º 0.77% 0.41% -
HSV(B) 162.96º 0.87% 0.73% -
XYZ 22.67 37.21 30.8 -
YUV 132.32 132.33 50.74 -
System Red Green Blue C M Y K H S L
Decimal 24 186 140 0.87 0 0.25 0.27 162.96 0.77 0.41
Hex 18 BA 8C 57 0 19 1B A3 4D 29
Octal 30 272 214 127 0 31 33 243 115 51
Binary 11000 10111010 10001100 1010111 0 11001 11011 10100011 1001101 101001

Color Harmonies of #18BA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BA8C

Black with #18BA8C

Text Example


Text Example

White with #18BA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #18BA8C;
 }
 .AnyTagClassName
 {
   color: #18BA8C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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