Shades of Mountain Meadow #1FBE89
Tints of Mountain Meadow #1FBE89
RGB
CMYK
RGB Variations
Color information
#1FBE89 (or 0x1FBE89) is known color: Mountain Meadow. HEX triplet: 1F, BE and 89. RGB value is (31,190,137). Sum of RGB (Red+Green+Blue) = 31+190+137=358 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.66% from 358); Green value is 190 (74.61% from 255 or 53.07% from 358); Blue value is 137 (53.91% from 255 or 38.27% from 358); Max value from RGB is 190 - color contains mainly: green. Hex color #1FBE89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FBE89 is #E04176. Grayscale: #888888. Windows color (decimal): -14696823 or 9027103. OLE color: 9027103.
HSL color Cylindrical-coordinate representation of color #1FBE89: hue angle of 160º 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 #1FBE89 is Cyan = 0.84, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 190 | 137 | - |
| CMYK | 0.84 | 0 | 0.28 | 0.25 |
| HSL | 160º | 0.72% | 0.43% | - |
| HSV(B) | 160º | 0.84% | 0.75% | - |
| XYZ | 23.49 | 38.92 | 29.94 | - |
| YUV | 136.42 | 128.32 | 52.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 190 | 137 | 0.84 | 0 | 0.28 | 0.25 | 160 | 0.72 | 0.43 |
| Hex | 1F | BE | 89 | 54 | 0 | 1C | 19 | A0 | 48 | 2B |
| Octal | 37 | 276 | 211 | 124 | 0 | 34 | 31 | 240 | 110 | 53 |
| Binary | 11111 | 10111110 | 10001001 | 1010100 | 0 | 11100 | 11001 | 10100000 | 1001000 | 101011 |
Color Harmonies of #1FBE89
Complementary color
Monochromatic Colors of #1FBE89
Black with #1FBE89
Text Example
Text Example
White with #1FBE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBE89; }
p { color: rgb(31,190,137); }
H1.HeaderClassName
{
color: #1FBE89;
}
.AnyTagClassName
{
color: #1FBE89;
}
</style>
background-color css
<style>
a { background-color: #1FBE89; }
a { background-color: rgb(31,190,137); }
div.DivClassName
{
background-color: #1FBE89;
}
.BgClassName
{
background-color: #1FBE89;
}
</style>
border-color css
<style>
span { border-color: #1FBE89; }
span { border-color: rgb(31,190,137); }
td.TdClassName
{
border-color: #1FBE89;
}
.TagClassName
{
border-color: #1FBE89;
}
</style>