Html Css Color HEX #0BEA9A Medium Spring Green
📋 copy color: '#0BEA9A'red 11 ◦ green 234 ◦ blue 154
Shades of Medium Spring Green #0BEA9A
Tints of Medium Spring Green #0BEA9A
RGB
CMYK
RGB Variations
Color information
#0BEA9A (or 0x0BEA9A) is known color: Medium Spring Green. HEX triplet: 0B, EA and 9A. RGB value is (11,234,154). Sum of RGB (Red+Green+Blue) = 11+234+154=399 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.76% from 399); Green value is 234 (91.80% from 255 or 58.65% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 234 - color contains mainly: green. Hex color #0BEA9A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BEA9A is #F41565. Grayscale: #9E9E9E. Windows color (decimal): -15996262 or 10152459. OLE color: 10152459.
HSL color Cylindrical-coordinate representation of color #0BEA9A: hue angle of 158.48º 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 #0BEA9A is Cyan = 0.95, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 234 | 154 | - |
| CMYK | 0.95 | 0 | 0.34 | 0.08 |
| HSL | 158.48º | 0.91% | 0.48% | - |
| HSV(B) | 158.48º | 0.95% | 0.92% | - |
| XYZ | 35.39 | 61.25 | 40.53 | - |
| YUV | 158.2 | 125.62 | 23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 234 | 154 | 0.95 | 0 | 0.34 | 0.08 | 158.48 | 0.91 | 0.48 |
| Hex | B | EA | 9A | 5F | 0 | 22 | 8 | 9E | 5B | 30 |
| Octal | 13 | 352 | 232 | 137 | 0 | 42 | 10 | 236 | 133 | 60 |
| Binary | 1011 | 11101010 | 10011010 | 1011111 | 0 | 100010 | 1000 | 10011110 | 1011011 | 110000 |
Color Harmonies of #0BEA9A
Complementary color
Monochromatic Colors of #0BEA9A
Black with #0BEA9A
Text Example
Text Example
White with #0BEA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEA9A; }
p { color: rgb(11,234,154); }
H1.HeaderClassName
{
color: #0BEA9A;
}
.AnyTagClassName
{
color: #0BEA9A;
}
</style>
background-color css
<style>
a { background-color: #0BEA9A; }
a { background-color: rgb(11,234,154); }
div.DivClassName
{
background-color: #0BEA9A;
}
.BgClassName
{
background-color: #0BEA9A;
}
</style>
border-color css
<style>
span { border-color: #0BEA9A; }
span { border-color: rgb(11,234,154); }
td.TdClassName
{
border-color: #0BEA9A;
}
.TagClassName
{
border-color: #0BEA9A;
}
</style>