Html Css Color HEX #0BFBBC Medium Spring Green
📋 copy color: '#0BFBBC'red 11 ◦ green 251 ◦ blue 188
Shades of Medium Spring Green #0BFBBC
Tints of Medium Spring Green #0BFBBC
RGB
CMYK
RGB Variations
Color information
#0BFBBC (or 0x0BFBBC) is known color: Medium Spring Green. HEX triplet: 0B, FB and BC. RGB value is (11,251,188). Sum of RGB (Red+Green+Blue) = 11+251+188=450 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.44% from 450); Green value is 251 (98.44% from 255 or 55.78% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 251 - color contains mainly: green. Hex color #0BFBBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFBBC is #F40443. Grayscale: #ACACAC. Windows color (decimal): -15991876 or 12385035. OLE color: 12385035.
HSL color Cylindrical-coordinate representation of color #0BFBBC: hue angle of 164.25º 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 #0BFBBC is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 251 | 188 | - |
| CMYK | 0.96 | 0 | 0.25 | 0.02 |
| HSL | 164.25º | 0.97% | 0.51% | - |
| HSV(B) | 164.25º | 0.96% | 0.98% | - |
| XYZ | 43.71 | 72.7 | 59.3 | - |
| YUV | 172.06 | 136.99 | 13.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 251 | 188 | 0.96 | 0 | 0.25 | 0.02 | 164.25 | 0.97 | 0.51 |
| Hex | B | FB | BC | 60 | 0 | 19 | 2 | A4 | 61 | 33 |
| Octal | 13 | 373 | 274 | 140 | 0 | 31 | 2 | 244 | 141 | 63 |
| Binary | 1011 | 11111011 | 10111100 | 1100000 | 0 | 11001 | 10 | 10100100 | 1100001 | 110011 |
Color Harmonies of #0BFBBC
Complementary color
Monochromatic Colors of #0BFBBC
Black with #0BFBBC
Text Example
Text Example
White with #0BFBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFBBC; }
p { color: rgb(11,251,188); }
H1.HeaderClassName
{
color: #0BFBBC;
}
.AnyTagClassName
{
color: #0BFBBC;
}
</style>
background-color css
<style>
a { background-color: #0BFBBC; }
a { background-color: rgb(11,251,188); }
div.DivClassName
{
background-color: #0BFBBC;
}
.BgClassName
{
background-color: #0BFBBC;
}
</style>
border-color css
<style>
span { border-color: #0BFBBC; }
span { border-color: rgb(11,251,188); }
td.TdClassName
{
border-color: #0BFBBC;
}
.TagClassName
{
border-color: #0BFBBC;
}
</style>