Html Css Color HEX #0BEAA0 Medium Spring Green
📋 copy color: '#0BEAA0'red 11 ◦ green 234 ◦ blue 160
Shades of Medium Spring Green #0BEAA0
Tints of Medium Spring Green #0BEAA0
RGB
CMYK
RGB Variations
Color information
#0BEAA0 (or 0x0BEAA0) is known color: Medium Spring Green. HEX triplet: 0B, EA and A0. RGB value is (11,234,160). Sum of RGB (Red+Green+Blue) = 11+234+160=405 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.72% from 405); Green value is 234 (91.80% from 255 or 57.78% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 234 - color contains mainly: green. Hex color #0BEAA0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BEAA0 is #F4155F. Grayscale: #9E9E9E. Windows color (decimal): -15996256 or 10545675. OLE color: 10545675.
HSL color Cylindrical-coordinate representation of color #0BEAA0: hue angle of 160.09º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEAA0 is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 234 | 160 | - |
| CMYK | 0.95 | 0 | 0.32 | 0.08 |
| HSL | 160.09º | 0.91% | 0.48% | - |
| HSV(B) | 160.09º | 0.95% | 0.92% | - |
| XYZ | 35.91 | 61.45 | 43.23 | - |
| YUV | 158.89 | 128.62 | 22.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 234 | 160 | 0.95 | 0 | 0.32 | 0.08 | 160.09 | 0.91 | 0.48 |
| Hex | B | EA | A0 | 5F | 0 | 20 | 8 | A0 | 5B | 30 |
| Octal | 13 | 352 | 240 | 137 | 0 | 40 | 10 | 240 | 133 | 60 |
| Binary | 1011 | 11101010 | 10100000 | 1011111 | 0 | 100000 | 1000 | 10100000 | 1011011 | 110000 |
Color Harmonies of #0BEAA0
Complementary color
Monochromatic Colors of #0BEAA0
Black with #0BEAA0
Text Example
Text Example
White with #0BEAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEAA0; }
p { color: rgb(11,234,160); }
H1.HeaderClassName
{
color: #0BEAA0;
}
.AnyTagClassName
{
color: #0BEAA0;
}
</style>
background-color css
<style>
a { background-color: #0BEAA0; }
a { background-color: rgb(11,234,160); }
div.DivClassName
{
background-color: #0BEAA0;
}
.BgClassName
{
background-color: #0BEAA0;
}
</style>
border-color css
<style>
span { border-color: #0BEAA0; }
span { border-color: rgb(11,234,160); }
td.TdClassName
{
border-color: #0BEAA0;
}
.TagClassName
{
border-color: #0BEAA0;
}
</style>