Shades of Medium Spring Green #05F8BB
Tints of Medium Spring Green #05F8BB
RGB
CMYK
RGB Variations
Color information
#05F8BB (or 0x05F8BB) is known color: Medium Spring Green. HEX triplet: 05, F8 and BB. RGB value is (5,248,187). Sum of RGB (Red+Green+Blue) = 5+248+187=440 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.14% from 440); Green value is 248 (97.27% from 255 or 56.36% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 248 - color contains mainly: green. Hex color #05F8BB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05F8BB is #FA0744. Grayscale: #A8A8A8. Windows color (decimal): -16385861 or 12318725. OLE color: 12318725.
HSL color Cylindrical-coordinate representation of color #05F8BB: hue angle of 164.94º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F8BB is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 5 | 248 | 187 | - |
| CMYK | 0.98 | 0 | 0.25 | 0.03 |
| HSL | 164.94º | 0.96% | 0.5% | - |
| HSV(B) | 164.94º | 0.98% | 0.97% | - |
| XYZ | 42.6 | 70.75 | 58.43 | - |
| YUV | 168.39 | 138.49 | 11.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 248 | 187 | 0.98 | 0 | 0.25 | 0.03 | 164.94 | 0.96 | 0.5 |
| Hex | 5 | F8 | BB | 62 | 0 | 19 | 3 | A5 | 60 | 32 |
| Octal | 5 | 370 | 273 | 142 | 0 | 31 | 3 | 245 | 140 | 62 |
| Binary | 101 | 11111000 | 10111011 | 1100010 | 0 | 11001 | 11 | 10100101 | 1100000 | 110010 |
Color Harmonies of #05F8BB
Complementary color
Monochromatic Colors of #05F8BB
Black with #05F8BB
Text Example
Text Example
White with #05F8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F8BB; }
p { color: rgb(5,248,187); }
H1.HeaderClassName
{
color: #05F8BB;
}
.AnyTagClassName
{
color: #05F8BB;
}
</style>
background-color css
<style>
a { background-color: #05F8BB; }
a { background-color: rgb(5,248,187); }
div.DivClassName
{
background-color: #05F8BB;
}
.BgClassName
{
background-color: #05F8BB;
}
</style>
border-color css
<style>
span { border-color: #05F8BB; }
span { border-color: rgb(5,248,187); }
td.TdClassName
{
border-color: #05F8BB;
}
.TagClassName
{
border-color: #05F8BB;
}
</style>