Html Css Color HEX #0BF8BC Medium Spring Green
📋 copy color: '#0BF8BC'red 11 ◦ green 248 ◦ blue 188
Shades of Medium Spring Green #0BF8BC
Tints of Medium Spring Green #0BF8BC
RGB
CMYK
RGB Variations
Color information
#0BF8BC (or 0x0BF8BC) is known color: Medium Spring Green. HEX triplet: 0B, F8 and BC. RGB value is (11,248,188). Sum of RGB (Red+Green+Blue) = 11+248+188=447 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.46% from 447); Green value is 248 (97.27% from 255 or 55.48% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 248 - color contains mainly: green. Hex color #0BF8BC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BF8BC is #F40743. Grayscale: #AAAAAA. Windows color (decimal): -15992644 or 12384267. OLE color: 12384267.
HSL color Cylindrical-coordinate representation of color #0BF8BC: hue angle of 164.81º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BF8BC is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 11 | 248 | 188 | - |
| CMYK | 0.96 | 0 | 0.24 | 0.03 |
| HSL | 164.81º | 0.94% | 0.51% | - |
| HSV(B) | 164.81º | 0.96% | 0.97% | - |
| XYZ | 42.78 | 70.84 | 58.99 | - |
| YUV | 170.3 | 137.98 | 14.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 248 | 188 | 0.96 | 0 | 0.24 | 0.03 | 164.81 | 0.94 | 0.51 |
| Hex | B | F8 | BC | 60 | 0 | 18 | 3 | A5 | 5E | 33 |
| Octal | 13 | 370 | 274 | 140 | 0 | 30 | 3 | 245 | 136 | 63 |
| Binary | 1011 | 11111000 | 10111100 | 1100000 | 0 | 11000 | 11 | 10100101 | 1011110 | 110011 |
Color Harmonies of #0BF8BC
Complementary color
Monochromatic Colors of #0BF8BC
Black with #0BF8BC
Text Example
Text Example
White with #0BF8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF8BC; }
p { color: rgb(11,248,188); }
H1.HeaderClassName
{
color: #0BF8BC;
}
.AnyTagClassName
{
color: #0BF8BC;
}
</style>
background-color css
<style>
a { background-color: #0BF8BC; }
a { background-color: rgb(11,248,188); }
div.DivClassName
{
background-color: #0BF8BC;
}
.BgClassName
{
background-color: #0BF8BC;
}
</style>
border-color css
<style>
span { border-color: #0BF8BC; }
span { border-color: rgb(11,248,188); }
td.TdClassName
{
border-color: #0BF8BC;
}
.TagClassName
{
border-color: #0BF8BC;
}
</style>