Shades of Mountain Meadow #12B394
Tints of Mountain Meadow #12B394
RGB
CMYK
RGB Variations
Color information
#12B394 (or 0x12B394) is known color: Mountain Meadow. HEX triplet: 12, B3 and 94. RGB value is (18,179,148). Sum of RGB (Red+Green+Blue) = 18+179+148=345 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.22% from 345); Green value is 179 (70.31% from 255 or 51.88% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 179 - color contains mainly: green. Hex color #12B394 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B394 is #ED4C6B. Grayscale: #7F7F7F. Windows color (decimal): -15551596 or 9745170. OLE color: 9745170.
HSL color Cylindrical-coordinate representation of color #12B394: hue angle of 168.45º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B394 is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 179 | 148 | - |
| CMYK | 0.90 | 0 | 0.17 | 0.30 |
| HSL | 168.45º | 0.82% | 0.39% | - |
| HSV(B) | 168.45º | 0.9% | 0.7% | - |
| XYZ | 21.71 | 34.51 | 33.53 | - |
| YUV | 127.33 | 139.66 | 50.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 179 | 148 | 0.90 | 0 | 0.17 | 0.30 | 168.45 | 0.82 | 0.39 |
| Hex | 12 | B3 | 94 | 5A | 0 | 11 | 1E | A8 | 52 | 27 |
| Octal | 22 | 263 | 224 | 132 | 0 | 21 | 36 | 250 | 122 | 47 |
| Binary | 10010 | 10110011 | 10010100 | 1011010 | 0 | 10001 | 11110 | 10101000 | 1010010 | 100111 |
Color Harmonies of #12B394
Complementary color
Monochromatic Colors of #12B394
Black with #12B394
Text Example
Text Example
White with #12B394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B394; }
p { color: rgb(18,179,148); }
H1.HeaderClassName
{
color: #12B394;
}
.AnyTagClassName
{
color: #12B394;
}
</style>
background-color css
<style>
a { background-color: #12B394; }
a { background-color: rgb(18,179,148); }
div.DivClassName
{
background-color: #12B394;
}
.BgClassName
{
background-color: #12B394;
}
</style>
border-color css
<style>
span { border-color: #12B394; }
span { border-color: rgb(18,179,148); }
td.TdClassName
{
border-color: #12B394;
}
.TagClassName
{
border-color: #12B394;
}
</style>