Shades of Mountain Meadow #1FBB8D
Tints of Mountain Meadow #1FBB8D
RGB
CMYK
RGB Variations
Color information
#1FBB8D (or 0x1FBB8D) is known color: Mountain Meadow. HEX triplet: 1F, BB and 8D. RGB value is (31,187,141). Sum of RGB (Red+Green+Blue) = 31+187+141=359 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.64% from 359); Green value is 187 (73.44% from 255 or 52.09% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 187 - color contains mainly: green. Hex color #1FBB8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FBB8D is #E04472. Grayscale: #878787. Windows color (decimal): -14697587 or 9288479. OLE color: 9288479.
HSL color Cylindrical-coordinate representation of color #1FBB8D: hue angle of 162.31º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FBB8D is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 31 | 187 | 141 | - |
| CMYK | 0.83 | 0 | 0.25 | 0.27 |
| HSL | 162.31º | 0.72% | 0.43% | - |
| HSV(B) | 162.31º | 0.83% | 0.73% | - |
| XYZ | 23.14 | 37.76 | 31.27 | - |
| YUV | 135.11 | 131.32 | 53.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 187 | 141 | 0.83 | 0 | 0.25 | 0.27 | 162.31 | 0.72 | 0.43 |
| Hex | 1F | BB | 8D | 53 | 0 | 19 | 1B | A2 | 48 | 2B |
| Octal | 37 | 273 | 215 | 123 | 0 | 31 | 33 | 242 | 110 | 53 |
| Binary | 11111 | 10111011 | 10001101 | 1010011 | 0 | 11001 | 11011 | 10100010 | 1001000 | 101011 |
Color Harmonies of #1FBB8D
Complementary color
Monochromatic Colors of #1FBB8D
Black with #1FBB8D
Text Example
Text Example
White with #1FBB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBB8D; }
p { color: rgb(31,187,141); }
H1.HeaderClassName
{
color: #1FBB8D;
}
.AnyTagClassName
{
color: #1FBB8D;
}
</style>
background-color css
<style>
a { background-color: #1FBB8D; }
a { background-color: rgb(31,187,141); }
div.DivClassName
{
background-color: #1FBB8D;
}
.BgClassName
{
background-color: #1FBB8D;
}
</style>
border-color css
<style>
span { border-color: #1FBB8D; }
span { border-color: rgb(31,187,141); }
td.TdClassName
{
border-color: #1FBB8D;
}
.TagClassName
{
border-color: #1FBB8D;
}
</style>