Html Css Color HEX #18BA8B Mountain Meadow

📋 copy color: '#18BA8B'

red 24 ◦ green 186 ◦ blue 139

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

Shades of Mountain Meadow #18BA8B

Tints of Mountain Meadow #18BA8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.83%

R = 6.88%
G = 53.3%
B = 39.83%

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

#18BA8B (or 0x18BA8B) is known color: Mountain Meadow. HEX triplet: 18, BA and 8B. RGB value is (24,186,139). Sum of RGB (Red+Green+Blue) = 24+186+139=349 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.88% from 349); Green value is 186 (73.05% from 255 or 53.30% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 186 - color contains mainly: green. Hex color #18BA8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18BA8B is #E74574. Grayscale: #848484. Windows color (decimal): -15156597 or 9157144. OLE color: 9157144.

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

Color convert

RGB 24 186 139 -
CMYK 0.87 0 0.25 0.27
HSL 162.59º 0.77% 0.41% -
HSV(B) 162.59º 0.87% 0.73% -
XYZ 22.6 37.18 30.41 -
YUV 132.2 131.83 50.82 -
System Red Green Blue C M Y K H S L
Decimal 24 186 139 0.87 0 0.25 0.27 162.59 0.77 0.41
Hex 18 BA 8B 57 0 19 1B A3 4D 29
Octal 30 272 213 127 0 31 33 243 115 51
Binary 11000 10111010 10001011 1010111 0 11001 11011 10100011 1001101 101001

Color Harmonies of #18BA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BA8B

Black with #18BA8B

Text Example


Text Example

White with #18BA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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