Shades of Mountain Meadow #25BB8F
Tints of Mountain Meadow #25BB8F
RGB
CMYK
RGB Variations
Color information
#25BB8F (or 0x25BB8F) is known color: Mountain Meadow. HEX triplet: 25, BB and 8F. RGB value is (37,187,143). Sum of RGB (Red+Green+Blue) = 37+187+143=367 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.08% from 367); Green value is 187 (73.44% from 255 or 50.95% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 187 - color contains mainly: green. Hex color #25BB8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25BB8F is #DA4470. Grayscale: #898989. Windows color (decimal): -14304369 or 9419557. OLE color: 9419557.
HSL color Cylindrical-coordinate representation of color #25BB8F: hue angle of 162.4º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25BB8F is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 187 | 143 | - |
| CMYK | 0.80 | 0 | 0.24 | 0.27 |
| HSL | 162.4º | 0.67% | 0.44% | - |
| HSV(B) | 162.4º | 0.8% | 0.73% | - |
| XYZ | 23.49 | 37.92 | 32.07 | - |
| YUV | 137.13 | 131.31 | 56.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 187 | 143 | 0.80 | 0 | 0.24 | 0.27 | 162.4 | 0.67 | 0.44 |
| Hex | 25 | BB | 8F | 50 | 0 | 18 | 1B | A2 | 43 | 2C |
| Octal | 45 | 273 | 217 | 120 | 0 | 30 | 33 | 242 | 103 | 54 |
| Binary | 100101 | 10111011 | 10001111 | 1010000 | 0 | 11000 | 11011 | 10100010 | 1000011 | 101100 |
Color Harmonies of #25BB8F
Complementary color
Monochromatic Colors of #25BB8F
Black with #25BB8F
Text Example
Text Example
White with #25BB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BB8F; }
p { color: rgb(37,187,143); }
H1.HeaderClassName
{
color: #25BB8F;
}
.AnyTagClassName
{
color: #25BB8F;
}
</style>
background-color css
<style>
a { background-color: #25BB8F; }
a { background-color: rgb(37,187,143); }
div.DivClassName
{
background-color: #25BB8F;
}
.BgClassName
{
background-color: #25BB8F;
}
</style>
border-color css
<style>
span { border-color: #25BB8F; }
span { border-color: rgb(37,187,143); }
td.TdClassName
{
border-color: #25BB8F;
}
.TagClassName
{
border-color: #25BB8F;
}
</style>