Shades of Mountain Meadow #12BB8C
Tints of Mountain Meadow #12BB8C
RGB
CMYK
RGB Variations
Color information
#12BB8C (or 0x12BB8C) is known color: Mountain Meadow. HEX triplet: 12, BB and 8C. RGB value is (18,187,140). Sum of RGB (Red+Green+Blue) = 18+187+140=345 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.22% from 345); Green value is 187 (73.44% from 255 or 54.20% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 187 - color contains mainly: green. Hex color #12BB8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BB8C is #ED4473. Grayscale: #838383. Windows color (decimal): -15549556 or 9222930. OLE color: 9222930.
HSL color Cylindrical-coordinate representation of color #12BB8C: hue angle of 163.31º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BB8C is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 187 | 140 | - |
| CMYK | 0.90 | 0 | 0.25 | 0.27 |
| HSL | 163.31º | 0.82% | 0.4% | - |
| HSV(B) | 163.31º | 0.9% | 0.73% | - |
| XYZ | 22.75 | 37.56 | 30.86 | - |
| YUV | 131.11 | 133.01 | 47.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 187 | 140 | 0.90 | 0 | 0.25 | 0.27 | 163.31 | 0.82 | 0.4 |
| Hex | 12 | BB | 8C | 5A | 0 | 19 | 1B | A3 | 52 | 28 |
| Octal | 22 | 273 | 214 | 132 | 0 | 31 | 33 | 243 | 122 | 50 |
| Binary | 10010 | 10111011 | 10001100 | 1011010 | 0 | 11001 | 11011 | 10100011 | 1010010 | 101000 |
Color Harmonies of #12BB8C
Complementary color
Monochromatic Colors of #12BB8C
Black with #12BB8C
Text Example
Text Example
White with #12BB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BB8C; }
p { color: rgb(18,187,140); }
H1.HeaderClassName
{
color: #12BB8C;
}
.AnyTagClassName
{
color: #12BB8C;
}
</style>
background-color css
<style>
a { background-color: #12BB8C; }
a { background-color: rgb(18,187,140); }
div.DivClassName
{
background-color: #12BB8C;
}
.BgClassName
{
background-color: #12BB8C;
}
</style>
border-color css
<style>
span { border-color: #12BB8C; }
span { border-color: rgb(18,187,140); }
td.TdClassName
{
border-color: #12BB8C;
}
.TagClassName
{
border-color: #12BB8C;
}
</style>