Html Css Color HEX #0BFABC Medium Spring Green
📋 copy color: '#0BFABC'red 11 ◦ green 250 ◦ blue 188
Shades of Medium Spring Green #0BFABC
Tints of Medium Spring Green #0BFABC
RGB
CMYK
RGB Variations
Color information
#0BFABC (or 0x0BFABC) is known color: Medium Spring Green. HEX triplet: 0B, FA and BC. RGB value is (11,250,188). Sum of RGB (Red+Green+Blue) = 11+250+188=449 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.45% from 449); Green value is 250 (98.05% from 255 or 55.68% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFABC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFABC is #F40543. Grayscale: #ABABAB. Windows color (decimal): -15992132 or 12384779. OLE color: 12384779.
HSL color Cylindrical-coordinate representation of color #0BFABC: hue angle of 164.44º 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 #0BFABC is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 250 | 188 | - |
| CMYK | 0.96 | 0 | 0.25 | 0.02 |
| HSL | 164.44º | 0.96% | 0.51% | - |
| HSV(B) | 164.44º | 0.96% | 0.98% | - |
| XYZ | 43.4 | 72.07 | 59.2 | - |
| YUV | 171.47 | 137.32 | 13.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 250 | 188 | 0.96 | 0 | 0.25 | 0.02 | 164.44 | 0.96 | 0.51 |
| Hex | B | FA | BC | 60 | 0 | 19 | 2 | A4 | 60 | 33 |
| Octal | 13 | 372 | 274 | 140 | 0 | 31 | 2 | 244 | 140 | 63 |
| Binary | 1011 | 11111010 | 10111100 | 1100000 | 0 | 11001 | 10 | 10100100 | 1100000 | 110011 |
Color Harmonies of #0BFABC
Complementary color
Monochromatic Colors of #0BFABC
Black with #0BFABC
Text Example
Text Example
White with #0BFABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFABC; }
p { color: rgb(11,250,188); }
H1.HeaderClassName
{
color: #0BFABC;
}
.AnyTagClassName
{
color: #0BFABC;
}
</style>
background-color css
<style>
a { background-color: #0BFABC; }
a { background-color: rgb(11,250,188); }
div.DivClassName
{
background-color: #0BFABC;
}
.BgClassName
{
background-color: #0BFABC;
}
</style>
border-color css
<style>
span { border-color: #0BFABC; }
span { border-color: rgb(11,250,188); }
td.TdClassName
{
border-color: #0BFABC;
}
.TagClassName
{
border-color: #0BFABC;
}
</style>