Html Css Color HEX #0BFBAF Medium Spring Green
📋 copy color: '#0BFBAF'red 11 ◦ green 251 ◦ blue 175
Shades of Medium Spring Green #0BFBAF
Tints of Medium Spring Green #0BFBAF
RGB
CMYK
RGB Variations
Color information
#0BFBAF (or 0x0BFBAF) is known color: Medium Spring Green. HEX triplet: 0B, FB and AF. RGB value is (11,251,175). Sum of RGB (Red+Green+Blue) = 11+251+175=437 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.52% from 437); Green value is 251 (98.44% from 255 or 57.44% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 251 - color contains mainly: green. Hex color #0BFBAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BFBAF is #F40450. Grayscale: #AAAAAA. Windows color (decimal): -15991889 or 11533067. OLE color: 11533067.
HSL color Cylindrical-coordinate representation of color #0BFBAF: hue angle of 161º 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 #0BFBAF is Cyan = 0.96, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 251 | 175 | - |
| CMYK | 0.96 | 0 | 0.30 | 0.02 |
| HSL | 161º | 0.97% | 0.51% | - |
| HSV(B) | 161º | 0.96% | 0.98% | - |
| XYZ | 42.37 | 72.16 | 52.25 | - |
| YUV | 170.58 | 130.49 | 14.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 251 | 175 | 0.96 | 0 | 0.30 | 0.02 | 161 | 0.97 | 0.51 |
| Hex | B | FB | AF | 60 | 0 | 1E | 2 | A1 | 61 | 33 |
| Octal | 13 | 373 | 257 | 140 | 0 | 36 | 2 | 241 | 141 | 63 |
| Binary | 1011 | 11111011 | 10101111 | 1100000 | 0 | 11110 | 10 | 10100001 | 1100001 | 110011 |
Color Harmonies of #0BFBAF
Complementary color
Monochromatic Colors of #0BFBAF
Black with #0BFBAF
Text Example
Text Example
White with #0BFBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFBAF; }
p { color: rgb(11,251,175); }
H1.HeaderClassName
{
color: #0BFBAF;
}
.AnyTagClassName
{
color: #0BFBAF;
}
</style>
background-color css
<style>
a { background-color: #0BFBAF; }
a { background-color: rgb(11,251,175); }
div.DivClassName
{
background-color: #0BFBAF;
}
.BgClassName
{
background-color: #0BFBAF;
}
</style>
border-color css
<style>
span { border-color: #0BFBAF; }
span { border-color: rgb(11,251,175); }
td.TdClassName
{
border-color: #0BFBAF;
}
.TagClassName
{
border-color: #0BFBAF;
}
</style>