Shades of Medium Spring Green #08FFBC
Tints of Medium Spring Green #08FFBC
RGB
CMYK
RGB Variations
Color information
#08FFBC (or 0x08FFBC) is known color: Medium Spring Green. HEX triplet: 08, FF and BC. RGB value is (8,255,188). Sum of RGB (Red+Green+Blue) = 8+255+188=451 (59% of max value = 765). Red value is 8 (3.52% from 255 or 1.77% from 451); Green value is 255 (100% from 255 or 56.54% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 255 - color contains mainly: green. Hex color #08FFBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08FFBC is #F70043. Grayscale: #ADADAD. Windows color (decimal): -16187460 or 12386056. OLE color: 12386056.
HSL color Cylindrical-coordinate representation of color #08FFBC: hue angle of 163.72º 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 #08FFBC is Cyan = 0.97, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 255 | 188 | - |
| CMYK | 0.97 | 0 | 0.26 | 0 |
| HSL | 163.72º | 1% | 0.52% | - |
| HSV(B) | 163.72º | 0.97% | 1% | - |
| XYZ | 44.94 | 75.2 | 59.72 | - |
| YUV | 173.51 | 136.17 | 9.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 255 | 188 | 0.97 | 0 | 0.26 | 0 | 163.72 | 1 | 0.52 |
| Hex | 8 | FF | BC | 61 | 0 | 1A | 0 | A4 | 64 | 34 |
| Octal | 10 | 377 | 274 | 141 | 0 | 32 | 0 | 244 | 144 | 64 |
| Binary | 1000 | 11111111 | 10111100 | 1100001 | 0 | 11010 | 0 | 10100100 | 1100100 | 110100 |
Color Harmonies of #08FFBC
Complementary color
Monochromatic Colors of #08FFBC
Black with #08FFBC
Text Example
Text Example
White with #08FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08FFBC; }
p { color: rgb(8,255,188); }
H1.HeaderClassName
{
color: #08FFBC;
}
.AnyTagClassName
{
color: #08FFBC;
}
</style>
background-color css
<style>
a { background-color: #08FFBC; }
a { background-color: rgb(8,255,188); }
div.DivClassName
{
background-color: #08FFBC;
}
.BgClassName
{
background-color: #08FFBC;
}
</style>
border-color css
<style>
span { border-color: #08FFBC; }
span { border-color: rgb(8,255,188); }
td.TdClassName
{
border-color: #08FFBC;
}
.TagClassName
{
border-color: #08FFBC;
}
</style>