Shades of Medium Spring Green #02F0B8
Tints of Medium Spring Green #02F0B8
RGB
CMYK
RGB Variations
Color information
#02F0B8 (or 0x02F0B8) is known color: Medium Spring Green. HEX triplet: 02, F0 and B8. RGB value is (2,240,184). Sum of RGB (Red+Green+Blue) = 2+240+184=426 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 426); Green value is 240 (94.14% from 255 or 56.34% from 426); Blue value is 184 (72.27% from 255 or 43.19% from 426); Max value from RGB is 240 - color contains mainly: green. Hex color #02F0B8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02F0B8 is #FD0F47. Grayscale: #A2A2A2. Windows color (decimal): -16584520 or 12120066. OLE color: 12120066.
HSL color Cylindrical-coordinate representation of color #02F0B8: hue angle of 165.88º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F0B8 is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 240 | 184 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.06 |
| HSL | 165.88º | 0.98% | 0.47% | - |
| HSV(B) | 165.88º | 0.99% | 0.94% | - |
| XYZ | 39.84 | 65.79 | 55.95 | - |
| YUV | 162.45 | 140.15 | 13.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 240 | 184 | 0.99 | 0 | 0.23 | 0.06 | 165.88 | 0.98 | 0.47 |
| Hex | 2 | F0 | B8 | 63 | 0 | 17 | 6 | A6 | 62 | 2F |
| Octal | 2 | 360 | 270 | 143 | 0 | 27 | 6 | 246 | 142 | 57 |
| Binary | 10 | 11110000 | 10111000 | 1100011 | 0 | 10111 | 110 | 10100110 | 1100010 | 101111 |
Color Harmonies of #02F0B8
Complementary color
Monochromatic Colors of #02F0B8
Black with #02F0B8
Text Example
Text Example
White with #02F0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F0B8; }
p { color: rgb(2,240,184); }
H1.HeaderClassName
{
color: #02F0B8;
}
.AnyTagClassName
{
color: #02F0B8;
}
</style>
background-color css
<style>
a { background-color: #02F0B8; }
a { background-color: rgb(2,240,184); }
div.DivClassName
{
background-color: #02F0B8;
}
.BgClassName
{
background-color: #02F0B8;
}
</style>
border-color css
<style>
span { border-color: #02F0B8; }
span { border-color: rgb(2,240,184); }
td.TdClassName
{
border-color: #02F0B8;
}
.TagClassName
{
border-color: #02F0B8;
}
</style>