Shades of Medium Spring Green #08F5BB
Tints of Medium Spring Green #08F5BB
RGB
CMYK
RGB Variations
Color information
#08F5BB (or 0x08F5BB) is known color: Medium Spring Green. HEX triplet: 08, F5 and BB. RGB value is (8,245,187). Sum of RGB (Red+Green+Blue) = 8+245+187=440 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.82% from 440); Green value is 245 (96.09% from 255 or 55.68% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 245 - color contains mainly: green. Hex color #08F5BB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08F5BB is #F70A44. Grayscale: #A7A7A7. Windows color (decimal): -16190021 or 12317960. OLE color: 12317960.
HSL color Cylindrical-coordinate representation of color #08F5BB: hue angle of 165.32º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08F5BB is Cyan = 0.97, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 8 | 245 | 187 | - |
| CMYK | 0.97 | 0 | 0.24 | 0.04 |
| HSL | 165.32º | 0.94% | 0.5% | - |
| HSV(B) | 165.32º | 0.97% | 0.96% | - |
| XYZ | 41.72 | 68.94 | 58.12 | - |
| YUV | 167.53 | 138.98 | 14.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 245 | 187 | 0.97 | 0 | 0.24 | 0.04 | 165.32 | 0.94 | 0.5 |
| Hex | 8 | F5 | BB | 61 | 0 | 18 | 4 | A5 | 5E | 32 |
| Octal | 10 | 365 | 273 | 141 | 0 | 30 | 4 | 245 | 136 | 62 |
| Binary | 1000 | 11110101 | 10111011 | 1100001 | 0 | 11000 | 100 | 10100101 | 1011110 | 110010 |
Color Harmonies of #08F5BB
Complementary color
Monochromatic Colors of #08F5BB
Black with #08F5BB
Text Example
Text Example
White with #08F5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08F5BB; }
p { color: rgb(8,245,187); }
H1.HeaderClassName
{
color: #08F5BB;
}
.AnyTagClassName
{
color: #08F5BB;
}
</style>
background-color css
<style>
a { background-color: #08F5BB; }
a { background-color: rgb(8,245,187); }
div.DivClassName
{
background-color: #08F5BB;
}
.BgClassName
{
background-color: #08F5BB;
}
</style>
border-color css
<style>
span { border-color: #08F5BB; }
span { border-color: rgb(8,245,187); }
td.TdClassName
{
border-color: #08F5BB;
}
.TagClassName
{
border-color: #08F5BB;
}
</style>