Shades of Mountain Meadow #1FB48D
Tints of Mountain Meadow #1FB48D
RGB
CMYK
RGB Variations
Color information
#1FB48D (or 0x1FB48D) is known color: Mountain Meadow. HEX triplet: 1F, B4 and 8D. RGB value is (31,180,141). Sum of RGB (Red+Green+Blue) = 31+180+141=352 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.81% from 352); Green value is 180 (70.70% from 255 or 51.14% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 180 - color contains mainly: green. Hex color #1FB48D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FB48D is #E04B72. Grayscale: #838383. Windows color (decimal): -14699379 or 9286687. OLE color: 9286687.
HSL color Cylindrical-coordinate representation of color #1FB48D: hue angle of 164.3º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB48D is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 180 | 141 | - |
| CMYK | 0.83 | 0 | 0.22 | 0.29 |
| HSL | 164.3º | 0.71% | 0.41% | - |
| HSV(B) | 164.3º | 0.83% | 0.71% | - |
| XYZ | 21.69 | 34.86 | 30.78 | - |
| YUV | 131 | 133.64 | 56.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 180 | 141 | 0.83 | 0 | 0.22 | 0.29 | 164.3 | 0.71 | 0.41 |
| Hex | 1F | B4 | 8D | 53 | 0 | 16 | 1D | A4 | 47 | 29 |
| Octal | 37 | 264 | 215 | 123 | 0 | 26 | 35 | 244 | 107 | 51 |
| Binary | 11111 | 10110100 | 10001101 | 1010011 | 0 | 10110 | 11101 | 10100100 | 1000111 | 101001 |
Color Harmonies of #1FB48D
Complementary color
Monochromatic Colors of #1FB48D
Black with #1FB48D
Text Example
Text Example
White with #1FB48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB48D; }
p { color: rgb(31,180,141); }
H1.HeaderClassName
{
color: #1FB48D;
}
.AnyTagClassName
{
color: #1FB48D;
}
</style>
background-color css
<style>
a { background-color: #1FB48D; }
a { background-color: rgb(31,180,141); }
div.DivClassName
{
background-color: #1FB48D;
}
.BgClassName
{
background-color: #1FB48D;
}
</style>
border-color css
<style>
span { border-color: #1FB48D; }
span { border-color: rgb(31,180,141); }
td.TdClassName
{
border-color: #1FB48D;
}
.TagClassName
{
border-color: #1FB48D;
}
</style>