Shades of Medium Spring Green #03F5BA
Tints of Medium Spring Green #03F5BA
RGB
CMYK
RGB Variations
Color information
#03F5BA (or 0x03F5BA) is known color: Medium Spring Green. HEX triplet: 03, F5 and BA. RGB value is (3,245,186). Sum of RGB (Red+Green+Blue) = 3+245+186=434 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.69% from 434); Green value is 245 (96.09% from 255 or 56.45% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 245 - color contains mainly: green. Hex color #03F5BA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03F5BA is #FC0A45. Grayscale: #A5A5A5. Windows color (decimal): -16517702 or 12252419. OLE color: 12252419.
HSL color Cylindrical-coordinate representation of color #03F5BA: hue angle of 165.37º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F5BA is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 245 | 186 | - |
| CMYK | 0.99 | 0 | 0.24 | 0.04 |
| HSL | 165.37º | 0.98% | 0.49% | - |
| HSV(B) | 165.37º | 0.99% | 0.96% | - |
| XYZ | 41.55 | 68.87 | 57.56 | - |
| YUV | 165.92 | 139.33 | 11.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 245 | 186 | 0.99 | 0 | 0.24 | 0.04 | 165.37 | 0.98 | 0.49 |
| Hex | 3 | F5 | BA | 63 | 0 | 18 | 4 | A5 | 62 | 31 |
| Octal | 3 | 365 | 272 | 143 | 0 | 30 | 4 | 245 | 142 | 61 |
| Binary | 11 | 11110101 | 10111010 | 1100011 | 0 | 11000 | 100 | 10100101 | 1100010 | 110001 |
Color Harmonies of #03F5BA
Complementary color
Monochromatic Colors of #03F5BA
Black with #03F5BA
Text Example
Text Example
White with #03F5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F5BA; }
p { color: rgb(3,245,186); }
H1.HeaderClassName
{
color: #03F5BA;
}
.AnyTagClassName
{
color: #03F5BA;
}
</style>
background-color css
<style>
a { background-color: #03F5BA; }
a { background-color: rgb(3,245,186); }
div.DivClassName
{
background-color: #03F5BA;
}
.BgClassName
{
background-color: #03F5BA;
}
</style>
border-color css
<style>
span { border-color: #03F5BA; }
span { border-color: rgb(3,245,186); }
td.TdClassName
{
border-color: #03F5BA;
}
.TagClassName
{
border-color: #03F5BA;
}
</style>