Shades of Medium Spring Green #01F3BA
Tints of Medium Spring Green #01F3BA
RGB
CMYK
RGB Variations
Color information
#01F3BA (or 0x01F3BA) is known color: Medium Spring Green. HEX triplet: 01, F3 and BA. RGB value is (1,243,186). Sum of RGB (Red+Green+Blue) = 1+243+186=430 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 430); Green value is 243 (95.31% from 255 or 56.51% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 243 - color contains mainly: green. Hex color #01F3BA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01F3BA is #FE0C45. Grayscale: #A4A4A4. Windows color (decimal): -16649286 or 12251905. OLE color: 12251905.
HSL color Cylindrical-coordinate representation of color #01F3BA: hue angle of 165.87º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F3BA is Cyan = 1.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 243 | 186 | - |
| CMYK | 1.00 | 0 | 0.23 | 0.05 |
| HSL | 165.87º | 0.99% | 0.48% | - |
| HSV(B) | 165.87º | 1% | 0.95% | - |
| XYZ | 40.93 | 67.65 | 57.36 | - |
| YUV | 164.14 | 140.33 | 11.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 243 | 186 | 1.00 | 0 | 0.23 | 0.05 | 165.87 | 0.99 | 0.48 |
| Hex | 1 | F3 | BA | 64 | 0 | 17 | 5 | A6 | 63 | 30 |
| Octal | 1 | 363 | 272 | 144 | 0 | 27 | 5 | 246 | 143 | 60 |
| Binary | 1 | 11110011 | 10111010 | 1100100 | 0 | 10111 | 101 | 10100110 | 1100011 | 110000 |
Color Harmonies of #01F3BA
Complementary color
Monochromatic Colors of #01F3BA
Black with #01F3BA
Text Example
Text Example
White with #01F3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F3BA; }
p { color: rgb(1,243,186); }
H1.HeaderClassName
{
color: #01F3BA;
}
.AnyTagClassName
{
color: #01F3BA;
}
</style>
background-color css
<style>
a { background-color: #01F3BA; }
a { background-color: rgb(1,243,186); }
div.DivClassName
{
background-color: #01F3BA;
}
.BgClassName
{
background-color: #01F3BA;
}
</style>
border-color css
<style>
span { border-color: #01F3BA; }
span { border-color: rgb(1,243,186); }
td.TdClassName
{
border-color: #01F3BA;
}
.TagClassName
{
border-color: #01F3BA;
}
</style>