Html Css Color HEX #0BFBB8 Medium Spring Green
📋 copy color: '#0BFBB8'red 11 ◦ green 251 ◦ blue 184
Shades of Medium Spring Green #0BFBB8
Tints of Medium Spring Green #0BFBB8
RGB
CMYK
RGB Variations
Color information
#0BFBB8 (or 0x0BFBB8) is known color: Medium Spring Green. HEX triplet: 0B, FB and B8. RGB value is (11,251,184). Sum of RGB (Red+Green+Blue) = 11+251+184=446 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.47% from 446); Green value is 251 (98.44% from 255 or 56.28% from 446); Blue value is 184 (72.27% from 255 or 41.26% from 446); Max value from RGB is 251 - color contains mainly: green. Hex color #0BFBB8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFBB8 is #F40447. Grayscale: #ABABAB. Windows color (decimal): -15991880 or 12122891. OLE color: 12122891.
HSL color Cylindrical-coordinate representation of color #0BFBB8: hue angle of 163.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 #0BFBB8 is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 251 | 184 | - |
| CMYK | 0.96 | 0 | 0.27 | 0.02 |
| HSL | 163.25º | 0.97% | 0.51% | - |
| HSV(B) | 163.25º | 0.96% | 0.98% | - |
| XYZ | 43.29 | 72.53 | 57.06 | - |
| YUV | 171.6 | 134.99 | 13.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 251 | 184 | 0.96 | 0 | 0.27 | 0.02 | 163.25 | 0.97 | 0.51 |
| Hex | B | FB | B8 | 60 | 0 | 1B | 2 | A3 | 61 | 33 |
| Octal | 13 | 373 | 270 | 140 | 0 | 33 | 2 | 243 | 141 | 63 |
| Binary | 1011 | 11111011 | 10111000 | 1100000 | 0 | 11011 | 10 | 10100011 | 1100001 | 110011 |
Color Harmonies of #0BFBB8
Complementary color
Monochromatic Colors of #0BFBB8
Black with #0BFBB8
Text Example
Text Example
White with #0BFBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFBB8; }
p { color: rgb(11,251,184); }
H1.HeaderClassName
{
color: #0BFBB8;
}
.AnyTagClassName
{
color: #0BFBB8;
}
</style>
background-color css
<style>
a { background-color: #0BFBB8; }
a { background-color: rgb(11,251,184); }
div.DivClassName
{
background-color: #0BFBB8;
}
.BgClassName
{
background-color: #0BFBB8;
}
</style>
border-color css
<style>
span { border-color: #0BFBB8; }
span { border-color: rgb(11,251,184); }
td.TdClassName
{
border-color: #0BFBB8;
}
.TagClassName
{
border-color: #0BFBB8;
}
</style>