Shades of Medium Spring Green #05FCAC
Tints of Medium Spring Green #05FCAC
RGB
CMYK
RGB Variations
Color information
#05FCAC (or 0x05FCAC) is known color: Medium Spring Green. HEX triplet: 05, FC and AC. RGB value is (5,252,172). Sum of RGB (Red+Green+Blue) = 5+252+172=429 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.17% from 429); Green value is 252 (98.83% from 255 or 58.74% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 252 - color contains mainly: green. Hex color #05FCAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05FCAC is #FA0353. Grayscale: #A9A9A9. Windows color (decimal): -16384852 or 11336709. OLE color: 11336709.
HSL color Cylindrical-coordinate representation of color #05FCAC: hue angle of 160.57º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FCAC is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 252 | 172 | - |
| CMYK | 0.98 | 0 | 0.32 | 0.01 |
| HSL | 160.57º | 0.98% | 0.5% | - |
| HSV(B) | 160.57º | 0.98% | 0.99% | - |
| XYZ | 42.32 | 72.63 | 50.82 | - |
| YUV | 169.03 | 129.67 | 11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 252 | 172 | 0.98 | 0 | 0.32 | 0.01 | 160.57 | 0.98 | 0.5 |
| Hex | 5 | FC | AC | 62 | 0 | 20 | 1 | A1 | 62 | 32 |
| Octal | 5 | 374 | 254 | 142 | 0 | 40 | 1 | 241 | 142 | 62 |
| Binary | 101 | 11111100 | 10101100 | 1100010 | 0 | 100000 | 1 | 10100001 | 1100010 | 110010 |
Color Harmonies of #05FCAC
Complementary color
Monochromatic Colors of #05FCAC
Black with #05FCAC
Text Example
Text Example
White with #05FCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FCAC; }
p { color: rgb(5,252,172); }
H1.HeaderClassName
{
color: #05FCAC;
}
.AnyTagClassName
{
color: #05FCAC;
}
</style>
background-color css
<style>
a { background-color: #05FCAC; }
a { background-color: rgb(5,252,172); }
div.DivClassName
{
background-color: #05FCAC;
}
.BgClassName
{
background-color: #05FCAC;
}
</style>
border-color css
<style>
span { border-color: #05FCAC; }
span { border-color: rgb(5,252,172); }
td.TdClassName
{
border-color: #05FCAC;
}
.TagClassName
{
border-color: #05FCAC;
}
</style>