Html Css Color HEX #0BFFBC Medium Spring Green
📋 copy color: '#0BFFBC'red 11 ◦ green 255 ◦ blue 188
Shades of Medium Spring Green #0BFFBC
Tints of Medium Spring Green #0BFFBC
RGB
CMYK
RGB Variations
Color information
#0BFFBC (or 0x0BFFBC) is known color: Medium Spring Green. HEX triplet: 0B, FF and BC. RGB value is (11,255,188). Sum of RGB (Red+Green+Blue) = 11+255+188=454 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.42% from 454); Green value is 255 (100% from 255 or 56.17% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFFBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFFBC is #F40043. Grayscale: #AEAEAE. Windows color (decimal): -15990852 or 12386059. OLE color: 12386059.
HSL color Cylindrical-coordinate representation of color #0BFFBC: hue angle of 163.52º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFFBC is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 255 | 188 | - |
| CMYK | 0.96 | 0 | 0.26 | 0 |
| HSL | 163.52º | 1% | 0.52% | - |
| HSV(B) | 163.52º | 0.96% | 1% | - |
| XYZ | 44.98 | 75.22 | 59.73 | - |
| YUV | 174.41 | 135.66 | 11.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 255 | 188 | 0.96 | 0 | 0.26 | 0 | 163.52 | 1 | 0.52 |
| Hex | B | FF | BC | 60 | 0 | 1A | 0 | A4 | 64 | 34 |
| Octal | 13 | 377 | 274 | 140 | 0 | 32 | 0 | 244 | 144 | 64 |
| Binary | 1011 | 11111111 | 10111100 | 1100000 | 0 | 11010 | 0 | 10100100 | 1100100 | 110100 |
Color Harmonies of #0BFFBC
Complementary color
Monochromatic Colors of #0BFFBC
Black with #0BFFBC
Text Example
Text Example
White with #0BFFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFFBC; }
p { color: rgb(11,255,188); }
H1.HeaderClassName
{
color: #0BFFBC;
}
.AnyTagClassName
{
color: #0BFFBC;
}
</style>
background-color css
<style>
a { background-color: #0BFFBC; }
a { background-color: rgb(11,255,188); }
div.DivClassName
{
background-color: #0BFFBC;
}
.BgClassName
{
background-color: #0BFFBC;
}
</style>
border-color css
<style>
span { border-color: #0BFFBC; }
span { border-color: rgb(11,255,188); }
td.TdClassName
{
border-color: #0BFFBC;
}
.TagClassName
{
border-color: #0BFFBC;
}
</style>