Shades of Medium Spring Green #08FFAF
Tints of Medium Spring Green #08FFAF
RGB
CMYK
RGB Variations
Color information
#08FFAF (or 0x08FFAF) is known color: Medium Spring Green. HEX triplet: 08, FF and AF. RGB value is (8,255,175). Sum of RGB (Red+Green+Blue) = 8+255+175=438 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.83% from 438); Green value is 255 (100% from 255 or 58.22% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 255 - color contains mainly: green. Hex color #08FFAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #08FFAF is #F70050. Grayscale: #ACACAC. Windows color (decimal): -16187473 or 11534088. OLE color: 11534088.
HSL color Cylindrical-coordinate representation of color #08FFAF: hue angle of 160.57º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08FFAF is Cyan = 0.97, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 255 | 175 | - |
| CMYK | 0.97 | 0 | 0.31 | 0 |
| HSL | 160.57º | 1% | 0.52% | - |
| HSV(B) | 160.57º | 0.97% | 1% | - |
| XYZ | 43.6 | 74.67 | 52.67 | - |
| YUV | 172.03 | 129.67 | 11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 255 | 175 | 0.97 | 0 | 0.31 | 0 | 160.57 | 1 | 0.52 |
| Hex | 8 | FF | AF | 61 | 0 | 1F | 0 | A1 | 64 | 34 |
| Octal | 10 | 377 | 257 | 141 | 0 | 37 | 0 | 241 | 144 | 64 |
| Binary | 1000 | 11111111 | 10101111 | 1100001 | 0 | 11111 | 0 | 10100001 | 1100100 | 110100 |
Color Harmonies of #08FFAF
Complementary color
Monochromatic Colors of #08FFAF
Black with #08FFAF
Text Example
Text Example
White with #08FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08FFAF; }
p { color: rgb(8,255,175); }
H1.HeaderClassName
{
color: #08FFAF;
}
.AnyTagClassName
{
color: #08FFAF;
}
</style>
background-color css
<style>
a { background-color: #08FFAF; }
a { background-color: rgb(8,255,175); }
div.DivClassName
{
background-color: #08FFAF;
}
.BgClassName
{
background-color: #08FFAF;
}
</style>
border-color css
<style>
span { border-color: #08FFAF; }
span { border-color: rgb(8,255,175); }
td.TdClassName
{
border-color: #08FFAF;
}
.TagClassName
{
border-color: #08FFAF;
}
</style>