Shades of Mountain Meadow #15BE8C
Tints of Mountain Meadow #15BE8C
RGB
CMYK
RGB Variations
Color information
#15BE8C (or 0x15BE8C) is known color: Mountain Meadow. HEX triplet: 15, BE and 8C. RGB value is (21,190,140). Sum of RGB (Red+Green+Blue) = 21+190+140=351 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.98% from 351); Green value is 190 (74.61% from 255 or 54.13% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 190 - color contains mainly: green. Hex color #15BE8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15BE8C is #EA4173. Grayscale: #858585. Windows color (decimal): -15352180 or 9223701. OLE color: 9223701.
HSL color Cylindrical-coordinate representation of color #15BE8C: hue angle of 162.25º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BE8C is Cyan = 0.89, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 190 | 140 | - |
| CMYK | 0.89 | 0 | 0.26 | 0.25 |
| HSL | 162.25º | 0.8% | 0.41% | - |
| HSV(B) | 162.25º | 0.89% | 0.75% | - |
| XYZ | 23.46 | 38.88 | 31.08 | - |
| YUV | 133.77 | 131.51 | 47.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 190 | 140 | 0.89 | 0 | 0.26 | 0.25 | 162.25 | 0.8 | 0.41 |
| Hex | 15 | BE | 8C | 59 | 0 | 1A | 19 | A2 | 50 | 29 |
| Octal | 25 | 276 | 214 | 131 | 0 | 32 | 31 | 242 | 120 | 51 |
| Binary | 10101 | 10111110 | 10001100 | 1011001 | 0 | 11010 | 11001 | 10100010 | 1010000 | 101001 |
Color Harmonies of #15BE8C
Complementary color
Monochromatic Colors of #15BE8C
Black with #15BE8C
Text Example
Text Example
White with #15BE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BE8C; }
p { color: rgb(21,190,140); }
H1.HeaderClassName
{
color: #15BE8C;
}
.AnyTagClassName
{
color: #15BE8C;
}
</style>
background-color css
<style>
a { background-color: #15BE8C; }
a { background-color: rgb(21,190,140); }
div.DivClassName
{
background-color: #15BE8C;
}
.BgClassName
{
background-color: #15BE8C;
}
</style>
border-color css
<style>
span { border-color: #15BE8C; }
span { border-color: rgb(21,190,140); }
td.TdClassName
{
border-color: #15BE8C;
}
.TagClassName
{
border-color: #15BE8C;
}
</style>