Shades of Medium Spring Green #06FFAF
Tints of Medium Spring Green #06FFAF
RGB
CMYK
RGB Variations
Color information
#06FFAF (or 0x06FFAF) is known color: Medium Spring Green. HEX triplet: 06, FF and AF. RGB value is (6,255,175). Sum of RGB (Red+Green+Blue) = 6+255+175=436 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.38% from 436); Green value is 255 (100% from 255 or 58.49% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 255 - color contains mainly: green. Hex color #06FFAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #06FFAF is #F90050. Grayscale: #ABABAB. Windows color (decimal): -16318545 or 11534086. OLE color: 11534086.
HSL color Cylindrical-coordinate representation of color #06FFAF: hue angle of 160.72º 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 #06FFAF is Cyan = 0.98, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 255 | 175 | - |
| CMYK | 0.98 | 0 | 0.31 | 0 |
| HSL | 160.72º | 1% | 0.51% | - |
| HSV(B) | 160.72º | 0.98% | 1% | - |
| XYZ | 43.57 | 74.65 | 52.67 | - |
| YUV | 171.43 | 130.01 | 10 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 255 | 175 | 0.98 | 0 | 0.31 | 0 | 160.72 | 1 | 0.51 |
| Hex | 6 | FF | AF | 62 | 0 | 1F | 0 | A1 | 64 | 33 |
| Octal | 6 | 377 | 257 | 142 | 0 | 37 | 0 | 241 | 144 | 63 |
| Binary | 110 | 11111111 | 10101111 | 1100010 | 0 | 11111 | 0 | 10100001 | 1100100 | 110011 |
Color Harmonies of #06FFAF
Complementary color
Monochromatic Colors of #06FFAF
Black with #06FFAF
Text Example
Text Example
White with #06FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FFAF; }
p { color: rgb(6,255,175); }
H1.HeaderClassName
{
color: #06FFAF;
}
.AnyTagClassName
{
color: #06FFAF;
}
</style>
background-color css
<style>
a { background-color: #06FFAF; }
a { background-color: rgb(6,255,175); }
div.DivClassName
{
background-color: #06FFAF;
}
.BgClassName
{
background-color: #06FFAF;
}
</style>
border-color css
<style>
span { border-color: #06FFAF; }
span { border-color: rgb(6,255,175); }
td.TdClassName
{
border-color: #06FFAF;
}
.TagClassName
{
border-color: #06FFAF;
}
</style>