Shades of Mountain Meadow #1FBA96
Tints of Mountain Meadow #1FBA96
RGB
CMYK
RGB Variations
Color information
#1FBA96 (or 0x1FBA96) is known color: Mountain Meadow. HEX triplet: 1F, BA and 96. RGB value is (31,186,150). Sum of RGB (Red+Green+Blue) = 31+186+150=367 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.45% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 150 (58.98% from 255 or 40.87% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #1FBA96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FBA96 is #E04569. Grayscale: #878787. Windows color (decimal): -14697834 or 9878047. OLE color: 9878047.
HSL color Cylindrical-coordinate representation of color #1FBA96: hue angle of 166.06º degrees, saturation: 0.71, 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 #1FBA96 is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 31 | 186 | 150 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.27 |
| HSL | 166.06º | 0.71% | 0.43% | - |
| HSV(B) | 166.06º | 0.83% | 0.73% | - |
| XYZ | 23.63 | 37.61 | 34.87 | - |
| YUV | 135.55 | 136.15 | 53.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 186 | 150 | 0.83 | 0 | 0.19 | 0.27 | 166.06 | 0.71 | 0.43 |
| Hex | 1F | BA | 96 | 53 | 0 | 13 | 1B | A6 | 47 | 2B |
| Octal | 37 | 272 | 226 | 123 | 0 | 23 | 33 | 246 | 107 | 53 |
| Binary | 11111 | 10111010 | 10010110 | 1010011 | 0 | 10011 | 11011 | 10100110 | 1000111 | 101011 |
Color Harmonies of #1FBA96
Complementary color
Monochromatic Colors of #1FBA96
Black with #1FBA96
Text Example
Text Example
White with #1FBA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBA96; }
p { color: rgb(31,186,150); }
H1.HeaderClassName
{
color: #1FBA96;
}
.AnyTagClassName
{
color: #1FBA96;
}
</style>
background-color css
<style>
a { background-color: #1FBA96; }
a { background-color: rgb(31,186,150); }
div.DivClassName
{
background-color: #1FBA96;
}
.BgClassName
{
background-color: #1FBA96;
}
</style>
border-color css
<style>
span { border-color: #1FBA96; }
span { border-color: rgb(31,186,150); }
td.TdClassName
{
border-color: #1FBA96;
}
.TagClassName
{
border-color: #1FBA96;
}
</style>