Html Css Color HEX #0BE5AC Medium Spring Green
📋 copy color: '#0BE5AC'red 11 ◦ green 229 ◦ blue 172
Shades of Medium Spring Green #0BE5AC
Tints of Medium Spring Green #0BE5AC
RGB
CMYK
RGB Variations
Color information
#0BE5AC (or 0x0BE5AC) is known color: Medium Spring Green. HEX triplet: 0B, E5 and AC. RGB value is (11,229,172). Sum of RGB (Red+Green+Blue) = 11+229+172=412 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.67% from 412); Green value is 229 (89.84% from 255 or 55.58% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 229 - color contains mainly: green. Hex color #0BE5AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BE5AC is #F41A53. Grayscale: #9D9D9D. Windows color (decimal): -15997524 or 11330827. OLE color: 11330827.
HSL color Cylindrical-coordinate representation of color #0BE5AC: hue angle of 164.31º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE5AC is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 11 | 229 | 172 | - |
| CMYK | 0.95 | 0 | 0.25 | 0.10 |
| HSL | 164.31º | 0.91% | 0.47% | - |
| HSV(B) | 164.31º | 0.95% | 0.9% | - |
| XYZ | 35.6 | 59.09 | 48.56 | - |
| YUV | 157.32 | 136.28 | 23.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 229 | 172 | 0.95 | 0 | 0.25 | 0.10 | 164.31 | 0.91 | 0.47 |
| Hex | B | E5 | AC | 5F | 0 | 19 | A | A4 | 5B | 2F |
| Octal | 13 | 345 | 254 | 137 | 0 | 31 | 12 | 244 | 133 | 57 |
| Binary | 1011 | 11100101 | 10101100 | 1011111 | 0 | 11001 | 1010 | 10100100 | 1011011 | 101111 |
Color Harmonies of #0BE5AC
Complementary color
Monochromatic Colors of #0BE5AC
Black with #0BE5AC
Text Example
Text Example
White with #0BE5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE5AC; }
p { color: rgb(11,229,172); }
H1.HeaderClassName
{
color: #0BE5AC;
}
.AnyTagClassName
{
color: #0BE5AC;
}
</style>
background-color css
<style>
a { background-color: #0BE5AC; }
a { background-color: rgb(11,229,172); }
div.DivClassName
{
background-color: #0BE5AC;
}
.BgClassName
{
background-color: #0BE5AC;
}
</style>
border-color css
<style>
span { border-color: #0BE5AC; }
span { border-color: rgb(11,229,172); }
td.TdClassName
{
border-color: #0BE5AC;
}
.TagClassName
{
border-color: #0BE5AC;
}
</style>