Html Css Color HEX #0FF6BC Medium Spring Green
📋 copy color: '#0FF6BC'red 15 ◦ green 246 ◦ blue 188
Shades of Medium Spring Green #0FF6BC
Tints of Medium Spring Green #0FF6BC
RGB
CMYK
RGB Variations
Color information
#0FF6BC (or 0x0FF6BC) is known color: Medium Spring Green. HEX triplet: 0F, F6 and BC. RGB value is (15,246,188). Sum of RGB (Red+Green+Blue) = 15+246+188=449 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.34% from 449); Green value is 246 (96.48% from 255 or 54.79% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 246 - color contains mainly: green. Hex color #0FF6BC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FF6BC is #F00943. Grayscale: #AAAAAA. Windows color (decimal): -15731012 or 12383759. OLE color: 12383759.
HSL color Cylindrical-coordinate representation of color #0FF6BC: hue angle of 164.94º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF6BC is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 15 | 246 | 188 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.04 |
| HSL | 164.94º | 0.93% | 0.51% | - |
| HSV(B) | 164.94º | 0.94% | 0.96% | - |
| XYZ | 42.23 | 69.64 | 58.79 | - |
| YUV | 170.32 | 137.97 | 17.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 246 | 188 | 0.94 | 0 | 0.24 | 0.04 | 164.94 | 0.93 | 0.51 |
| Hex | F | F6 | BC | 5E | 0 | 18 | 4 | A5 | 5D | 33 |
| Octal | 17 | 366 | 274 | 136 | 0 | 30 | 4 | 245 | 135 | 63 |
| Binary | 1111 | 11110110 | 10111100 | 1011110 | 0 | 11000 | 100 | 10100101 | 1011101 | 110011 |
Color Harmonies of #0FF6BC
Complementary color
Monochromatic Colors of #0FF6BC
Black with #0FF6BC
Text Example
Text Example
White with #0FF6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF6BC; }
p { color: rgb(15,246,188); }
H1.HeaderClassName
{
color: #0FF6BC;
}
.AnyTagClassName
{
color: #0FF6BC;
}
</style>
background-color css
<style>
a { background-color: #0FF6BC; }
a { background-color: rgb(15,246,188); }
div.DivClassName
{
background-color: #0FF6BC;
}
.BgClassName
{
background-color: #0FF6BC;
}
</style>
border-color css
<style>
span { border-color: #0FF6BC; }
span { border-color: rgb(15,246,188); }
td.TdClassName
{
border-color: #0FF6BC;
}
.TagClassName
{
border-color: #0FF6BC;
}
</style>