Html Css Color HEX #0BFBBA Medium Spring Green
📋 copy color: '#0BFBBA'red 11 ◦ green 251 ◦ blue 186
Shades of Medium Spring Green #0BFBBA
Tints of Medium Spring Green #0BFBBA
RGB
CMYK
RGB Variations
Color information
#0BFBBA (or 0x0BFBBA) is known color: Medium Spring Green. HEX triplet: 0B, FB and BA. RGB value is (11,251,186). Sum of RGB (Red+Green+Blue) = 11+251+186=448 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.46% from 448); Green value is 251 (98.44% from 255 or 56.03% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 251 - color contains mainly: green. Hex color #0BFBBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFBBA is #F40445. Grayscale: #ABABAB. Windows color (decimal): -15991878 or 12253963. OLE color: 12253963.
HSL color Cylindrical-coordinate representation of color #0BFBBA: hue angle of 163.75º 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 #0BFBBA is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 251 | 186 | - |
| CMYK | 0.96 | 0 | 0.26 | 0.02 |
| HSL | 163.75º | 0.97% | 0.51% | - |
| HSV(B) | 163.75º | 0.96% | 0.98% | - |
| XYZ | 43.5 | 72.61 | 58.18 | - |
| YUV | 171.83 | 135.99 | 13.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 251 | 186 | 0.96 | 0 | 0.26 | 0.02 | 163.75 | 0.97 | 0.51 |
| Hex | B | FB | BA | 60 | 0 | 1A | 2 | A4 | 61 | 33 |
| Octal | 13 | 373 | 272 | 140 | 0 | 32 | 2 | 244 | 141 | 63 |
| Binary | 1011 | 11111011 | 10111010 | 1100000 | 0 | 11010 | 10 | 10100100 | 1100001 | 110011 |
Color Harmonies of #0BFBBA
Complementary color
Monochromatic Colors of #0BFBBA
Black with #0BFBBA
Text Example
Text Example
White with #0BFBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFBBA; }
p { color: rgb(11,251,186); }
H1.HeaderClassName
{
color: #0BFBBA;
}
.AnyTagClassName
{
color: #0BFBBA;
}
</style>
background-color css
<style>
a { background-color: #0BFBBA; }
a { background-color: rgb(11,251,186); }
div.DivClassName
{
background-color: #0BFBBA;
}
.BgClassName
{
background-color: #0BFBBA;
}
</style>
border-color css
<style>
span { border-color: #0BFBBA; }
span { border-color: rgb(11,251,186); }
td.TdClassName
{
border-color: #0BFBBA;
}
.TagClassName
{
border-color: #0BFBBA;
}
</style>