Html Css Color HEX #0BF7BD Medium Spring Green
📋 copy color: '#0BF7BD'red 11 ◦ green 247 ◦ blue 189
Shades of Medium Spring Green #0BF7BD
Tints of Medium Spring Green #0BF7BD
RGB
CMYK
RGB Variations
Color information
#0BF7BD (or 0x0BF7BD) is known color: Medium Spring Green. HEX triplet: 0B, F7 and BD. RGB value is (11,247,189). Sum of RGB (Red+Green+Blue) = 11+247+189=447 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.46% from 447); Green value is 247 (96.88% from 255 or 55.26% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 247 - color contains mainly: green. Hex color #0BF7BD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BF7BD is #F40842. Grayscale: #A9A9A9. Windows color (decimal): -15992899 or 12449547. OLE color: 12449547.
HSL color Cylindrical-coordinate representation of color #0BF7BD: hue angle of 165.25º 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 #0BF7BD is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 11 | 247 | 189 | - |
| CMYK | 0.96 | 0 | 0.23 | 0.03 |
| HSL | 165.25º | 0.94% | 0.51% | - |
| HSV(B) | 165.25º | 0.96% | 0.97% | - |
| XYZ | 42.58 | 70.27 | 59.46 | - |
| YUV | 169.82 | 138.81 | 14.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 247 | 189 | 0.96 | 0 | 0.23 | 0.03 | 165.25 | 0.94 | 0.51 |
| Hex | B | F7 | BD | 60 | 0 | 17 | 3 | A5 | 5E | 33 |
| Octal | 13 | 367 | 275 | 140 | 0 | 27 | 3 | 245 | 136 | 63 |
| Binary | 1011 | 11110111 | 10111101 | 1100000 | 0 | 10111 | 11 | 10100101 | 1011110 | 110011 |
Color Harmonies of #0BF7BD
Complementary color
Monochromatic Colors of #0BF7BD
Black with #0BF7BD
Text Example
Text Example
White with #0BF7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF7BD; }
p { color: rgb(11,247,189); }
H1.HeaderClassName
{
color: #0BF7BD;
}
.AnyTagClassName
{
color: #0BF7BD;
}
</style>
background-color css
<style>
a { background-color: #0BF7BD; }
a { background-color: rgb(11,247,189); }
div.DivClassName
{
background-color: #0BF7BD;
}
.BgClassName
{
background-color: #0BF7BD;
}
</style>
border-color css
<style>
span { border-color: #0BF7BD; }
span { border-color: rgb(11,247,189); }
td.TdClassName
{
border-color: #0BF7BD;
}
.TagClassName
{
border-color: #0BF7BD;
}
</style>