Html Css Color HEX #0BEBA2 Medium Spring Green
📋 copy color: '#0BEBA2'red 11 ◦ green 235 ◦ blue 162
Shades of Medium Spring Green #0BEBA2
Tints of Medium Spring Green #0BEBA2
RGB
CMYK
RGB Variations
Color information
#0BEBA2 (or 0x0BEBA2) is known color: Medium Spring Green. HEX triplet: 0B, EB and A2. RGB value is (11,235,162). Sum of RGB (Red+Green+Blue) = 11+235+162=408 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.70% from 408); Green value is 235 (92.19% from 255 or 57.60% from 408); Blue value is 162 (63.67% from 255 or 39.71% from 408); Max value from RGB is 235 - color contains mainly: green. Hex color #0BEBA2 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BEBA2 is #F4145D. Grayscale: #9F9F9F. Windows color (decimal): -15995998 or 10677003. OLE color: 10677003.
HSL color Cylindrical-coordinate representation of color #0BEBA2: hue angle of 160.45º 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 #0BEBA2 is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 235 | 162 | - |
| CMYK | 0.95 | 0 | 0.31 | 0.08 |
| HSL | 160.45º | 0.91% | 0.48% | - |
| HSV(B) | 160.45º | 0.95% | 0.92% | - |
| XYZ | 36.37 | 62.1 | 44.25 | - |
| YUV | 159.7 | 129.29 | 21.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 235 | 162 | 0.95 | 0 | 0.31 | 0.08 | 160.45 | 0.91 | 0.48 |
| Hex | B | EB | A2 | 5F | 0 | 1F | 8 | A0 | 5B | 30 |
| Octal | 13 | 353 | 242 | 137 | 0 | 37 | 10 | 240 | 133 | 60 |
| Binary | 1011 | 11101011 | 10100010 | 1011111 | 0 | 11111 | 1000 | 10100000 | 1011011 | 110000 |
Color Harmonies of #0BEBA2
Complementary color
Monochromatic Colors of #0BEBA2
Black with #0BEBA2
Text Example
Text Example
White with #0BEBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEBA2; }
p { color: rgb(11,235,162); }
H1.HeaderClassName
{
color: #0BEBA2;
}
.AnyTagClassName
{
color: #0BEBA2;
}
</style>
background-color css
<style>
a { background-color: #0BEBA2; }
a { background-color: rgb(11,235,162); }
div.DivClassName
{
background-color: #0BEBA2;
}
.BgClassName
{
background-color: #0BEBA2;
}
</style>
border-color css
<style>
span { border-color: #0BEBA2; }
span { border-color: rgb(11,235,162); }
td.TdClassName
{
border-color: #0BEBA2;
}
.TagClassName
{
border-color: #0BEBA2;
}
</style>