Shades of Mountain Meadow #1BBE9A
Tints of Mountain Meadow #1BBE9A
RGB
CMYK
RGB Variations
Color information
#1BBE9A (or 0x1BBE9A) is known color: Mountain Meadow. HEX triplet: 1B, BE and 9A. RGB value is (27,190,154). Sum of RGB (Red+Green+Blue) = 27+190+154=371 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.28% from 371); Green value is 190 (74.61% from 255 or 51.21% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 190 - color contains mainly: green. Hex color #1BBE9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BBE9A is #E44165. Grayscale: #898989. Windows color (decimal): -14958950 or 10141211. OLE color: 10141211.
HSL color Cylindrical-coordinate representation of color #1BBE9A: hue angle of 166.75º 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 #1BBE9A is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 27 | 190 | 154 | - |
| CMYK | 0.86 | 0 | 0.19 | 0.25 |
| HSL | 166.75º | 0.75% | 0.43% | - |
| HSV(B) | 166.75º | 0.86% | 0.75% | - |
| XYZ | 24.7 | 39.39 | 36.87 | - |
| YUV | 137.16 | 137.5 | 49.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 190 | 154 | 0.86 | 0 | 0.19 | 0.25 | 166.75 | 0.75 | 0.43 |
| Hex | 1B | BE | 9A | 56 | 0 | 13 | 19 | A7 | 4B | 2B |
| Octal | 33 | 276 | 232 | 126 | 0 | 23 | 31 | 247 | 113 | 53 |
| Binary | 11011 | 10111110 | 10011010 | 1010110 | 0 | 10011 | 11001 | 10100111 | 1001011 | 101011 |
Color Harmonies of #1BBE9A
Complementary color
Monochromatic Colors of #1BBE9A
Black with #1BBE9A
Text Example
Text Example
White with #1BBE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBE9A; }
p { color: rgb(27,190,154); }
H1.HeaderClassName
{
color: #1BBE9A;
}
.AnyTagClassName
{
color: #1BBE9A;
}
</style>
background-color css
<style>
a { background-color: #1BBE9A; }
a { background-color: rgb(27,190,154); }
div.DivClassName
{
background-color: #1BBE9A;
}
.BgClassName
{
background-color: #1BBE9A;
}
</style>
border-color css
<style>
span { border-color: #1BBE9A; }
span { border-color: rgb(27,190,154); }
td.TdClassName
{
border-color: #1BBE9A;
}
.TagClassName
{
border-color: #1BBE9A;
}
</style>