Shades of Mountain Meadow #1BAF7B
Tints of Mountain Meadow #1BAF7B
RGB
CMYK
RGB Variations
Color information
#1BAF7B (or 0x1BAF7B) is known color: Mountain Meadow. HEX triplet: 1B, AF and 7B. RGB value is (27,175,123). Sum of RGB (Red+Green+Blue) = 27+175+123=325 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.31% from 325); Green value is 175 (68.75% from 255 or 53.85% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 175 - color contains mainly: green. Hex color #1BAF7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BAF7B is #E45084. Grayscale: #7C7C7C. Windows color (decimal): -14962821 or 8105755. OLE color: 8105755.
HSL color Cylindrical-coordinate representation of color #1BAF7B: hue angle of 158.92º 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 #1BAF7B is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 175 | 123 | - |
| CMYK | 0.85 | 0 | 0.30 | 0.31 |
| HSL | 158.92º | 0.73% | 0.4% | - |
| HSV(B) | 158.92º | 0.85% | 0.69% | - |
| XYZ | 19.36 | 32.32 | 23.96 | - |
| YUV | 124.82 | 126.97 | 58.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 175 | 123 | 0.85 | 0 | 0.30 | 0.31 | 158.92 | 0.73 | 0.4 |
| Hex | 1B | AF | 7B | 55 | 0 | 1E | 1F | 9F | 49 | 28 |
| Octal | 33 | 257 | 173 | 125 | 0 | 36 | 37 | 237 | 111 | 50 |
| Binary | 11011 | 10101111 | 1111011 | 1010101 | 0 | 11110 | 11111 | 10011111 | 1001001 | 101000 |
Color Harmonies of #1BAF7B
Complementary color
Monochromatic Colors of #1BAF7B
Black with #1BAF7B
Text Example
Text Example
White with #1BAF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAF7B; }
p { color: rgb(27,175,123); }
H1.HeaderClassName
{
color: #1BAF7B;
}
.AnyTagClassName
{
color: #1BAF7B;
}
</style>
background-color css
<style>
a { background-color: #1BAF7B; }
a { background-color: rgb(27,175,123); }
div.DivClassName
{
background-color: #1BAF7B;
}
.BgClassName
{
background-color: #1BAF7B;
}
</style>
border-color css
<style>
span { border-color: #1BAF7B; }
span { border-color: rgb(27,175,123); }
td.TdClassName
{
border-color: #1BAF7B;
}
.TagClassName
{
border-color: #1BAF7B;
}
</style>