Shades of Mountain Meadow #28BB88
Tints of Mountain Meadow #28BB88
RGB
CMYK
RGB Variations
Color information
#28BB88 (or 0x28BB88) is known color: Mountain Meadow. HEX triplet: 28, BB and 88. RGB value is (40,187,136). Sum of RGB (Red+Green+Blue) = 40+187+136=363 (48% of max value = 765). Red value is 40 (16.02% from 255 or 11.02% from 363); Green value is 187 (73.44% from 255 or 51.52% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 187 - color contains mainly: green. Hex color #28BB88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BB88 is #D74477. Grayscale: #898989. Windows color (decimal): -14107768 or 8960808. OLE color: 8960808.
HSL color Cylindrical-coordinate representation of color #28BB88: hue angle of 159.18º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BB88 is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 187 | 136 | - |
| CMYK | 0.79 | 0 | 0.27 | 0.27 |
| HSL | 159.18º | 0.65% | 0.45% | - |
| HSV(B) | 159.18º | 0.79% | 0.73% | - |
| XYZ | 23.09 | 37.77 | 29.37 | - |
| YUV | 137.23 | 127.3 | 58.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 187 | 136 | 0.79 | 0 | 0.27 | 0.27 | 159.18 | 0.65 | 0.45 |
| Hex | 28 | BB | 88 | 4F | 0 | 1B | 1B | 9F | 41 | 2D |
| Octal | 50 | 273 | 210 | 117 | 0 | 33 | 33 | 237 | 101 | 55 |
| Binary | 101000 | 10111011 | 10001000 | 1001111 | 0 | 11011 | 11011 | 10011111 | 1000001 | 101101 |
Color Harmonies of #28BB88
Complementary color
Monochromatic Colors of #28BB88
Black with #28BB88
Text Example
Text Example
White with #28BB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BB88; }
p { color: rgb(40,187,136); }
H1.HeaderClassName
{
color: #28BB88;
}
.AnyTagClassName
{
color: #28BB88;
}
</style>
background-color css
<style>
a { background-color: #28BB88; }
a { background-color: rgb(40,187,136); }
div.DivClassName
{
background-color: #28BB88;
}
.BgClassName
{
background-color: #28BB88;
}
</style>
border-color css
<style>
span { border-color: #28BB88; }
span { border-color: rgb(40,187,136); }
td.TdClassName
{
border-color: #28BB88;
}
.TagClassName
{
border-color: #28BB88;
}
</style>