Shades of Medium Spring Green #04FFBA
Tints of Medium Spring Green #04FFBA
RGB
CMYK
RGB Variations
Color information
#04FFBA (or 0x04FFBA) is known color: Medium Spring Green. HEX triplet: 04, FF and BA. RGB value is (4,255,186). Sum of RGB (Red+Green+Blue) = 4+255+186=445 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 445); Green value is 255 (100% from 255 or 57.30% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 255 - color contains mainly: green. Hex color #04FFBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FFBA is #FB0045. Grayscale: #ACACAC. Windows color (decimal): -16449606 or 12254980. OLE color: 12254980.
HSL color Cylindrical-coordinate representation of color #04FFBA: hue angle of 163.51º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FFBA is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 255 | 186 | - |
| CMYK | 0.98 | 0 | 0.27 | 0 |
| HSL | 163.51º | 1% | 0.51% | - |
| HSV(B) | 163.51º | 0.98% | 1% | - |
| XYZ | 44.67 | 75.09 | 58.59 | - |
| YUV | 172.09 | 135.84 | 8.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 255 | 186 | 0.98 | 0 | 0.27 | 0 | 163.51 | 1 | 0.51 |
| Hex | 4 | FF | BA | 62 | 0 | 1B | 0 | A4 | 64 | 33 |
| Octal | 4 | 377 | 272 | 142 | 0 | 33 | 0 | 244 | 144 | 63 |
| Binary | 100 | 11111111 | 10111010 | 1100010 | 0 | 11011 | 0 | 10100100 | 1100100 | 110011 |
Color Harmonies of #04FFBA
Complementary color
Monochromatic Colors of #04FFBA
Black with #04FFBA
Text Example
Text Example
White with #04FFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FFBA; }
p { color: rgb(4,255,186); }
H1.HeaderClassName
{
color: #04FFBA;
}
.AnyTagClassName
{
color: #04FFBA;
}
</style>
background-color css
<style>
a { background-color: #04FFBA; }
a { background-color: rgb(4,255,186); }
div.DivClassName
{
background-color: #04FFBA;
}
.BgClassName
{
background-color: #04FFBA;
}
</style>
border-color css
<style>
span { border-color: #04FFBA; }
span { border-color: rgb(4,255,186); }
td.TdClassName
{
border-color: #04FFBA;
}
.TagClassName
{
border-color: #04FFBA;
}
</style>