Shades of Medium Spring Green #08FFAA
Tints of Medium Spring Green #08FFAA
RGB
CMYK
RGB Variations
Color information
#08FFAA (or 0x08FFAA) is known color: Medium Spring Green. HEX triplet: 08, FF and AA. RGB value is (8,255,170). Sum of RGB (Red+Green+Blue) = 8+255+170=433 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.85% from 433); Green value is 255 (100% from 255 or 58.89% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 255 - color contains mainly: green. Hex color #08FFAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #08FFAA is #F70055. Grayscale: #ABABAB. Windows color (decimal): -16187478 or 11206408. OLE color: 11206408.
HSL color Cylindrical-coordinate representation of color #08FFAA: hue angle of 159.35º 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 #08FFAA is Cyan = 0.97, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 255 | 170 | - |
| CMYK | 0.97 | 0 | 0.33 | 0 |
| HSL | 159.35º | 1% | 0.52% | - |
| HSV(B) | 159.35º | 0.97% | 1% | - |
| XYZ | 43.12 | 74.47 | 50.13 | - |
| YUV | 171.46 | 127.17 | 11.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 255 | 170 | 0.97 | 0 | 0.33 | 0 | 159.35 | 1 | 0.52 |
| Hex | 8 | FF | AA | 61 | 0 | 21 | 0 | 9F | 64 | 34 |
| Octal | 10 | 377 | 252 | 141 | 0 | 41 | 0 | 237 | 144 | 64 |
| Binary | 1000 | 11111111 | 10101010 | 1100001 | 0 | 100001 | 0 | 10011111 | 1100100 | 110100 |
Color Harmonies of #08FFAA
Complementary color
Monochromatic Colors of #08FFAA
Black with #08FFAA
Text Example
Text Example
White with #08FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08FFAA; }
p { color: rgb(8,255,170); }
H1.HeaderClassName
{
color: #08FFAA;
}
.AnyTagClassName
{
color: #08FFAA;
}
</style>
background-color css
<style>
a { background-color: #08FFAA; }
a { background-color: rgb(8,255,170); }
div.DivClassName
{
background-color: #08FFAA;
}
.BgClassName
{
background-color: #08FFAA;
}
</style>
border-color css
<style>
span { border-color: #08FFAA; }
span { border-color: rgb(8,255,170); }
td.TdClassName
{
border-color: #08FFAA;
}
.TagClassName
{
border-color: #08FFAA;
}
</style>