Shades of Mountain Meadow #27BC8C
Tints of Mountain Meadow #27BC8C
RGB
CMYK
RGB Variations
Color information
#27BC8C (or 0x27BC8C) is known color: Mountain Meadow. HEX triplet: 27, BC and 8C. RGB value is (39,188,140). Sum of RGB (Red+Green+Blue) = 39+188+140=367 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.63% from 367); Green value is 188 (73.83% from 255 or 51.23% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 188 - color contains mainly: green. Hex color #27BC8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27BC8C is #D84373. Grayscale: #8A8A8A. Windows color (decimal): -14173044 or 9223207. OLE color: 9223207.
HSL color Cylindrical-coordinate representation of color #27BC8C: hue angle of 160.67º degrees, saturation: 0.66, 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 #27BC8C is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 188 | 140 | - |
| CMYK | 0.79 | 0 | 0.26 | 0.26 |
| HSL | 160.67º | 0.66% | 0.45% | - |
| HSV(B) | 160.67º | 0.79% | 0.74% | - |
| XYZ | 23.55 | 38.29 | 30.96 | - |
| YUV | 137.98 | 129.14 | 57.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 188 | 140 | 0.79 | 0 | 0.26 | 0.26 | 160.67 | 0.66 | 0.45 |
| Hex | 27 | BC | 8C | 4F | 0 | 1A | 1A | A1 | 42 | 2D |
| Octal | 47 | 274 | 214 | 117 | 0 | 32 | 32 | 241 | 102 | 55 |
| Binary | 100111 | 10111100 | 10001100 | 1001111 | 0 | 11010 | 11010 | 10100001 | 1000010 | 101101 |
Color Harmonies of #27BC8C
Complementary color
Monochromatic Colors of #27BC8C
Black with #27BC8C
Text Example
Text Example
White with #27BC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BC8C; }
p { color: rgb(39,188,140); }
H1.HeaderClassName
{
color: #27BC8C;
}
.AnyTagClassName
{
color: #27BC8C;
}
</style>
background-color css
<style>
a { background-color: #27BC8C; }
a { background-color: rgb(39,188,140); }
div.DivClassName
{
background-color: #27BC8C;
}
.BgClassName
{
background-color: #27BC8C;
}
</style>
border-color css
<style>
span { border-color: #27BC8C; }
span { border-color: rgb(39,188,140); }
td.TdClassName
{
border-color: #27BC8C;
}
.TagClassName
{
border-color: #27BC8C;
}
</style>