Html Css Color HEX #0BE7A3 Medium Spring Green
📋 copy color: '#0BE7A3'red 11 ◦ green 231 ◦ blue 163
Shades of Medium Spring Green #0BE7A3
Tints of Medium Spring Green #0BE7A3
RGB
CMYK
RGB Variations
Color information
#0BE7A3 (or 0x0BE7A3) is known color: Medium Spring Green. HEX triplet: 0B, E7 and A3. RGB value is (11,231,163). Sum of RGB (Red+Green+Blue) = 11+231+163=405 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.72% from 405); Green value is 231 (90.62% from 255 or 57.04% from 405); Blue value is 163 (64.06% from 255 or 40.25% from 405); Max value from RGB is 231 - color contains mainly: green. Hex color #0BE7A3 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BE7A3 is #F4185C. Grayscale: #9D9D9D. Windows color (decimal): -15997021 or 10741515. OLE color: 10741515.
HSL color Cylindrical-coordinate representation of color #0BE7A3: hue angle of 161.45º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE7A3 is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 11 | 231 | 163 | - |
| CMYK | 0.95 | 0 | 0.29 | 0.09 |
| HSL | 161.45º | 0.91% | 0.47% | - |
| HSV(B) | 161.45º | 0.95% | 0.91% | - |
| XYZ | 35.32 | 59.87 | 44.34 | - |
| YUV | 157.47 | 131.11 | 23.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 231 | 163 | 0.95 | 0 | 0.29 | 0.09 | 161.45 | 0.91 | 0.47 |
| Hex | B | E7 | A3 | 5F | 0 | 1D | 9 | A1 | 5B | 2F |
| Octal | 13 | 347 | 243 | 137 | 0 | 35 | 11 | 241 | 133 | 57 |
| Binary | 1011 | 11100111 | 10100011 | 1011111 | 0 | 11101 | 1001 | 10100001 | 1011011 | 101111 |
Color Harmonies of #0BE7A3
Complementary color
Monochromatic Colors of #0BE7A3
Black with #0BE7A3
Text Example
Text Example
White with #0BE7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE7A3; }
p { color: rgb(11,231,163); }
H1.HeaderClassName
{
color: #0BE7A3;
}
.AnyTagClassName
{
color: #0BE7A3;
}
</style>
background-color css
<style>
a { background-color: #0BE7A3; }
a { background-color: rgb(11,231,163); }
div.DivClassName
{
background-color: #0BE7A3;
}
.BgClassName
{
background-color: #0BE7A3;
}
</style>
border-color css
<style>
span { border-color: #0BE7A3; }
span { border-color: rgb(11,231,163); }
td.TdClassName
{
border-color: #0BE7A3;
}
.TagClassName
{
border-color: #0BE7A3;
}
</style>