#15BA95

Color #15BA95 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #15BA95

Tints of Mountain Meadow #15BA95

Color information

#15BA95 (or 0x15BA95) is unknown color: approx Mountain Meadow. HEX triplet: 15, BA and 95. RGB value is (21,186,149). Sum of RGB (Red+Green+Blue) = 21+186+149=356 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.90% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #15BA95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15BA95 is #EA456A. Grayscale: #848484. Windows color (decimal): -15353195 or 9812501. OLE color: 9812501.

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

Color convert

RGB21186149-
CMYK0.8900.200.27
HSL166.55º79.71%40.59%-
HSV(B)166.55º88.71%72.94%-
XYZ23.2937.4534.43-
YUV132.45137.3448.51-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.90%
GREEN value IS 186 (73.05% from 255) = 52.25%
BLUE value IS 149 (58.59% from 255) = 41.85%
R=5.90%
G=52.25%
B=41.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal211861490.8900.200.27166.5579.7140.59
Hex15BA95590141Ba75029
Octal252722251310243324712051
Binary101011011101010010101101100101010011011101001111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15BA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #15BA95;
 }
 .AnyTagClassName
 {
   color: #15BA95;
 }
</style>
background-color css

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

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

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

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

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

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