Shades of Mountain Meadow #12BE8F
Tints of Mountain Meadow #12BE8F
RGB
CMYK
RGB Variations
Color information
#12BE8F (or 0x12BE8F) is known color: Mountain Meadow. HEX triplet: 12, BE and 8F. RGB value is (18,190,143). Sum of RGB (Red+Green+Blue) = 18+190+143=351 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.13% from 351); Green value is 190 (74.61% from 255 or 54.13% from 351); Blue value is 143 (56.25% from 255 or 40.74% from 351); Max value from RGB is 190 - color contains mainly: green. Hex color #12BE8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BE8F is #ED4170. Grayscale: #858585. Windows color (decimal): -15548785 or 9420306. OLE color: 9420306.
HSL color Cylindrical-coordinate representation of color #12BE8F: hue angle of 163.6º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BE8F is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 190 | 143 | - |
| CMYK | 0.91 | 0 | 0.25 | 0.25 |
| HSL | 163.6º | 0.83% | 0.41% | - |
| HSV(B) | 163.6º | 0.91% | 0.75% | - |
| XYZ | 23.62 | 38.94 | 32.26 | - |
| YUV | 133.21 | 133.52 | 45.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 190 | 143 | 0.91 | 0 | 0.25 | 0.25 | 163.6 | 0.83 | 0.41 |
| Hex | 12 | BE | 8F | 5B | 0 | 19 | 19 | A4 | 53 | 29 |
| Octal | 22 | 276 | 217 | 133 | 0 | 31 | 31 | 244 | 123 | 51 |
| Binary | 10010 | 10111110 | 10001111 | 1011011 | 0 | 11001 | 11001 | 10100100 | 1010011 | 101001 |
Color Harmonies of #12BE8F
Complementary color
Monochromatic Colors of #12BE8F
Black with #12BE8F
Text Example
Text Example
White with #12BE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BE8F; }
p { color: rgb(18,190,143); }
H1.HeaderClassName
{
color: #12BE8F;
}
.AnyTagClassName
{
color: #12BE8F;
}
</style>
background-color css
<style>
a { background-color: #12BE8F; }
a { background-color: rgb(18,190,143); }
div.DivClassName
{
background-color: #12BE8F;
}
.BgClassName
{
background-color: #12BE8F;
}
</style>
border-color css
<style>
span { border-color: #12BE8F; }
span { border-color: rgb(18,190,143); }
td.TdClassName
{
border-color: #12BE8F;
}
.TagClassName
{
border-color: #12BE8F;
}
</style>