Shades of Medium Spring Green #08FCBC
Tints of Medium Spring Green #08FCBC
RGB
CMYK
RGB Variations
Color information
#08FCBC (or 0x08FCBC) is known color: Medium Spring Green. HEX triplet: 08, FC and BC. RGB value is (8,252,188). Sum of RGB (Red+Green+Blue) = 8+252+188=448 (59% of max value = 765). Red value is 8 (3.52% from 255 or 1.79% from 448); Green value is 252 (98.83% from 255 or 56.25% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 252 - color contains mainly: green. Hex color #08FCBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08FCBC is #F70343. Grayscale: #ABABAB. Windows color (decimal): -16188228 or 12385288. OLE color: 12385288.
HSL color Cylindrical-coordinate representation of color #08FCBC: hue angle of 164.26º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08FCBC is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 252 | 188 | - |
| CMYK | 0.97 | 0 | 0.25 | 0.01 |
| HSL | 164.26º | 0.98% | 0.51% | - |
| HSV(B) | 164.26º | 0.97% | 0.99% | - |
| XYZ | 43.99 | 73.3 | 59.41 | - |
| YUV | 171.75 | 137.16 | 11.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 252 | 188 | 0.97 | 0 | 0.25 | 0.01 | 164.26 | 0.98 | 0.51 |
| Hex | 8 | FC | BC | 61 | 0 | 19 | 1 | A4 | 62 | 33 |
| Octal | 10 | 374 | 274 | 141 | 0 | 31 | 1 | 244 | 142 | 63 |
| Binary | 1000 | 11111100 | 10111100 | 1100001 | 0 | 11001 | 1 | 10100100 | 1100010 | 110011 |
Color Harmonies of #08FCBC
Complementary color
Monochromatic Colors of #08FCBC
Black with #08FCBC
Text Example
Text Example
White with #08FCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08FCBC; }
p { color: rgb(8,252,188); }
H1.HeaderClassName
{
color: #08FCBC;
}
.AnyTagClassName
{
color: #08FCBC;
}
</style>
background-color css
<style>
a { background-color: #08FCBC; }
a { background-color: rgb(8,252,188); }
div.DivClassName
{
background-color: #08FCBC;
}
.BgClassName
{
background-color: #08FCBC;
}
</style>
border-color css
<style>
span { border-color: #08FCBC; }
span { border-color: rgb(8,252,188); }
td.TdClassName
{
border-color: #08FCBC;
}
.TagClassName
{
border-color: #08FCBC;
}
</style>