Shades of Medium Spring Green #00F1BA
Tints of Medium Spring Green #00F1BA
RGB
CMYK
RGB Variations
Color information
#00F1BA (or 0x00F1BA) is known color: Medium Spring Green. HEX triplet: 00, F1 and BA. RGB value is (0,241,186). Sum of RGB (Red+Green+Blue) = 0+241+186=427 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 427); Green value is 241 (94.53% from 255 or 56.44% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 241 - color contains mainly: green. Hex color #00F1BA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00F1BA is #FF0E45. Grayscale: #A2A2A2. Windows color (decimal): -16715334 or 12251392. OLE color: 12251392.
HSL color Cylindrical-coordinate representation of color #00F1BA: hue angle of 166.31º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F1BA is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 241 | 186 | - |
| CMYK | 1 | 0 | 0.23 | 0.05 |
| HSL | 166.31º | 1% | 0.47% | - |
| HSV(B) | 166.31º | 1% | 0.95% | - |
| XYZ | 40.32 | 66.46 | 57.16 | - |
| YUV | 162.67 | 141.16 | 11.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 241 | 186 | 1 | 0 | 0.23 | 0.05 | 166.31 | 1 | 0.47 |
| Hex | 0 | F1 | BA | 64 | 0 | 17 | 5 | A6 | 64 | 2F |
| Octal | 0 | 361 | 272 | 144 | 0 | 27 | 5 | 246 | 144 | 57 |
| Binary | 0 | 11110001 | 10111010 | 1100100 | 0 | 10111 | 101 | 10100110 | 1100100 | 101111 |
Color Harmonies of #00F1BA
Complementary color
Monochromatic Colors of #00F1BA
Black with #00F1BA
Text Example
Text Example
White with #00F1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F1BA; }
p { color: rgb(0,241,186); }
H1.HeaderClassName
{
color: #00F1BA;
}
.AnyTagClassName
{
color: #00F1BA;
}
</style>
background-color css
<style>
a { background-color: #00F1BA; }
a { background-color: rgb(0,241,186); }
div.DivClassName
{
background-color: #00F1BA;
}
.BgClassName
{
background-color: #00F1BA;
}
</style>
border-color css
<style>
span { border-color: #00F1BA; }
span { border-color: rgb(0,241,186); }
td.TdClassName
{
border-color: #00F1BA;
}
.TagClassName
{
border-color: #00F1BA;
}
</style>