Shades of Medium Spring Green #08FFC0
Tints of Medium Spring Green #08FFC0
RGB
CMYK
RGB Variations
Color information
#08FFC0 (or 0x08FFC0) is known color: Medium Spring Green. HEX triplet: 08, FF and C0. RGB value is (8,255,192). Sum of RGB (Red+Green+Blue) = 8+255+192=455 (60% of max value = 765). Red value is 8 (3.52% from 255 or 1.76% from 455); Green value is 255 (100% from 255 or 56.04% from 455); Blue value is 192 (75.39% from 255 or 42.20% from 455); Max value from RGB is 255 - color contains mainly: green. Hex color #08FFC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08FFC0 is #F7003F. Grayscale: #ADADAD. Windows color (decimal): -16187456 or 12648200. OLE color: 12648200.
HSL color Cylindrical-coordinate representation of color #08FFC0: hue angle of 164.7º 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 #08FFC0 is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 255 | 192 | - |
| CMYK | 0.97 | 0 | 0.25 | 0 |
| HSL | 164.7º | 1% | 0.52% | - |
| HSV(B) | 164.7º | 0.97% | 1% | - |
| XYZ | 45.37 | 75.38 | 62.03 | - |
| YUV | 173.97 | 138.17 | 9.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 255 | 192 | 0.97 | 0 | 0.25 | 0 | 164.7 | 1 | 0.52 |
| Hex | 8 | FF | C0 | 61 | 0 | 19 | 0 | A5 | 64 | 34 |
| Octal | 10 | 377 | 300 | 141 | 0 | 31 | 0 | 245 | 144 | 64 |
| Binary | 1000 | 11111111 | 11000000 | 1100001 | 0 | 11001 | 0 | 10100101 | 1100100 | 110100 |
Color Harmonies of #08FFC0
Complementary color
Monochromatic Colors of #08FFC0
Black with #08FFC0
Text Example
Text Example
White with #08FFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08FFC0; }
p { color: rgb(8,255,192); }
H1.HeaderClassName
{
color: #08FFC0;
}
.AnyTagClassName
{
color: #08FFC0;
}
</style>
background-color css
<style>
a { background-color: #08FFC0; }
a { background-color: rgb(8,255,192); }
div.DivClassName
{
background-color: #08FFC0;
}
.BgClassName
{
background-color: #08FFC0;
}
</style>
border-color css
<style>
span { border-color: #08FFC0; }
span { border-color: rgb(8,255,192); }
td.TdClassName
{
border-color: #08FFC0;
}
.TagClassName
{
border-color: #08FFC0;
}
</style>