Html Css Color HEX #0BEA8E Medium Spring Green
📋 copy color: '#0BEA8E'red 11 ◦ green 234 ◦ blue 142
Shades of Medium Spring Green #0BEA8E
Tints of Medium Spring Green #0BEA8E
RGB
CMYK
RGB Variations
Color information
#0BEA8E (or 0x0BEA8E) is known color: Medium Spring Green. HEX triplet: 0B, EA and 8E. RGB value is (11,234,142). Sum of RGB (Red+Green+Blue) = 11+234+142=387 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.84% from 387); Green value is 234 (91.80% from 255 or 60.47% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 234 - color contains mainly: green. Hex color #0BEA8E is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BEA8E is #F41571. Grayscale: #9C9C9C. Windows color (decimal): -15996274 or 9366027. OLE color: 9366027.
HSL color Cylindrical-coordinate representation of color #0BEA8E: hue angle of 155.25º 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 #0BEA8E is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 234 | 142 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.08 |
| HSL | 155.25º | 0.91% | 0.48% | - |
| HSV(B) | 155.25º | 0.95% | 0.92% | - |
| XYZ | 34.44 | 60.87 | 35.52 | - |
| YUV | 156.84 | 119.62 | 23.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 234 | 142 | 0.95 | 0 | 0.39 | 0.08 | 155.25 | 0.91 | 0.48 |
| Hex | B | EA | 8E | 5F | 0 | 27 | 8 | 9B | 5B | 30 |
| Octal | 13 | 352 | 216 | 137 | 0 | 47 | 10 | 233 | 133 | 60 |
| Binary | 1011 | 11101010 | 10001110 | 1011111 | 0 | 100111 | 1000 | 10011011 | 1011011 | 110000 |
Color Harmonies of #0BEA8E
Complementary color
Monochromatic Colors of #0BEA8E
Black with #0BEA8E
Text Example
Text Example
White with #0BEA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEA8E; }
p { color: rgb(11,234,142); }
H1.HeaderClassName
{
color: #0BEA8E;
}
.AnyTagClassName
{
color: #0BEA8E;
}
</style>
background-color css
<style>
a { background-color: #0BEA8E; }
a { background-color: rgb(11,234,142); }
div.DivClassName
{
background-color: #0BEA8E;
}
.BgClassName
{
background-color: #0BEA8E;
}
</style>
border-color css
<style>
span { border-color: #0BEA8E; }
span { border-color: rgb(11,234,142); }
td.TdClassName
{
border-color: #0BEA8E;
}
.TagClassName
{
border-color: #0BEA8E;
}
</style>