Shades of Mountain Meadow #1FAF8A
Tints of Mountain Meadow #1FAF8A
RGB
CMYK
RGB Variations
Color information
#1FAF8A (or 0x1FAF8A) is known color: Mountain Meadow. HEX triplet: 1F, AF and 8A. RGB value is (31,175,138). Sum of RGB (Red+Green+Blue) = 31+175+138=344 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.01% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #1FAF8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAF8A is #E05075. Grayscale: #7F7F7F. Windows color (decimal): -14700662 or 9088799. OLE color: 9088799.
HSL color Cylindrical-coordinate representation of color #1FAF8A: hue angle of 164.58º 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 #1FAF8A is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 175 | 138 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.31 |
| HSL | 164.58º | 0.7% | 0.4% | - |
| HSV(B) | 164.58º | 0.82% | 0.69% | - |
| XYZ | 20.48 | 32.79 | 29.29 | - |
| YUV | 127.73 | 133.79 | 59.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 175 | 138 | 0.82 | 0 | 0.21 | 0.31 | 164.58 | 0.7 | 0.4 |
| Hex | 1F | AF | 8A | 52 | 0 | 15 | 1F | A5 | 46 | 28 |
| Octal | 37 | 257 | 212 | 122 | 0 | 25 | 37 | 245 | 106 | 50 |
| Binary | 11111 | 10101111 | 10001010 | 1010010 | 0 | 10101 | 11111 | 10100101 | 1000110 | 101000 |
Color Harmonies of #1FAF8A
Complementary color
Monochromatic Colors of #1FAF8A
Black with #1FAF8A
Text Example
Text Example
White with #1FAF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAF8A; }
p { color: rgb(31,175,138); }
H1.HeaderClassName
{
color: #1FAF8A;
}
.AnyTagClassName
{
color: #1FAF8A;
}
</style>
background-color css
<style>
a { background-color: #1FAF8A; }
a { background-color: rgb(31,175,138); }
div.DivClassName
{
background-color: #1FAF8A;
}
.BgClassName
{
background-color: #1FAF8A;
}
</style>
border-color css
<style>
span { border-color: #1FAF8A; }
span { border-color: rgb(31,175,138); }
td.TdClassName
{
border-color: #1FAF8A;
}
.TagClassName
{
border-color: #1FAF8A;
}
</style>