Html Css Color HEX #15BA8F Mountain Meadow

📋 copy color: '#15BA8F'

red 21 ◦ green 186 ◦ blue 143

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

Shades of Mountain Meadow #15BA8F

Tints of Mountain Meadow #15BA8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.86%

R = 6%
G = 53.14%
B = 40.86%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#15BA8F (or 0x15BA8F) is known color: Mountain Meadow. HEX triplet: 15, BA and 8F. RGB value is (21,186,143). Sum of RGB (Red+Green+Blue) = 21+186+143=350 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #15BA8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15BA8F is #EA4570. Grayscale: #838383. Windows color (decimal): -15353201 or 9419285. OLE color: 9419285.

HSL color Cylindrical-coordinate representation of color #15BA8F: hue angle of 164.36º 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 #15BA8F is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 186 143 -
CMYK 0.89 0 0.23 0.27
HSL 164.36º 0.8% 0.41% -
HSV(B) 164.36º 0.89% 0.73% -
XYZ 22.83 37.26 31.98 -
YUV 131.76 134.34 49 -
System Red Green Blue C M Y K H S L
Decimal 21 186 143 0.89 0 0.23 0.27 164.36 0.8 0.41
Hex 15 BA 8F 59 0 17 1B A4 50 29
Octal 25 272 217 131 0 27 33 244 120 51
Binary 10101 10111010 10001111 1011001 0 10111 11011 10100100 1010000 101001

Color Harmonies of #15BA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BA8F

Black with #15BA8F

Text Example


Text Example

White with #15BA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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