Shades of Medium Spring Green #06F0BA
Tints of Medium Spring Green #06F0BA
RGB
CMYK
RGB Variations
Color information
#06F0BA (or 0x06F0BA) is known color: Medium Spring Green. HEX triplet: 06, F0 and BA. RGB value is (6,240,186). Sum of RGB (Red+Green+Blue) = 6+240+186=432 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.39% from 432); Green value is 240 (94.14% from 255 or 55.56% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 240 - color contains mainly: green. Hex color #06F0BA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06F0BA is #F90F45. Grayscale: #A3A3A3. Windows color (decimal): -16322374 or 12251142. OLE color: 12251142.
HSL color Cylindrical-coordinate representation of color #06F0BA: hue angle of 166.15º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06F0BA is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 6 | 240 | 186 | - |
| CMYK | 0.98 | 0 | 0.22 | 0.06 |
| HSL | 166.15º | 0.95% | 0.48% | - |
| HSV(B) | 166.15º | 0.98% | 0.94% | - |
| XYZ | 40.1 | 65.9 | 57.06 | - |
| YUV | 163.88 | 140.48 | 15.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 240 | 186 | 0.98 | 0 | 0.22 | 0.06 | 166.15 | 0.95 | 0.48 |
| Hex | 6 | F0 | BA | 62 | 0 | 16 | 6 | A6 | 5F | 30 |
| Octal | 6 | 360 | 272 | 142 | 0 | 26 | 6 | 246 | 137 | 60 |
| Binary | 110 | 11110000 | 10111010 | 1100010 | 0 | 10110 | 110 | 10100110 | 1011111 | 110000 |
Color Harmonies of #06F0BA
Complementary color
Monochromatic Colors of #06F0BA
Black with #06F0BA
Text Example
Text Example
White with #06F0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F0BA; }
p { color: rgb(6,240,186); }
H1.HeaderClassName
{
color: #06F0BA;
}
.AnyTagClassName
{
color: #06F0BA;
}
</style>
background-color css
<style>
a { background-color: #06F0BA; }
a { background-color: rgb(6,240,186); }
div.DivClassName
{
background-color: #06F0BA;
}
.BgClassName
{
background-color: #06F0BA;
}
</style>
border-color css
<style>
span { border-color: #06F0BA; }
span { border-color: rgb(6,240,186); }
td.TdClassName
{
border-color: #06F0BA;
}
.TagClassName
{
border-color: #06F0BA;
}
</style>