Html Css Color HEX #0BFABB Medium Spring Green
📋 copy color: '#0BFABB'red 11 ◦ green 250 ◦ blue 187
Shades of Medium Spring Green #0BFABB
Tints of Medium Spring Green #0BFABB
RGB
CMYK
RGB Variations
Color information
#0BFABB (or 0x0BFABB) is known color: Medium Spring Green. HEX triplet: 0B, FA and BB. RGB value is (11,250,187). Sum of RGB (Red+Green+Blue) = 11+250+187=448 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.46% from 448); Green value is 250 (98.05% from 255 or 55.80% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFABB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFABB is #F40544. Grayscale: #ABABAB. Windows color (decimal): -15992133 or 12319243. OLE color: 12319243.
HSL color Cylindrical-coordinate representation of color #0BFABB: hue angle of 164.18º 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 #0BFABB is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 250 | 187 | - |
| CMYK | 0.96 | 0 | 0.25 | 0.02 |
| HSL | 164.18º | 0.96% | 0.51% | - |
| HSV(B) | 164.18º | 0.96% | 0.98% | - |
| XYZ | 43.29 | 72.03 | 58.64 | - |
| YUV | 171.36 | 136.82 | 13.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 250 | 187 | 0.96 | 0 | 0.25 | 0.02 | 164.18 | 0.96 | 0.51 |
| Hex | B | FA | BB | 60 | 0 | 19 | 2 | A4 | 60 | 33 |
| Octal | 13 | 372 | 273 | 140 | 0 | 31 | 2 | 244 | 140 | 63 |
| Binary | 1011 | 11111010 | 10111011 | 1100000 | 0 | 11001 | 10 | 10100100 | 1100000 | 110011 |
Color Harmonies of #0BFABB
Complementary color
Monochromatic Colors of #0BFABB
Black with #0BFABB
Text Example
Text Example
White with #0BFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFABB; }
p { color: rgb(11,250,187); }
H1.HeaderClassName
{
color: #0BFABB;
}
.AnyTagClassName
{
color: #0BFABB;
}
</style>
background-color css
<style>
a { background-color: #0BFABB; }
a { background-color: rgb(11,250,187); }
div.DivClassName
{
background-color: #0BFABB;
}
.BgClassName
{
background-color: #0BFABB;
}
</style>
border-color css
<style>
span { border-color: #0BFABB; }
span { border-color: rgb(11,250,187); }
td.TdClassName
{
border-color: #0BFABB;
}
.TagClassName
{
border-color: #0BFABB;
}
</style>