Html Css Color HEX #0BFBAB Medium Spring Green
📋 copy color: '#0BFBAB'red 11 ◦ green 251 ◦ blue 171
Shades of Medium Spring Green #0BFBAB
Tints of Medium Spring Green #0BFBAB
RGB
CMYK
RGB Variations
Color information
#0BFBAB (or 0x0BFBAB) is known color: Medium Spring Green. HEX triplet: 0B, FB and AB. RGB value is (11,251,171). Sum of RGB (Red+Green+Blue) = 11+251+171=433 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.54% from 433); Green value is 251 (98.44% from 255 or 57.97% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 251 - color contains mainly: green. Hex color #0BFBAB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BFBAB is #F40454. Grayscale: #AAAAAA. Windows color (decimal): -15991893 or 11270923. OLE color: 11270923.
HSL color Cylindrical-coordinate representation of color #0BFBAB: hue angle of 160º 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 #0BFBAB is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 251 | 171 | - |
| CMYK | 0.96 | 0 | 0.32 | 0.02 |
| HSL | 160º | 0.97% | 0.51% | - |
| HSV(B) | 160º | 0.96% | 0.98% | - |
| XYZ | 41.99 | 72.01 | 50.21 | - |
| YUV | 170.12 | 128.49 | 14.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 251 | 171 | 0.96 | 0 | 0.32 | 0.02 | 160 | 0.97 | 0.51 |
| Hex | B | FB | AB | 60 | 0 | 20 | 2 | A0 | 61 | 33 |
| Octal | 13 | 373 | 253 | 140 | 0 | 40 | 2 | 240 | 141 | 63 |
| Binary | 1011 | 11111011 | 10101011 | 1100000 | 0 | 100000 | 10 | 10100000 | 1100001 | 110011 |
Color Harmonies of #0BFBAB
Complementary color
Monochromatic Colors of #0BFBAB
Black with #0BFBAB
Text Example
Text Example
White with #0BFBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFBAB; }
p { color: rgb(11,251,171); }
H1.HeaderClassName
{
color: #0BFBAB;
}
.AnyTagClassName
{
color: #0BFBAB;
}
</style>
background-color css
<style>
a { background-color: #0BFBAB; }
a { background-color: rgb(11,251,171); }
div.DivClassName
{
background-color: #0BFBAB;
}
.BgClassName
{
background-color: #0BFBAB;
}
</style>
border-color css
<style>
span { border-color: #0BFBAB; }
span { border-color: rgb(11,251,171); }
td.TdClassName
{
border-color: #0BFBAB;
}
.TagClassName
{
border-color: #0BFBAB;
}
</style>