Shades of Mountain Meadow #15BB8B
Tints of Mountain Meadow #15BB8B
RGB
CMYK
RGB Variations
Color information
#15BB8B (or 0x15BB8B) is known color: Mountain Meadow. HEX triplet: 15, BB and 8B. RGB value is (21,187,139). Sum of RGB (Red+Green+Blue) = 21+187+139=347 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.05% from 347); Green value is 187 (73.44% from 255 or 53.89% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 187 - color contains mainly: green. Hex color #15BB8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15BB8B is #EA4474. Grayscale: #838383. Windows color (decimal): -15352949 or 9157397. OLE color: 9157397.
HSL color Cylindrical-coordinate representation of color #15BB8B: hue angle of 162.65º 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 #15BB8B is Cyan = 0.89, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 187 | 139 | - |
| CMYK | 0.89 | 0 | 0.26 | 0.27 |
| HSL | 162.65º | 0.8% | 0.41% | - |
| HSV(B) | 162.65º | 0.89% | 0.73% | - |
| XYZ | 22.74 | 37.56 | 30.48 | - |
| YUV | 131.89 | 132 | 48.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 187 | 139 | 0.89 | 0 | 0.26 | 0.27 | 162.65 | 0.8 | 0.41 |
| Hex | 15 | BB | 8B | 59 | 0 | 1A | 1B | A3 | 50 | 29 |
| Octal | 25 | 273 | 213 | 131 | 0 | 32 | 33 | 243 | 120 | 51 |
| Binary | 10101 | 10111011 | 10001011 | 1011001 | 0 | 11010 | 11011 | 10100011 | 1010000 | 101001 |
Color Harmonies of #15BB8B
Complementary color
Monochromatic Colors of #15BB8B
Black with #15BB8B
Text Example
Text Example
White with #15BB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BB8B; }
p { color: rgb(21,187,139); }
H1.HeaderClassName
{
color: #15BB8B;
}
.AnyTagClassName
{
color: #15BB8B;
}
</style>
background-color css
<style>
a { background-color: #15BB8B; }
a { background-color: rgb(21,187,139); }
div.DivClassName
{
background-color: #15BB8B;
}
.BgClassName
{
background-color: #15BB8B;
}
</style>
border-color css
<style>
span { border-color: #15BB8B; }
span { border-color: rgb(21,187,139); }
td.TdClassName
{
border-color: #15BB8B;
}
.TagClassName
{
border-color: #15BB8B;
}
</style>