#15BA92

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

Shades of Mountain Meadow #15BA92

Tints of Mountain Meadow #15BA92

Color information

#15BA92 (or 0x15BA92) is unknown color: approx Mountain Meadow. HEX triplet: 15, BA and 92. RGB value is (21,186,146). Sum of RGB (Red+Green+Blue) = 21+186+146=353 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.95% from 353); Green value is 186 (73.05% from 255 or 52.69% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 186 - color contains mainly: green. Hex color #15BA92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15BA92 is #EA456D. Grayscale: #848484. Windows color (decimal): -15353198 or 9615893. OLE color: 9615893.

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

Color convert

RGB21186146-
CMYK0.8900.220.27
HSL165.45º79.71%40.59%-
HSV(B)165.45º88.71%72.94%-
XYZ23.0637.3533.19-
YUV132.1135.8448.75-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.95%
GREEN value IS 186 (73.05% from 255) = 52.69%
BLUE value IS 146 (57.42% from 255) = 41.36%
R=5.95%
G=52.69%
B=41.36%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal211861460.8900.220.27165.4579.7140.59
Hex15BA92590161Ba55029
Octal252722221310263324512051
Binary101011011101010010010101100101011011011101001011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15BA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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