Html Css Color HEX #0BFABA Medium Spring Green
📋 copy color: '#0BFABA'red 11 ◦ green 250 ◦ blue 186
Shades of Medium Spring Green #0BFABA
Tints of Medium Spring Green #0BFABA
RGB
CMYK
RGB Variations
Color information
#0BFABA (or 0x0BFABA) is known color: Medium Spring Green. HEX triplet: 0B, FA and BA. RGB value is (11,250,186). Sum of RGB (Red+Green+Blue) = 11+250+186=447 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.46% from 447); Green value is 250 (98.05% from 255 or 55.93% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFABA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFABA is #F40545. Grayscale: #ABABAB. Windows color (decimal): -15992134 or 12253707. OLE color: 12253707.
HSL color Cylindrical-coordinate representation of color #0BFABA: hue angle of 163.93º degrees, saturation: 0.96, 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 #0BFABA is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 250 | 186 | - |
| CMYK | 0.96 | 0 | 0.26 | 0.02 |
| HSL | 163.93º | 0.96% | 0.51% | - |
| HSV(B) | 163.93º | 0.96% | 0.98% | - |
| XYZ | 43.19 | 71.99 | 58.07 | - |
| YUV | 171.24 | 136.32 | 13.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 250 | 186 | 0.96 | 0 | 0.26 | 0.02 | 163.93 | 0.96 | 0.51 |
| Hex | B | FA | BA | 60 | 0 | 1A | 2 | A4 | 60 | 33 |
| Octal | 13 | 372 | 272 | 140 | 0 | 32 | 2 | 244 | 140 | 63 |
| Binary | 1011 | 11111010 | 10111010 | 1100000 | 0 | 11010 | 10 | 10100100 | 1100000 | 110011 |
Color Harmonies of #0BFABA
Complementary color
Monochromatic Colors of #0BFABA
Black with #0BFABA
Text Example
Text Example
White with #0BFABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFABA; }
p { color: rgb(11,250,186); }
H1.HeaderClassName
{
color: #0BFABA;
}
.AnyTagClassName
{
color: #0BFABA;
}
</style>
background-color css
<style>
a { background-color: #0BFABA; }
a { background-color: rgb(11,250,186); }
div.DivClassName
{
background-color: #0BFABA;
}
.BgClassName
{
background-color: #0BFABA;
}
</style>
border-color css
<style>
span { border-color: #0BFABA; }
span { border-color: rgb(11,250,186); }
td.TdClassName
{
border-color: #0BFABA;
}
.TagClassName
{
border-color: #0BFABA;
}
</style>