Html Css Color HEX #0BE5A6 Medium Spring Green
📋 copy color: '#0BE5A6'red 11 ◦ green 229 ◦ blue 166
Shades of Medium Spring Green #0BE5A6
Tints of Medium Spring Green #0BE5A6
RGB
CMYK
RGB Variations
Color information
#0BE5A6 (or 0x0BE5A6) is known color: Medium Spring Green. HEX triplet: 0B, E5 and A6. RGB value is (11,229,166). Sum of RGB (Red+Green+Blue) = 11+229+166=406 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.71% from 406); Green value is 229 (89.84% from 255 or 56.40% from 406); Blue value is 166 (65.23% from 255 or 40.89% from 406); Max value from RGB is 229 - color contains mainly: green. Hex color #0BE5A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BE5A6 is #F41A59. Grayscale: #9C9C9C. Windows color (decimal): -15997530 or 10937611. OLE color: 10937611.
HSL color Cylindrical-coordinate representation of color #0BE5A6: hue angle of 162.66º 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 #0BE5A6 is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 11 | 229 | 166 | - |
| CMYK | 0.95 | 0 | 0.28 | 0.10 |
| HSL | 162.66º | 0.91% | 0.47% | - |
| HSV(B) | 162.66º | 0.95% | 0.9% | - |
| XYZ | 35.04 | 58.86 | 45.59 | - |
| YUV | 156.64 | 133.28 | 24.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 229 | 166 | 0.95 | 0 | 0.28 | 0.10 | 162.66 | 0.91 | 0.47 |
| Hex | B | E5 | A6 | 5F | 0 | 1C | A | A3 | 5B | 2F |
| Octal | 13 | 345 | 246 | 137 | 0 | 34 | 12 | 243 | 133 | 57 |
| Binary | 1011 | 11100101 | 10100110 | 1011111 | 0 | 11100 | 1010 | 10100011 | 1011011 | 101111 |
Color Harmonies of #0BE5A6
Complementary color
Monochromatic Colors of #0BE5A6
Black with #0BE5A6
Text Example
Text Example
White with #0BE5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE5A6; }
p { color: rgb(11,229,166); }
H1.HeaderClassName
{
color: #0BE5A6;
}
.AnyTagClassName
{
color: #0BE5A6;
}
</style>
background-color css
<style>
a { background-color: #0BE5A6; }
a { background-color: rgb(11,229,166); }
div.DivClassName
{
background-color: #0BE5A6;
}
.BgClassName
{
background-color: #0BE5A6;
}
</style>
border-color css
<style>
span { border-color: #0BE5A6; }
span { border-color: rgb(11,229,166); }
td.TdClassName
{
border-color: #0BE5A6;
}
.TagClassName
{
border-color: #0BE5A6;
}
</style>