Shades of Medium Spring Green #03FCBA
Tints of Medium Spring Green #03FCBA
RGB
CMYK
RGB Variations
Color information
#03FCBA (or 0x03FCBA) is known color: Medium Spring Green. HEX triplet: 03, FC and BA. RGB value is (3,252,186). Sum of RGB (Red+Green+Blue) = 3+252+186=441 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 441); Green value is 252 (98.83% from 255 or 57.14% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 252 - color contains mainly: green. Hex color #03FCBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03FCBA is #FC0345. Grayscale: #AAAAAA. Windows color (decimal): -16515910 or 12254211. OLE color: 12254211.
HSL color Cylindrical-coordinate representation of color #03FCBA: hue angle of 164.1º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FCBA is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 252 | 186 | - |
| CMYK | 0.99 | 0 | 0.26 | 0.01 |
| HSL | 164.1º | 0.98% | 0.5% | - |
| HSV(B) | 164.1º | 0.99% | 0.99% | - |
| XYZ | 43.71 | 73.19 | 58.28 | - |
| YUV | 170.03 | 137.01 | 8.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 252 | 186 | 0.99 | 0 | 0.26 | 0.01 | 164.1 | 0.98 | 0.5 |
| Hex | 3 | FC | BA | 63 | 0 | 1A | 1 | A4 | 62 | 32 |
| Octal | 3 | 374 | 272 | 143 | 0 | 32 | 1 | 244 | 142 | 62 |
| Binary | 11 | 11111100 | 10111010 | 1100011 | 0 | 11010 | 1 | 10100100 | 1100010 | 110010 |
Color Harmonies of #03FCBA
Complementary color
Monochromatic Colors of #03FCBA
Black with #03FCBA
Text Example
Text Example
White with #03FCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FCBA; }
p { color: rgb(3,252,186); }
H1.HeaderClassName
{
color: #03FCBA;
}
.AnyTagClassName
{
color: #03FCBA;
}
</style>
background-color css
<style>
a { background-color: #03FCBA; }
a { background-color: rgb(3,252,186); }
div.DivClassName
{
background-color: #03FCBA;
}
.BgClassName
{
background-color: #03FCBA;
}
</style>
border-color css
<style>
span { border-color: #03FCBA; }
span { border-color: rgb(3,252,186); }
td.TdClassName
{
border-color: #03FCBA;
}
.TagClassName
{
border-color: #03FCBA;
}
</style>