Html Css Color HEX #0BEBAC Medium Spring Green
📋 copy color: '#0BEBAC'red 11 ◦ green 235 ◦ blue 172
Shades of Medium Spring Green #0BEBAC
Tints of Medium Spring Green #0BEBAC
RGB
CMYK
RGB Variations
Color information
#0BEBAC (or 0x0BEBAC) is known color: Medium Spring Green. HEX triplet: 0B, EB and AC. RGB value is (11,235,172). Sum of RGB (Red+Green+Blue) = 11+235+172=418 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.63% from 418); Green value is 235 (92.19% from 255 or 56.22% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 235 - color contains mainly: green. Hex color #0BEBAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BEBAC is #F41453. Grayscale: #A0A0A0. Windows color (decimal): -15995988 or 11332363. OLE color: 11332363.
HSL color Cylindrical-coordinate representation of color #0BEBAC: hue angle of 163.12º 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 #0BEBAC is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 235 | 172 | - |
| CMYK | 0.95 | 0 | 0.27 | 0.08 |
| HSL | 163.13º | 0.91% | 0.48% | - |
| HSV(B) | 163.13º | 0.95% | 0.92% | - |
| XYZ | 37.29 | 62.47 | 49.12 | - |
| YUV | 160.84 | 134.29 | 21.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 235 | 172 | 0.95 | 0 | 0.27 | 0.08 | 163.13 | 0.91 | 0.48 |
| Hex | B | EB | AC | 5F | 0 | 1B | 8 | A3 | 5B | 30 |
| Octal | 13 | 353 | 254 | 137 | 0 | 33 | 10 | 243 | 133 | 60 |
| Binary | 1011 | 11101011 | 10101100 | 1011111 | 0 | 11011 | 1000 | 10100011 | 1011011 | 110000 |
Color Harmonies of #0BEBAC
Complementary color
Monochromatic Colors of #0BEBAC
Black with #0BEBAC
Text Example
Text Example
White with #0BEBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEBAC; }
p { color: rgb(11,235,172); }
H1.HeaderClassName
{
color: #0BEBAC;
}
.AnyTagClassName
{
color: #0BEBAC;
}
</style>
background-color css
<style>
a { background-color: #0BEBAC; }
a { background-color: rgb(11,235,172); }
div.DivClassName
{
background-color: #0BEBAC;
}
.BgClassName
{
background-color: #0BEBAC;
}
</style>
border-color css
<style>
span { border-color: #0BEBAC; }
span { border-color: rgb(11,235,172); }
td.TdClassName
{
border-color: #0BEBAC;
}
.TagClassName
{
border-color: #0BEBAC;
}
</style>