Shades of Medium Spring Green #06FFBA
Tints of Medium Spring Green #06FFBA
RGB
CMYK
RGB Variations
Color information
#06FFBA (or 0x06FFBA) is known color: Medium Spring Green. HEX triplet: 06, FF and BA. RGB value is (6,255,186). Sum of RGB (Red+Green+Blue) = 6+255+186=447 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.34% from 447); Green value is 255 (100% from 255 or 57.05% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 255 - color contains mainly: green. Hex color #06FFBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06FFBA is #F90045. Grayscale: #ACACAC. Windows color (decimal): -16318534 or 12254982. OLE color: 12254982.
HSL color Cylindrical-coordinate representation of color #06FFBA: hue angle of 163.37º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FFBA is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 255 | 186 | - |
| CMYK | 0.98 | 0 | 0.27 | 0 |
| HSL | 163.37º | 1% | 0.51% | - |
| HSV(B) | 163.37º | 0.98% | 1% | - |
| XYZ | 44.7 | 75.1 | 58.6 | - |
| YUV | 172.68 | 135.51 | 9.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 255 | 186 | 0.98 | 0 | 0.27 | 0 | 163.37 | 1 | 0.51 |
| Hex | 6 | FF | BA | 62 | 0 | 1B | 0 | A3 | 64 | 33 |
| Octal | 6 | 377 | 272 | 142 | 0 | 33 | 0 | 243 | 144 | 63 |
| Binary | 110 | 11111111 | 10111010 | 1100010 | 0 | 11011 | 0 | 10100011 | 1100100 | 110011 |
Color Harmonies of #06FFBA
Complementary color
Monochromatic Colors of #06FFBA
Black with #06FFBA
Text Example
Text Example
White with #06FFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FFBA; }
p { color: rgb(6,255,186); }
H1.HeaderClassName
{
color: #06FFBA;
}
.AnyTagClassName
{
color: #06FFBA;
}
</style>
background-color css
<style>
a { background-color: #06FFBA; }
a { background-color: rgb(6,255,186); }
div.DivClassName
{
background-color: #06FFBA;
}
.BgClassName
{
background-color: #06FFBA;
}
</style>
border-color css
<style>
span { border-color: #06FFBA; }
span { border-color: rgb(6,255,186); }
td.TdClassName
{
border-color: #06FFBA;
}
.TagClassName
{
border-color: #06FFBA;
}
</style>