Shades of Mountain Meadow #1BAF8F
Tints of Mountain Meadow #1BAF8F
RGB
CMYK
RGB Variations
Color information
#1BAF8F (or 0x1BAF8F) is known color: Mountain Meadow. HEX triplet: 1B, AF and 8F. RGB value is (27,175,143). Sum of RGB (Red+Green+Blue) = 27+175+143=345 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.83% from 345); Green value is 175 (68.75% from 255 or 50.72% from 345); Blue value is 143 (56.25% from 255 or 41.45% from 345); Max value from RGB is 175 - color contains mainly: green. Hex color #1BAF8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAF8F is #E45070. Grayscale: #7F7F7F. Windows color (decimal): -14962801 or 9416475. OLE color: 9416475.
HSL color Cylindrical-coordinate representation of color #1BAF8F: hue angle of 167.03º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BAF8F is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 175 | 143 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.31 |
| HSL | 167.03º | 0.73% | 0.4% | - |
| HSV(B) | 167.03º | 0.85% | 0.69% | - |
| XYZ | 20.74 | 32.88 | 31.24 | - |
| YUV | 127.1 | 136.97 | 56.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 175 | 143 | 0.85 | 0 | 0.18 | 0.31 | 167.03 | 0.73 | 0.4 |
| Hex | 1B | AF | 8F | 55 | 0 | 12 | 1F | A7 | 49 | 28 |
| Octal | 33 | 257 | 217 | 125 | 0 | 22 | 37 | 247 | 111 | 50 |
| Binary | 11011 | 10101111 | 10001111 | 1010101 | 0 | 10010 | 11111 | 10100111 | 1001001 | 101000 |
Color Harmonies of #1BAF8F
Complementary color
Monochromatic Colors of #1BAF8F
Black with #1BAF8F
Text Example
Text Example
White with #1BAF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAF8F; }
p { color: rgb(27,175,143); }
H1.HeaderClassName
{
color: #1BAF8F;
}
.AnyTagClassName
{
color: #1BAF8F;
}
</style>
background-color css
<style>
a { background-color: #1BAF8F; }
a { background-color: rgb(27,175,143); }
div.DivClassName
{
background-color: #1BAF8F;
}
.BgClassName
{
background-color: #1BAF8F;
}
</style>
border-color css
<style>
span { border-color: #1BAF8F; }
span { border-color: rgb(27,175,143); }
td.TdClassName
{
border-color: #1BAF8F;
}
.TagClassName
{
border-color: #1BAF8F;
}
</style>