Html Css Color HEX #15BA8C Mountain Meadow

📋 copy color: '#15BA8C'

red 21 ◦ green 186 ◦ blue 140

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

Shades of Mountain Meadow #15BA8C

Tints of Mountain Meadow #15BA8C

RGB

 RED value IS 21 (8.59% from 255) = 6.05%

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

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

R = 6.05%
G = 53.6%
B = 40.35%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#15BA8C (or 0x15BA8C) is known color: Mountain Meadow. HEX triplet: 15, BA and 8C. RGB value is (21,186,140). Sum of RGB (Red+Green+Blue) = 21+186+140=347 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.05% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #15BA8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15BA8C is #EA4573. Grayscale: #838383. Windows color (decimal): -15353204 or 9222677. OLE color: 9222677.

HSL color Cylindrical-coordinate representation of color #15BA8C: hue angle of 163.27º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BA8C is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 186 140 -
CMYK 0.89 0 0.25 0.27
HSL 163.27º 0.8% 0.41% -
HSV(B) 163.27º 0.89% 0.73% -
XYZ 22.6 37.17 30.79 -
YUV 131.42 132.84 49.24 -
System Red Green Blue C M Y K H S L
Decimal 21 186 140 0.89 0 0.25 0.27 163.27 0.8 0.41
Hex 15 BA 8C 59 0 19 1B A3 50 29
Octal 25 272 214 131 0 31 33 243 120 51
Binary 10101 10111010 10001100 1011001 0 11001 11011 10100011 1010000 101001

Color Harmonies of #15BA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BA8C

Black with #15BA8C

Text Example


Text Example

White with #15BA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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