Html Css Color HEX #0BFEBE Medium Spring Green
📋 copy color: '#0BFEBE'red 11 ◦ green 254 ◦ blue 190
Shades of Medium Spring Green #0BFEBE
Tints of Medium Spring Green #0BFEBE
RGB
CMYK
RGB Variations
Color information
#0BFEBE (or 0x0BFEBE) is known color: Medium Spring Green. HEX triplet: 0B, FE and BE. RGB value is (11,254,190). Sum of RGB (Red+Green+Blue) = 11+254+190=455 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.42% from 455); Green value is 254 (99.61% from 255 or 55.82% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 254 - color contains mainly: green. Hex color #0BFEBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFEBE is #F40141. Grayscale: #AEAEAE. Windows color (decimal): -15991106 or 12516875. OLE color: 12516875.
HSL color Cylindrical-coordinate representation of color #0BFEBE: hue angle of 164.2º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFEBE is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 254 | 190 | - |
| CMYK | 0.96 | 0 | 0.25 | 0.00 |
| HSL | 164.2º | 0.99% | 0.52% | - |
| HSV(B) | 164.2º | 0.96% | 1% | - |
| XYZ | 44.87 | 74.67 | 60.76 | - |
| YUV | 174.05 | 136.99 | 11.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 254 | 190 | 0.96 | 0 | 0.25 | 0.00 | 164.2 | 0.99 | 0.52 |
| Hex | B | FE | BE | 60 | 0 | 19 | 0 | A4 | 63 | 34 |
| Octal | 13 | 376 | 276 | 140 | 0 | 31 | 0 | 244 | 143 | 64 |
| Binary | 1011 | 11111110 | 10111110 | 1100000 | 0 | 11001 | 0 | 10100100 | 1100011 | 110100 |
Color Harmonies of #0BFEBE
Complementary color
Monochromatic Colors of #0BFEBE
Black with #0BFEBE
Text Example
Text Example
White with #0BFEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFEBE; }
p { color: rgb(11,254,190); }
H1.HeaderClassName
{
color: #0BFEBE;
}
.AnyTagClassName
{
color: #0BFEBE;
}
</style>
background-color css
<style>
a { background-color: #0BFEBE; }
a { background-color: rgb(11,254,190); }
div.DivClassName
{
background-color: #0BFEBE;
}
.BgClassName
{
background-color: #0BFEBE;
}
</style>
border-color css
<style>
span { border-color: #0BFEBE; }
span { border-color: rgb(11,254,190); }
td.TdClassName
{
border-color: #0BFEBE;
}
.TagClassName
{
border-color: #0BFEBE;
}
</style>