Shades of Medium Spring Green #02FABD
Tints of Medium Spring Green #02FABD
RGB
CMYK
RGB Variations
Color information
#02FABD (or 0x02FABD) is known color: Medium Spring Green. HEX triplet: 02, FA and BD. RGB value is (2,250,189). Sum of RGB (Red+Green+Blue) = 2+250+189=441 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 441); Green value is 250 (98.05% from 255 or 56.69% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 250 - color contains mainly: green. Hex color #02FABD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FABD is #FD0542. Grayscale: #A8A8A8. Windows color (decimal): -16581955 or 12450306. OLE color: 12450306.
HSL color Cylindrical-coordinate representation of color #02FABD: hue angle of 165.24º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FABD is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 250 | 189 | - |
| CMYK | 0.99 | 0 | 0.24 | 0.02 |
| HSL | 165.24º | 0.98% | 0.49% | - |
| HSV(B) | 165.24º | 0.99% | 0.98% | - |
| XYZ | 43.4 | 72.06 | 59.77 | - |
| YUV | 168.89 | 139.34 | 8.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 250 | 189 | 0.99 | 0 | 0.24 | 0.02 | 165.24 | 0.98 | 0.49 |
| Hex | 2 | FA | BD | 63 | 0 | 18 | 2 | A5 | 62 | 31 |
| Octal | 2 | 372 | 275 | 143 | 0 | 30 | 2 | 245 | 142 | 61 |
| Binary | 10 | 11111010 | 10111101 | 1100011 | 0 | 11000 | 10 | 10100101 | 1100010 | 110001 |
Color Harmonies of #02FABD
Complementary color
Monochromatic Colors of #02FABD
Black with #02FABD
Text Example
Text Example
White with #02FABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FABD; }
p { color: rgb(2,250,189); }
H1.HeaderClassName
{
color: #02FABD;
}
.AnyTagClassName
{
color: #02FABD;
}
</style>
background-color css
<style>
a { background-color: #02FABD; }
a { background-color: rgb(2,250,189); }
div.DivClassName
{
background-color: #02FABD;
}
.BgClassName
{
background-color: #02FABD;
}
</style>
border-color css
<style>
span { border-color: #02FABD; }
span { border-color: rgb(2,250,189); }
td.TdClassName
{
border-color: #02FABD;
}
.TagClassName
{
border-color: #02FABD;
}
</style>