Shades of Medium Spring Green #03F2AC
Tints of Medium Spring Green #03F2AC
RGB
CMYK
RGB Variations
Color information
#03F2AC (or 0x03F2AC) is known color: Medium Spring Green. HEX triplet: 03, F2 and AC. RGB value is (3,242,172). Sum of RGB (Red+Green+Blue) = 3+242+172=417 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 417); Green value is 242 (94.92% from 255 or 58.03% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 242 - color contains mainly: green. Hex color #03F2AC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #03F2AC is #FC0D53. Grayscale: #A2A2A2. Windows color (decimal): -16518484 or 11334147. OLE color: 11334147.
HSL color Cylindrical-coordinate representation of color #03F2AC: hue angle of 162.43º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F2AC is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 242 | 172 | - |
| CMYK | 0.99 | 0 | 0.29 | 0.05 |
| HSL | 162.43º | 0.98% | 0.48% | - |
| HSV(B) | 162.43º | 0.99% | 0.95% | - |
| XYZ | 39.24 | 66.5 | 49.8 | - |
| YUV | 162.56 | 133.32 | 14.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 242 | 172 | 0.99 | 0 | 0.29 | 0.05 | 162.43 | 0.98 | 0.48 |
| Hex | 3 | F2 | AC | 63 | 0 | 1D | 5 | A2 | 62 | 30 |
| Octal | 3 | 362 | 254 | 143 | 0 | 35 | 5 | 242 | 142 | 60 |
| Binary | 11 | 11110010 | 10101100 | 1100011 | 0 | 11101 | 101 | 10100010 | 1100010 | 110000 |
Color Harmonies of #03F2AC
Complementary color
Monochromatic Colors of #03F2AC
Black with #03F2AC
Text Example
Text Example
White with #03F2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F2AC; }
p { color: rgb(3,242,172); }
H1.HeaderClassName
{
color: #03F2AC;
}
.AnyTagClassName
{
color: #03F2AC;
}
</style>
background-color css
<style>
a { background-color: #03F2AC; }
a { background-color: rgb(3,242,172); }
div.DivClassName
{
background-color: #03F2AC;
}
.BgClassName
{
background-color: #03F2AC;
}
</style>
border-color css
<style>
span { border-color: #03F2AC; }
span { border-color: rgb(3,242,172); }
td.TdClassName
{
border-color: #03F2AC;
}
.TagClassName
{
border-color: #03F2AC;
}
</style>