Shades of Mountain Meadow #1BC688
Tints of Mountain Meadow #1BC688
RGB
CMYK
RGB Variations
Color information
#1BC688 (or 0x1BC688) is known color: Mountain Meadow. HEX triplet: 1B, C6 and 88. RGB value is (27,198,136). Sum of RGB (Red+Green+Blue) = 27+198+136=361 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.48% from 361); Green value is 198 (77.73% from 255 or 54.85% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 198 - color contains mainly: green. Hex color #1BC688 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BC688 is #E43977. Grayscale: #8B8B8B. Windows color (decimal): -14956920 or 8963611. OLE color: 8963611.
HSL color Cylindrical-coordinate representation of color #1BC688: hue angle of 158.25º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC688 is Cyan = 0.86, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 27 | 198 | 136 | - |
| CMYK | 0.86 | 0 | 0.31 | 0.22 |
| HSL | 158.25º | 0.76% | 0.44% | - |
| HSV(B) | 158.25º | 0.86% | 0.78% | - |
| XYZ | 25.09 | 42.4 | 30.15 | - |
| YUV | 139.8 | 125.85 | 47.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 198 | 136 | 0.86 | 0 | 0.31 | 0.22 | 158.25 | 0.76 | 0.44 |
| Hex | 1B | C6 | 88 | 56 | 0 | 1F | 16 | 9E | 4C | 2C |
| Octal | 33 | 306 | 210 | 126 | 0 | 37 | 26 | 236 | 114 | 54 |
| Binary | 11011 | 11000110 | 10001000 | 1010110 | 0 | 11111 | 10110 | 10011110 | 1001100 | 101100 |
Color Harmonies of #1BC688
Complementary color
Monochromatic Colors of #1BC688
Black with #1BC688
Text Example
Text Example
White with #1BC688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC688; }
p { color: rgb(27,198,136); }
H1.HeaderClassName
{
color: #1BC688;
}
.AnyTagClassName
{
color: #1BC688;
}
</style>
background-color css
<style>
a { background-color: #1BC688; }
a { background-color: rgb(27,198,136); }
div.DivClassName
{
background-color: #1BC688;
}
.BgClassName
{
background-color: #1BC688;
}
</style>
border-color css
<style>
span { border-color: #1BC688; }
span { border-color: rgb(27,198,136); }
td.TdClassName
{
border-color: #1BC688;
}
.TagClassName
{
border-color: #1BC688;
}
</style>