Html Css Color HEX #0BEA94 Medium Spring Green
📋 copy color: '#0BEA94'red 11 ◦ green 234 ◦ blue 148
Shades of Medium Spring Green #0BEA94
Tints of Medium Spring Green #0BEA94
RGB
CMYK
RGB Variations
Color information
#0BEA94 (or 0x0BEA94) is known color: Medium Spring Green. HEX triplet: 0B, EA and 94. RGB value is (11,234,148). Sum of RGB (Red+Green+Blue) = 11+234+148=393 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.80% from 393); Green value is 234 (91.80% from 255 or 59.54% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 234 - color contains mainly: green. Hex color #0BEA94 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BEA94 is #F4156B. Grayscale: #9D9D9D. Windows color (decimal): -15996268 or 9759243. OLE color: 9759243.
HSL color Cylindrical-coordinate representation of color #0BEA94: hue angle of 156.86º 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 #0BEA94 is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 234 | 148 | - |
| CMYK | 0.95 | 0 | 0.37 | 0.08 |
| HSL | 156.86º | 0.91% | 0.48% | - |
| HSV(B) | 156.86º | 0.95% | 0.92% | - |
| XYZ | 34.91 | 61.05 | 37.96 | - |
| YUV | 157.52 | 122.62 | 23.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 234 | 148 | 0.95 | 0 | 0.37 | 0.08 | 156.86 | 0.91 | 0.48 |
| Hex | B | EA | 94 | 5F | 0 | 25 | 8 | 9D | 5B | 30 |
| Octal | 13 | 352 | 224 | 137 | 0 | 45 | 10 | 235 | 133 | 60 |
| Binary | 1011 | 11101010 | 10010100 | 1011111 | 0 | 100101 | 1000 | 10011101 | 1011011 | 110000 |
Color Harmonies of #0BEA94
Complementary color
Monochromatic Colors of #0BEA94
Black with #0BEA94
Text Example
Text Example
White with #0BEA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEA94; }
p { color: rgb(11,234,148); }
H1.HeaderClassName
{
color: #0BEA94;
}
.AnyTagClassName
{
color: #0BEA94;
}
</style>
background-color css
<style>
a { background-color: #0BEA94; }
a { background-color: rgb(11,234,148); }
div.DivClassName
{
background-color: #0BEA94;
}
.BgClassName
{
background-color: #0BEA94;
}
</style>
border-color css
<style>
span { border-color: #0BEA94; }
span { border-color: rgb(11,234,148); }
td.TdClassName
{
border-color: #0BEA94;
}
.TagClassName
{
border-color: #0BEA94;
}
</style>