Html Css Color HEX #0BE4AC Medium Spring Green
📋 copy color: '#0BE4AC'red 11 ◦ green 228 ◦ blue 172
Shades of Medium Spring Green #0BE4AC
Tints of Medium Spring Green #0BE4AC
RGB
CMYK
RGB Variations
Color information
#0BE4AC (or 0x0BE4AC) is known color: Medium Spring Green. HEX triplet: 0B, E4 and AC. RGB value is (11,228,172). Sum of RGB (Red+Green+Blue) = 11+228+172=411 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.68% from 411); Green value is 228 (89.45% from 255 or 55.47% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 228 - color contains mainly: green. Hex color #0BE4AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BE4AC is #F41B53. Grayscale: #9C9C9C. Windows color (decimal): -15997780 or 11330571. OLE color: 11330571.
HSL color Cylindrical-coordinate representation of color #0BE4AC: hue angle of 164.52º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE4AC is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 228 | 172 | - |
| CMYK | 0.95 | 0 | 0.25 | 0.11 |
| HSL | 164.52º | 0.91% | 0.47% | - |
| HSV(B) | 164.52º | 0.95% | 0.89% | - |
| XYZ | 35.33 | 58.54 | 48.47 | - |
| YUV | 156.73 | 136.61 | 24.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 228 | 172 | 0.95 | 0 | 0.25 | 0.11 | 164.52 | 0.91 | 0.47 |
| Hex | B | E4 | AC | 5F | 0 | 19 | B | A5 | 5B | 2F |
| Octal | 13 | 344 | 254 | 137 | 0 | 31 | 13 | 245 | 133 | 57 |
| Binary | 1011 | 11100100 | 10101100 | 1011111 | 0 | 11001 | 1011 | 10100101 | 1011011 | 101111 |
Color Harmonies of #0BE4AC
Complementary color
Monochromatic Colors of #0BE4AC
Black with #0BE4AC
Text Example
Text Example
White with #0BE4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE4AC; }
p { color: rgb(11,228,172); }
H1.HeaderClassName
{
color: #0BE4AC;
}
.AnyTagClassName
{
color: #0BE4AC;
}
</style>
background-color css
<style>
a { background-color: #0BE4AC; }
a { background-color: rgb(11,228,172); }
div.DivClassName
{
background-color: #0BE4AC;
}
.BgClassName
{
background-color: #0BE4AC;
}
</style>
border-color css
<style>
span { border-color: #0BE4AC; }
span { border-color: rgb(11,228,172); }
td.TdClassName
{
border-color: #0BE4AC;
}
.TagClassName
{
border-color: #0BE4AC;
}
</style>