Shades of Mountain Meadow #1BAF8B
Tints of Mountain Meadow #1BAF8B
RGB
CMYK
RGB Variations
Color information
#1BAF8B (or 0x1BAF8B) is known color: Mountain Meadow. HEX triplet: 1B, AF and 8B. RGB value is (27,175,139). Sum of RGB (Red+Green+Blue) = 27+175+139=341 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.92% from 341); Green value is 175 (68.75% from 255 or 51.32% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 175 - color contains mainly: green. Hex color #1BAF8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAF8B is #E45074. Grayscale: #7E7E7E. Windows color (decimal): -14962805 or 9154331. OLE color: 9154331.
HSL color Cylindrical-coordinate representation of color #1BAF8B: hue angle of 165.41º 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 #1BAF8B is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 175 | 139 | - |
| CMYK | 0.85 | 0 | 0.21 | 0.31 |
| HSL | 165.41º | 0.73% | 0.4% | - |
| HSV(B) | 165.41º | 0.85% | 0.69% | - |
| XYZ | 20.44 | 32.76 | 29.67 | - |
| YUV | 126.64 | 134.97 | 56.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 175 | 139 | 0.85 | 0 | 0.21 | 0.31 | 165.41 | 0.73 | 0.4 |
| Hex | 1B | AF | 8B | 55 | 0 | 15 | 1F | A5 | 49 | 28 |
| Octal | 33 | 257 | 213 | 125 | 0 | 25 | 37 | 245 | 111 | 50 |
| Binary | 11011 | 10101111 | 10001011 | 1010101 | 0 | 10101 | 11111 | 10100101 | 1001001 | 101000 |
Color Harmonies of #1BAF8B
Complementary color
Monochromatic Colors of #1BAF8B
Black with #1BAF8B
Text Example
Text Example
White with #1BAF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAF8B; }
p { color: rgb(27,175,139); }
H1.HeaderClassName
{
color: #1BAF8B;
}
.AnyTagClassName
{
color: #1BAF8B;
}
</style>
background-color css
<style>
a { background-color: #1BAF8B; }
a { background-color: rgb(27,175,139); }
div.DivClassName
{
background-color: #1BAF8B;
}
.BgClassName
{
background-color: #1BAF8B;
}
</style>
border-color css
<style>
span { border-color: #1BAF8B; }
span { border-color: rgb(27,175,139); }
td.TdClassName
{
border-color: #1BAF8B;
}
.TagClassName
{
border-color: #1BAF8B;
}
</style>