Html Css Color HEX #18BA88 Mountain Meadow

📋 copy color: '#18BA88'

red 24 ◦ green 186 ◦ blue 136

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

Shades of Mountain Meadow #18BA88

Tints of Mountain Meadow #18BA88

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 value IS 0.87

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#18BA88 (or 0x18BA88) is known color: 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

RGB 24 186 136 -
CMYK 0.87 0 0.27 0.27
HSL 161.48º 0.77% 0.41% -
HSV(B) 161.48º 0.87% 0.73% -
XYZ 22.38 37.09 29.27 -
YUV 131.86 130.33 51.07 -
System Red Green Blue C M Y K H S L
Decimal 24 186 136 0.87 0 0.27 0.27 161.48 0.77 0.41
Hex 18 BA 88 57 0 1B 1B A1 4D 29
Octal 30 272 210 127 0 33 33 241 115 51
Binary 11000 10111010 10001000 1010111 0 11011 11011 10100001 1001101 101001

Color Harmonies of #18BA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BA88

Black with #18BA88

Text Example


Text Example

White with #18BA88

Text Example


Text Example

HTML Codes & Css Web 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>