Shades of Medium Spring Green #08FFBF
Tints of Medium Spring Green #08FFBF
RGB
CMYK
RGB Variations
Color information
#08FFBF (or 0x08FFBF) is known color: Medium Spring Green. HEX triplet: 08, FF and BF. RGB value is (8,255,191). Sum of RGB (Red+Green+Blue) = 8+255+191=454 (60% of max value = 765). Red value is 8 (3.52% from 255 or 1.76% from 454); Green value is 255 (100% from 255 or 56.17% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 255 - color contains mainly: green. Hex color #08FFBF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08FFBF is #F70040. Grayscale: #ADADAD. Windows color (decimal): -16187457 or 12582664. OLE color: 12582664.
HSL color Cylindrical-coordinate representation of color #08FFBF: hue angle of 164.45º 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 #08FFBF is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 255 | 191 | - |
| CMYK | 0.97 | 0 | 0.25 | 0 |
| HSL | 164.45º | 1% | 0.52% | - |
| HSV(B) | 164.45º | 0.97% | 1% | - |
| XYZ | 45.26 | 75.33 | 61.45 | - |
| YUV | 173.85 | 137.67 | 9.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 255 | 191 | 0.97 | 0 | 0.25 | 0 | 164.45 | 1 | 0.52 |
| Hex | 8 | FF | BF | 61 | 0 | 19 | 0 | A4 | 64 | 34 |
| Octal | 10 | 377 | 277 | 141 | 0 | 31 | 0 | 244 | 144 | 64 |
| Binary | 1000 | 11111111 | 10111111 | 1100001 | 0 | 11001 | 0 | 10100100 | 1100100 | 110100 |
Color Harmonies of #08FFBF
Complementary color
Monochromatic Colors of #08FFBF
Black with #08FFBF
Text Example
Text Example
White with #08FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08FFBF; }
p { color: rgb(8,255,191); }
H1.HeaderClassName
{
color: #08FFBF;
}
.AnyTagClassName
{
color: #08FFBF;
}
</style>
background-color css
<style>
a { background-color: #08FFBF; }
a { background-color: rgb(8,255,191); }
div.DivClassName
{
background-color: #08FFBF;
}
.BgClassName
{
background-color: #08FFBF;
}
</style>
border-color css
<style>
span { border-color: #08FFBF; }
span { border-color: rgb(8,255,191); }
td.TdClassName
{
border-color: #08FFBF;
}
.TagClassName
{
border-color: #08FFBF;
}
</style>