Shades of Mountain Meadow #1FB089
Tints of Mountain Meadow #1FB089
RGB
CMYK
RGB Variations
Color information
#1FB089 (or 0x1FB089) is known color: Mountain Meadow. HEX triplet: 1F, B0 and 89. RGB value is (31,176,137). Sum of RGB (Red+Green+Blue) = 31+176+137=344 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.01% from 344); Green value is 176 (69.14% from 255 or 51.16% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 176 - color contains mainly: green. Hex color #1FB089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FB089 is #E04F76. Grayscale: #808080. Windows color (decimal): -14700407 or 9023519. OLE color: 9023519.
HSL color Cylindrical-coordinate representation of color #1FB089: hue angle of 163.86º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FB089 is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 176 | 137 | - |
| CMYK | 0.82 | 0 | 0.22 | 0.31 |
| HSL | 163.86º | 0.7% | 0.41% | - |
| HSV(B) | 163.86º | 0.82% | 0.69% | - |
| XYZ | 20.61 | 33.15 | 28.98 | - |
| YUV | 128.2 | 132.96 | 58.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 176 | 137 | 0.82 | 0 | 0.22 | 0.31 | 163.86 | 0.7 | 0.41 |
| Hex | 1F | B0 | 89 | 52 | 0 | 16 | 1F | A4 | 46 | 29 |
| Octal | 37 | 260 | 211 | 122 | 0 | 26 | 37 | 244 | 106 | 51 |
| Binary | 11111 | 10110000 | 10001001 | 1010010 | 0 | 10110 | 11111 | 10100100 | 1000110 | 101001 |
Color Harmonies of #1FB089
Complementary color
Monochromatic Colors of #1FB089
Black with #1FB089
Text Example
Text Example
White with #1FB089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB089; }
p { color: rgb(31,176,137); }
H1.HeaderClassName
{
color: #1FB089;
}
.AnyTagClassName
{
color: #1FB089;
}
</style>
background-color css
<style>
a { background-color: #1FB089; }
a { background-color: rgb(31,176,137); }
div.DivClassName
{
background-color: #1FB089;
}
.BgClassName
{
background-color: #1FB089;
}
</style>
border-color css
<style>
span { border-color: #1FB089; }
span { border-color: rgb(31,176,137); }
td.TdClassName
{
border-color: #1FB089;
}
.TagClassName
{
border-color: #1FB089;
}
</style>