Shades of Mountain Meadow #1BB397
Tints of Mountain Meadow #1BB397
RGB
CMYK
RGB Variations
Color information
#1BB397 (or 0x1BB397) is known color: Mountain Meadow. HEX triplet: 1B, B3 and 97. RGB value is (27,179,151). Sum of RGB (Red+Green+Blue) = 27+179+151=357 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.56% from 357); Green value is 179 (70.31% from 255 or 50.14% from 357); Blue value is 151 (59.38% from 255 or 42.30% from 357); Max value from RGB is 179 - color contains mainly: green. Hex color #1BB397 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BB397 is #E44C68. Grayscale: #828282. Windows color (decimal): -14961769 or 9941787. OLE color: 9941787.
HSL color Cylindrical-coordinate representation of color #1BB397: hue angle of 168.95º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB397 is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 27 | 179 | 151 | - |
| CMYK | 0.85 | 0 | 0.16 | 0.30 |
| HSL | 168.95º | 0.74% | 0.4% | - |
| HSV(B) | 168.95º | 0.85% | 0.7% | - |
| XYZ | 22.16 | 34.71 | 34.81 | - |
| YUV | 130.36 | 139.64 | 54.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 179 | 151 | 0.85 | 0 | 0.16 | 0.30 | 168.95 | 0.74 | 0.4 |
| Hex | 1B | B3 | 97 | 55 | 0 | 10 | 1E | A9 | 4A | 28 |
| Octal | 33 | 263 | 227 | 125 | 0 | 20 | 36 | 251 | 112 | 50 |
| Binary | 11011 | 10110011 | 10010111 | 1010101 | 0 | 10000 | 11110 | 10101001 | 1001010 | 101000 |
Color Harmonies of #1BB397
Complementary color
Monochromatic Colors of #1BB397
Black with #1BB397
Text Example
Text Example
White with #1BB397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB397; }
p { color: rgb(27,179,151); }
H1.HeaderClassName
{
color: #1BB397;
}
.AnyTagClassName
{
color: #1BB397;
}
</style>
background-color css
<style>
a { background-color: #1BB397; }
a { background-color: rgb(27,179,151); }
div.DivClassName
{
background-color: #1BB397;
}
.BgClassName
{
background-color: #1BB397;
}
</style>
border-color css
<style>
span { border-color: #1BB397; }
span { border-color: rgb(27,179,151); }
td.TdClassName
{
border-color: #1BB397;
}
.TagClassName
{
border-color: #1BB397;
}
</style>