Shades of Mountain Meadow #1FB794
Tints of Mountain Meadow #1FB794
RGB
CMYK
RGB Variations
Color information
#1FB794 (or 0x1FB794) is known color: Mountain Meadow. HEX triplet: 1F, B7 and 94. RGB value is (31,183,148). Sum of RGB (Red+Green+Blue) = 31+183+148=362 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.56% from 362); Green value is 183 (71.88% from 255 or 50.55% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 183 - color contains mainly: green. Hex color #1FB794 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FB794 is #E0486B. Grayscale: #858585. Windows color (decimal): -14698604 or 9746207. OLE color: 9746207.
HSL color Cylindrical-coordinate representation of color #1FB794: hue angle of 166.18º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB794 is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 31 | 183 | 148 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.28 |
| HSL | 166.18º | 0.71% | 0.42% | - |
| HSV(B) | 166.18º | 0.83% | 0.72% | - |
| XYZ | 22.84 | 36.3 | 33.82 | - |
| YUV | 133.56 | 136.14 | 54.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 183 | 148 | 0.83 | 0 | 0.19 | 0.28 | 166.18 | 0.71 | 0.42 |
| Hex | 1F | B7 | 94 | 53 | 0 | 13 | 1C | A6 | 47 | 2A |
| Octal | 37 | 267 | 224 | 123 | 0 | 23 | 34 | 246 | 107 | 52 |
| Binary | 11111 | 10110111 | 10010100 | 1010011 | 0 | 10011 | 11100 | 10100110 | 1000111 | 101010 |
Color Harmonies of #1FB794
Complementary color
Monochromatic Colors of #1FB794
Black with #1FB794
Text Example
Text Example
White with #1FB794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB794; }
p { color: rgb(31,183,148); }
H1.HeaderClassName
{
color: #1FB794;
}
.AnyTagClassName
{
color: #1FB794;
}
</style>
background-color css
<style>
a { background-color: #1FB794; }
a { background-color: rgb(31,183,148); }
div.DivClassName
{
background-color: #1FB794;
}
.BgClassName
{
background-color: #1FB794;
}
</style>
border-color css
<style>
span { border-color: #1FB794; }
span { border-color: rgb(31,183,148); }
td.TdClassName
{
border-color: #1FB794;
}
.TagClassName
{
border-color: #1FB794;
}
</style>