Shades of Mountain Meadow #28BC8C
Tints of Mountain Meadow #28BC8C
RGB
CMYK
RGB Variations
Color information
#28BC8C (or 0x28BC8C) is known color: Mountain Meadow. HEX triplet: 28, BC and 8C. RGB value is (40,188,140). Sum of RGB (Red+Green+Blue) = 40+188+140=368 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.87% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #28BC8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BC8C is #D74373. Grayscale: #8A8A8A. Windows color (decimal): -14107508 or 9223208. OLE color: 9223208.
HSL color Cylindrical-coordinate representation of color #28BC8C: hue angle of 160.54º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BC8C is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 188 | 140 | - |
| CMYK | 0.79 | 0 | 0.26 | 0.26 |
| HSL | 160.54º | 0.65% | 0.45% | - |
| HSV(B) | 160.54º | 0.79% | 0.74% | - |
| XYZ | 23.59 | 38.31 | 30.96 | - |
| YUV | 138.28 | 128.97 | 57.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 188 | 140 | 0.79 | 0 | 0.26 | 0.26 | 160.54 | 0.65 | 0.45 |
| Hex | 28 | BC | 8C | 4F | 0 | 1A | 1A | A1 | 41 | 2D |
| Octal | 50 | 274 | 214 | 117 | 0 | 32 | 32 | 241 | 101 | 55 |
| Binary | 101000 | 10111100 | 10001100 | 1001111 | 0 | 11010 | 11010 | 10100001 | 1000001 | 101101 |
Color Harmonies of #28BC8C
Complementary color
Monochromatic Colors of #28BC8C
Black with #28BC8C
Text Example
Text Example
White with #28BC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BC8C; }
p { color: rgb(40,188,140); }
H1.HeaderClassName
{
color: #28BC8C;
}
.AnyTagClassName
{
color: #28BC8C;
}
</style>
background-color css
<style>
a { background-color: #28BC8C; }
a { background-color: rgb(40,188,140); }
div.DivClassName
{
background-color: #28BC8C;
}
.BgClassName
{
background-color: #28BC8C;
}
</style>
border-color css
<style>
span { border-color: #28BC8C; }
span { border-color: rgb(40,188,140); }
td.TdClassName
{
border-color: #28BC8C;
}
.TagClassName
{
border-color: #28BC8C;
}
</style>