Html Css Color HEX #0FF3BB Medium Spring Green
📋 copy color: '#0FF3BB'red 15 ◦ green 243 ◦ blue 187
Shades of Medium Spring Green #0FF3BB
Tints of Medium Spring Green #0FF3BB
RGB
CMYK
RGB Variations
Color information
#0FF3BB (or 0x0FF3BB) is known color: Medium Spring Green. HEX triplet: 0F, F3 and BB. RGB value is (15,243,187). Sum of RGB (Red+Green+Blue) = 15+243+187=445 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.37% from 445); Green value is 243 (95.31% from 255 or 54.61% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 243 - color contains mainly: green. Hex color #0FF3BB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FF3BB is #F00C44. Grayscale: #A8A8A8. Windows color (decimal): -15731781 or 12317455. OLE color: 12317455.
HSL color Cylindrical-coordinate representation of color #0FF3BB: hue angle of 165.26º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF3BB is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 243 | 187 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.05 |
| HSL | 165.26º | 0.9% | 0.51% | - |
| HSV(B) | 165.26º | 0.94% | 0.95% | - |
| XYZ | 41.22 | 67.79 | 57.93 | - |
| YUV | 168.44 | 138.46 | 18.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 243 | 187 | 0.94 | 0 | 0.23 | 0.05 | 165.26 | 0.9 | 0.51 |
| Hex | F | F3 | BB | 5E | 0 | 17 | 5 | A5 | 5A | 33 |
| Octal | 17 | 363 | 273 | 136 | 0 | 27 | 5 | 245 | 132 | 63 |
| Binary | 1111 | 11110011 | 10111011 | 1011110 | 0 | 10111 | 101 | 10100101 | 1011010 | 110011 |
Color Harmonies of #0FF3BB
Complementary color
Monochromatic Colors of #0FF3BB
Black with #0FF3BB
Text Example
Text Example
White with #0FF3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF3BB; }
p { color: rgb(15,243,187); }
H1.HeaderClassName
{
color: #0FF3BB;
}
.AnyTagClassName
{
color: #0FF3BB;
}
</style>
background-color css
<style>
a { background-color: #0FF3BB; }
a { background-color: rgb(15,243,187); }
div.DivClassName
{
background-color: #0FF3BB;
}
.BgClassName
{
background-color: #0FF3BB;
}
</style>
border-color css
<style>
span { border-color: #0FF3BB; }
span { border-color: rgb(15,243,187); }
td.TdClassName
{
border-color: #0FF3BB;
}
.TagClassName
{
border-color: #0FF3BB;
}
</style>