Html Css Color HEX #0BFFBE Medium Spring Green
📋 copy color: '#0BFFBE'red 11 ◦ green 255 ◦ blue 190
Shades of Medium Spring Green #0BFFBE
Tints of Medium Spring Green #0BFFBE
RGB
CMYK
RGB Variations
Color information
#0BFFBE (or 0x0BFFBE) is known color: Medium Spring Green. HEX triplet: 0B, FF and BE. RGB value is (11,255,190). Sum of RGB (Red+Green+Blue) = 11+255+190=456 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.41% from 456); Green value is 255 (100% from 255 or 55.92% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFFBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFFBE is #F40041. Grayscale: #AEAEAE. Windows color (decimal): -15990850 or 12517131. OLE color: 12517131.
HSL color Cylindrical-coordinate representation of color #0BFFBE: hue angle of 164.02º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFFBE is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 255 | 190 | - |
| CMYK | 0.96 | 0 | 0.25 | 0 |
| HSL | 164.02º | 1% | 0.52% | - |
| HSV(B) | 164.02º | 0.96% | 1% | - |
| XYZ | 45.19 | 75.31 | 60.87 | - |
| YUV | 174.63 | 136.66 | 11.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 255 | 190 | 0.96 | 0 | 0.25 | 0 | 164.02 | 1 | 0.52 |
| Hex | B | FF | BE | 60 | 0 | 19 | 0 | A4 | 64 | 34 |
| Octal | 13 | 377 | 276 | 140 | 0 | 31 | 0 | 244 | 144 | 64 |
| Binary | 1011 | 11111111 | 10111110 | 1100000 | 0 | 11001 | 0 | 10100100 | 1100100 | 110100 |
Color Harmonies of #0BFFBE
Complementary color
Monochromatic Colors of #0BFFBE
Black with #0BFFBE
Text Example
Text Example
White with #0BFFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFFBE; }
p { color: rgb(11,255,190); }
H1.HeaderClassName
{
color: #0BFFBE;
}
.AnyTagClassName
{
color: #0BFFBE;
}
</style>
background-color css
<style>
a { background-color: #0BFFBE; }
a { background-color: rgb(11,255,190); }
div.DivClassName
{
background-color: #0BFFBE;
}
.BgClassName
{
background-color: #0BFFBE;
}
</style>
border-color css
<style>
span { border-color: #0BFFBE; }
span { border-color: rgb(11,255,190); }
td.TdClassName
{
border-color: #0BFFBE;
}
.TagClassName
{
border-color: #0BFFBE;
}
</style>