Shades of Mountain Meadow #03BA88
Tints of Mountain Meadow #03BA88
RGB
CMYK
RGB Variations
Color information
#03BA88 (or 0x03BA88) is known color: Mountain Meadow. HEX triplet: 03, BA and 88. RGB value is (3,186,136). Sum of RGB (Red+Green+Blue) = 3+186+136=325 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 325); Green value is 186 (73.05% from 255 or 57.23% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BA88 is #FC4577. Grayscale: #7D7D7D. Windows color (decimal): -16532856 or 8960515. OLE color: 8960515.
HSL color Cylindrical-coordinate representation of color #03BA88: hue angle of 163.61º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BA88 is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 186 | 136 | - |
| CMYK | 0.98 | 0 | 0.27 | 0.27 |
| HSL | 163.61º | 0.97% | 0.37% | - |
| HSV(B) | 163.61º | 0.98% | 0.73% | - |
| XYZ | 22.04 | 36.91 | 29.26 | - |
| YUV | 125.58 | 133.87 | 40.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 186 | 136 | 0.98 | 0 | 0.27 | 0.27 | 163.61 | 0.97 | 0.37 |
| Hex | 3 | BA | 88 | 62 | 0 | 1B | 1B | A4 | 61 | 25 |
| Octal | 3 | 272 | 210 | 142 | 0 | 33 | 33 | 244 | 141 | 45 |
| Binary | 11 | 10111010 | 10001000 | 1100010 | 0 | 11011 | 11011 | 10100100 | 1100001 | 100101 |
Color Harmonies of #03BA88
Complementary color
Monochromatic Colors of #03BA88
Black with #03BA88
Text Example
Text Example
White with #03BA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BA88; }
p { color: rgb(3,186,136); }
H1.HeaderClassName
{
color: #03BA88;
}
.AnyTagClassName
{
color: #03BA88;
}
</style>
background-color css
<style>
a { background-color: #03BA88; }
a { background-color: rgb(3,186,136); }
div.DivClassName
{
background-color: #03BA88;
}
.BgClassName
{
background-color: #03BA88;
}
</style>
border-color css
<style>
span { border-color: #03BA88; }
span { border-color: rgb(3,186,136); }
td.TdClassName
{
border-color: #03BA88;
}
.TagClassName
{
border-color: #03BA88;
}
</style>