Shades of Medium Spring Green #00F8BB
Tints of Medium Spring Green #00F8BB
RGB
CMYK
RGB Variations
Color information
#00F8BB (or 0x00F8BB) is known color: Medium Spring Green. HEX triplet: 00, F8 and BB. RGB value is (0,248,187). Sum of RGB (Red+Green+Blue) = 0+248+187=435 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 435); Green value is 248 (97.27% from 255 or 57.01% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 248 - color contains mainly: green. Hex color #00F8BB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00F8BB is #FF0744. Grayscale: #A6A6A6. Windows color (decimal): -16713541 or 12318720. OLE color: 12318720.
HSL color Cylindrical-coordinate representation of color #00F8BB: hue angle of 165.24º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F8BB is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 0 | 248 | 187 | - |
| CMYK | 1 | 0 | 0.25 | 0.03 |
| HSL | 165.24º | 1% | 0.49% | - |
| HSV(B) | 165.24º | 1% | 0.97% | - |
| XYZ | 42.54 | 70.72 | 58.42 | - |
| YUV | 166.89 | 139.34 | 8.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 248 | 187 | 1 | 0 | 0.25 | 0.03 | 165.24 | 1 | 0.49 |
| Hex | 0 | F8 | BB | 64 | 0 | 19 | 3 | A5 | 64 | 31 |
| Octal | 0 | 370 | 273 | 144 | 0 | 31 | 3 | 245 | 144 | 61 |
| Binary | 0 | 11111000 | 10111011 | 1100100 | 0 | 11001 | 11 | 10100101 | 1100100 | 110001 |
Color Harmonies of #00F8BB
Complementary color
Monochromatic Colors of #00F8BB
Black with #00F8BB
Text Example
Text Example
White with #00F8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F8BB; }
p { color: rgb(0,248,187); }
H1.HeaderClassName
{
color: #00F8BB;
}
.AnyTagClassName
{
color: #00F8BB;
}
</style>
background-color css
<style>
a { background-color: #00F8BB; }
a { background-color: rgb(0,248,187); }
div.DivClassName
{
background-color: #00F8BB;
}
.BgClassName
{
background-color: #00F8BB;
}
</style>
border-color css
<style>
span { border-color: #00F8BB; }
span { border-color: rgb(0,248,187); }
td.TdClassName
{
border-color: #00F8BB;
}
.TagClassName
{
border-color: #00F8BB;
}
</style>