Shades of Mountain Meadow #1BBE98
Tints of Mountain Meadow #1BBE98
RGB
CMYK
RGB Variations
Color information
#1BBE98 (or 0x1BBE98) is known color: Mountain Meadow. HEX triplet: 1B, BE and 98. RGB value is (27,190,152). Sum of RGB (Red+Green+Blue) = 27+190+152=369 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.32% from 369); Green value is 190 (74.61% from 255 or 51.49% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 190 - color contains mainly: green. Hex color #1BBE98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BBE98 is #E44167. Grayscale: #888888. Windows color (decimal): -14958952 or 10010139. OLE color: 10010139.
HSL color Cylindrical-coordinate representation of color #1BBE98: hue angle of 166.01º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BBE98 is Cyan = 0.86, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 27 | 190 | 152 | - |
| CMYK | 0.86 | 0 | 0.2 | 0.25 |
| HSL | 166.01º | 0.75% | 0.43% | - |
| HSV(B) | 166.01º | 0.86% | 0.75% | - |
| XYZ | 24.53 | 39.33 | 36 | - |
| YUV | 136.93 | 136.5 | 49.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 190 | 152 | 0.86 | 0 | 0.2 | 0.25 | 166.01 | 0.75 | 0.43 |
| Hex | 1B | BE | 98 | 56 | 0 | 14 | 19 | A6 | 4B | 2B |
| Octal | 33 | 276 | 230 | 126 | 0 | 24 | 31 | 246 | 113 | 53 |
| Binary | 11011 | 10111110 | 10011000 | 1010110 | 0 | 10100 | 11001 | 10100110 | 1001011 | 101011 |
Color Harmonies of #1BBE98
Complementary color
Monochromatic Colors of #1BBE98
Black with #1BBE98
Text Example
Text Example
White with #1BBE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBE98; }
p { color: rgb(27,190,152); }
H1.HeaderClassName
{
color: #1BBE98;
}
.AnyTagClassName
{
color: #1BBE98;
}
</style>
background-color css
<style>
a { background-color: #1BBE98; }
a { background-color: rgb(27,190,152); }
div.DivClassName
{
background-color: #1BBE98;
}
.BgClassName
{
background-color: #1BBE98;
}
</style>
border-color css
<style>
span { border-color: #1BBE98; }
span { border-color: rgb(27,190,152); }
td.TdClassName
{
border-color: #1BBE98;
}
.TagClassName
{
border-color: #1BBE98;
}
</style>