Html Css Color HEX #0BFBA0 Medium Spring Green
📋 copy color: '#0BFBA0'red 11 ◦ green 251 ◦ blue 160
Shades of Medium Spring Green #0BFBA0
Tints of Medium Spring Green #0BFBA0
RGB
CMYK
RGB Variations
Color information
#0BFBA0 (or 0x0BFBA0) is known color: Medium Spring Green. HEX triplet: 0B, FB and A0. RGB value is (11,251,160). Sum of RGB (Red+Green+Blue) = 11+251+160=422 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.61% from 422); Green value is 251 (98.44% from 255 or 59.48% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 251 - color contains mainly: green. Hex color #0BFBA0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BFBA0 is #F4045F. Grayscale: #A8A8A8. Windows color (decimal): -15991904 or 10550027. OLE color: 10550027.
HSL color Cylindrical-coordinate representation of color #0BFBA0: hue angle of 157.25º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFBA0 is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 251 | 160 | - |
| CMYK | 0.96 | 0 | 0.36 | 0.02 |
| HSL | 157.25º | 0.97% | 0.51% | - |
| HSV(B) | 157.25º | 0.96% | 0.98% | - |
| XYZ | 40.98 | 71.6 | 44.92 | - |
| YUV | 168.87 | 122.99 | 15.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 251 | 160 | 0.96 | 0 | 0.36 | 0.02 | 157.25 | 0.97 | 0.51 |
| Hex | B | FB | A0 | 60 | 0 | 24 | 2 | 9D | 61 | 33 |
| Octal | 13 | 373 | 240 | 140 | 0 | 44 | 2 | 235 | 141 | 63 |
| Binary | 1011 | 11111011 | 10100000 | 1100000 | 0 | 100100 | 10 | 10011101 | 1100001 | 110011 |
Color Harmonies of #0BFBA0
Complementary color
Monochromatic Colors of #0BFBA0
Black with #0BFBA0
Text Example
Text Example
White with #0BFBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFBA0; }
p { color: rgb(11,251,160); }
H1.HeaderClassName
{
color: #0BFBA0;
}
.AnyTagClassName
{
color: #0BFBA0;
}
</style>
background-color css
<style>
a { background-color: #0BFBA0; }
a { background-color: rgb(11,251,160); }
div.DivClassName
{
background-color: #0BFBA0;
}
.BgClassName
{
background-color: #0BFBA0;
}
</style>
border-color css
<style>
span { border-color: #0BFBA0; }
span { border-color: rgb(11,251,160); }
td.TdClassName
{
border-color: #0BFBA0;
}
.TagClassName
{
border-color: #0BFBA0;
}
</style>