Html Css Color HEX #0FF6BB Medium Spring Green
📋 copy color: '#0FF6BB'red 15 ◦ green 246 ◦ blue 187
Shades of Medium Spring Green #0FF6BB
Tints of Medium Spring Green #0FF6BB
RGB
CMYK
RGB Variations
Color information
#0FF6BB (or 0x0FF6BB) is known color: Medium Spring Green. HEX triplet: 0F, F6 and BB. RGB value is (15,246,187). Sum of RGB (Red+Green+Blue) = 15+246+187=448 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.35% from 448); Green value is 246 (96.48% from 255 or 54.91% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 246 - color contains mainly: green. Hex color #0FF6BB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FF6BB is #F00944. Grayscale: #AAAAAA. Windows color (decimal): -15731013 or 12318223. OLE color: 12318223.
HSL color Cylindrical-coordinate representation of color #0FF6BB: hue angle of 164.68º 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 #0FF6BB is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 15 | 246 | 187 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.04 |
| HSL | 164.68º | 0.93% | 0.51% | - |
| HSV(B) | 164.68º | 0.94% | 0.96% | - |
| XYZ | 42.12 | 69.6 | 58.23 | - |
| YUV | 170.21 | 137.47 | 17.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 246 | 187 | 0.94 | 0 | 0.24 | 0.04 | 164.68 | 0.93 | 0.51 |
| Hex | F | F6 | BB | 5E | 0 | 18 | 4 | A5 | 5D | 33 |
| Octal | 17 | 366 | 273 | 136 | 0 | 30 | 4 | 245 | 135 | 63 |
| Binary | 1111 | 11110110 | 10111011 | 1011110 | 0 | 11000 | 100 | 10100101 | 1011101 | 110011 |
Color Harmonies of #0FF6BB
Complementary color
Monochromatic Colors of #0FF6BB
Black with #0FF6BB
Text Example
Text Example
White with #0FF6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF6BB; }
p { color: rgb(15,246,187); }
H1.HeaderClassName
{
color: #0FF6BB;
}
.AnyTagClassName
{
color: #0FF6BB;
}
</style>
background-color css
<style>
a { background-color: #0FF6BB; }
a { background-color: rgb(15,246,187); }
div.DivClassName
{
background-color: #0FF6BB;
}
.BgClassName
{
background-color: #0FF6BB;
}
</style>
border-color css
<style>
span { border-color: #0FF6BB; }
span { border-color: rgb(15,246,187); }
td.TdClassName
{
border-color: #0FF6BB;
}
.TagClassName
{
border-color: #0FF6BB;
}
</style>