Shades of Medium Spring Green #01FABB
Tints of Medium Spring Green #01FABB
RGB
CMYK
RGB Variations
Color information
#01FABB (or 0x01FABB) is known color: Medium Spring Green. HEX triplet: 01, FA and BB. RGB value is (1,250,187). Sum of RGB (Red+Green+Blue) = 1+250+187=438 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 438); Green value is 250 (98.05% from 255 or 57.08% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 250 - color contains mainly: green. Hex color #01FABB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FABB is #FE0544. Grayscale: #A8A8A8. Windows color (decimal): -16647493 or 12319233. OLE color: 12319233.
HSL color Cylindrical-coordinate representation of color #01FABB: hue angle of 164.82º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FABB is Cyan = 1.00, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 250 | 187 | - |
| CMYK | 1.00 | 0 | 0.25 | 0.02 |
| HSL | 164.82º | 0.99% | 0.49% | - |
| HSV(B) | 164.82º | 1% | 0.98% | - |
| XYZ | 43.17 | 71.97 | 58.63 | - |
| YUV | 168.37 | 138.51 | 8.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 250 | 187 | 1.00 | 0 | 0.25 | 0.02 | 164.82 | 0.99 | 0.49 |
| Hex | 1 | FA | BB | 64 | 0 | 19 | 2 | A5 | 63 | 31 |
| Octal | 1 | 372 | 273 | 144 | 0 | 31 | 2 | 245 | 143 | 61 |
| Binary | 1 | 11111010 | 10111011 | 1100100 | 0 | 11001 | 10 | 10100101 | 1100011 | 110001 |
Color Harmonies of #01FABB
Complementary color
Monochromatic Colors of #01FABB
Black with #01FABB
Text Example
Text Example
White with #01FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FABB; }
p { color: rgb(1,250,187); }
H1.HeaderClassName
{
color: #01FABB;
}
.AnyTagClassName
{
color: #01FABB;
}
</style>
background-color css
<style>
a { background-color: #01FABB; }
a { background-color: rgb(1,250,187); }
div.DivClassName
{
background-color: #01FABB;
}
.BgClassName
{
background-color: #01FABB;
}
</style>
border-color css
<style>
span { border-color: #01FABB; }
span { border-color: rgb(1,250,187); }
td.TdClassName
{
border-color: #01FABB;
}
.TagClassName
{
border-color: #01FABB;
}
</style>