Shades of Mountain Meadow #1FBE91
Tints of Mountain Meadow #1FBE91
RGB
CMYK
RGB Variations
Color information
#1FBE91 (or 0x1FBE91) is known color: Mountain Meadow. HEX triplet: 1F, BE and 91. RGB value is (31,190,145). Sum of RGB (Red+Green+Blue) = 31+190+145=366 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.47% from 366); Green value is 190 (74.61% from 255 or 51.91% from 366); Blue value is 145 (57.03% from 255 or 39.62% from 366); Max value from RGB is 190 - color contains mainly: green. Hex color #1FBE91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FBE91 is #E0416E. Grayscale: #898989. Windows color (decimal): -14696815 or 9551391. OLE color: 9551391.
HSL color Cylindrical-coordinate representation of color #1FBE91: hue angle of 163.02º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBE91 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 190 | 145 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.25 |
| HSL | 163.02º | 0.72% | 0.43% | - |
| HSV(B) | 163.02º | 0.84% | 0.75% | - |
| XYZ | 24.09 | 39.16 | 33.08 | - |
| YUV | 137.33 | 132.32 | 52.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 190 | 145 | 0.84 | 0 | 0.24 | 0.25 | 163.02 | 0.72 | 0.43 |
| Hex | 1F | BE | 91 | 54 | 0 | 18 | 19 | A3 | 48 | 2B |
| Octal | 37 | 276 | 221 | 124 | 0 | 30 | 31 | 243 | 110 | 53 |
| Binary | 11111 | 10111110 | 10010001 | 1010100 | 0 | 11000 | 11001 | 10100011 | 1001000 | 101011 |
Color Harmonies of #1FBE91
Complementary color
Monochromatic Colors of #1FBE91
Black with #1FBE91
Text Example
Text Example
White with #1FBE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBE91; }
p { color: rgb(31,190,145); }
H1.HeaderClassName
{
color: #1FBE91;
}
.AnyTagClassName
{
color: #1FBE91;
}
</style>
background-color css
<style>
a { background-color: #1FBE91; }
a { background-color: rgb(31,190,145); }
div.DivClassName
{
background-color: #1FBE91;
}
.BgClassName
{
background-color: #1FBE91;
}
</style>
border-color css
<style>
span { border-color: #1FBE91; }
span { border-color: rgb(31,190,145); }
td.TdClassName
{
border-color: #1FBE91;
}
.TagClassName
{
border-color: #1FBE91;
}
</style>