Shades of Mountain Meadow #1FAF8C
Tints of Mountain Meadow #1FAF8C
RGB
CMYK
RGB Variations
Color information
#1FAF8C (or 0x1FAF8C) is known color: Mountain Meadow. HEX triplet: 1F, AF and 8C. RGB value is (31,175,140). Sum of RGB (Red+Green+Blue) = 31+175+140=346 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.96% from 346); Green value is 175 (68.75% from 255 or 50.58% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 175 - color contains mainly: green. Hex color #1FAF8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAF8C is #E05073. Grayscale: #7F7F7F. Windows color (decimal): -14700660 or 9219871. OLE color: 9219871.
HSL color Cylindrical-coordinate representation of color #1FAF8C: hue angle of 165.42º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAF8C is Cyan = 0.82, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 175 | 140 | - |
| CMYK | 0.82 | 0 | 0.2 | 0.31 |
| HSL | 165.42º | 0.7% | 0.4% | - |
| HSV(B) | 165.42º | 0.82% | 0.69% | - |
| XYZ | 20.63 | 32.84 | 30.06 | - |
| YUV | 127.95 | 134.79 | 58.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 175 | 140 | 0.82 | 0 | 0.2 | 0.31 | 165.42 | 0.7 | 0.4 |
| Hex | 1F | AF | 8C | 52 | 0 | 14 | 1F | A5 | 46 | 28 |
| Octal | 37 | 257 | 214 | 122 | 0 | 24 | 37 | 245 | 106 | 50 |
| Binary | 11111 | 10101111 | 10001100 | 1010010 | 0 | 10100 | 11111 | 10100101 | 1000110 | 101000 |
Color Harmonies of #1FAF8C
Complementary color
Monochromatic Colors of #1FAF8C
Black with #1FAF8C
Text Example
Text Example
White with #1FAF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAF8C; }
p { color: rgb(31,175,140); }
H1.HeaderClassName
{
color: #1FAF8C;
}
.AnyTagClassName
{
color: #1FAF8C;
}
</style>
background-color css
<style>
a { background-color: #1FAF8C; }
a { background-color: rgb(31,175,140); }
div.DivClassName
{
background-color: #1FAF8C;
}
.BgClassName
{
background-color: #1FAF8C;
}
</style>
border-color css
<style>
span { border-color: #1FAF8C; }
span { border-color: rgb(31,175,140); }
td.TdClassName
{
border-color: #1FAF8C;
}
.TagClassName
{
border-color: #1FAF8C;
}
</style>