Html Css Color HEX #0BECBA Medium Spring Green
📋 copy color: '#0BECBA'red 11 ◦ green 236 ◦ blue 186
Shades of Medium Spring Green #0BECBA
Tints of Medium Spring Green #0BECBA
RGB
CMYK
RGB Variations
Color information
#0BECBA (or 0x0BECBA) is known color: Medium Spring Green. HEX triplet: 0B, EC and BA. RGB value is (11,236,186). Sum of RGB (Red+Green+Blue) = 11+236+186=433 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.54% from 433); Green value is 236 (92.58% from 255 or 54.50% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 236 - color contains mainly: green. Hex color #0BECBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BECBA is #F41345. Grayscale: #A3A3A3. Windows color (decimal): -15995718 or 12250123. OLE color: 12250123.
HSL color Cylindrical-coordinate representation of color #0BECBA: hue angle of 166.67º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BECBA is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 236 | 186 | - |
| CMYK | 0.95 | 0 | 0.21 | 0.07 |
| HSL | 166.67º | 0.91% | 0.48% | - |
| HSV(B) | 166.67º | 0.95% | 0.93% | - |
| XYZ | 39 | 63.61 | 56.68 | - |
| YUV | 163.03 | 140.96 | 19.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 236 | 186 | 0.95 | 0 | 0.21 | 0.07 | 166.67 | 0.91 | 0.48 |
| Hex | B | EC | BA | 5F | 0 | 15 | 7 | A7 | 5B | 30 |
| Octal | 13 | 354 | 272 | 137 | 0 | 25 | 7 | 247 | 133 | 60 |
| Binary | 1011 | 11101100 | 10111010 | 1011111 | 0 | 10101 | 111 | 10100111 | 1011011 | 110000 |
Color Harmonies of #0BECBA
Complementary color
Monochromatic Colors of #0BECBA
Black with #0BECBA
Text Example
Text Example
White with #0BECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BECBA; }
p { color: rgb(11,236,186); }
H1.HeaderClassName
{
color: #0BECBA;
}
.AnyTagClassName
{
color: #0BECBA;
}
</style>
background-color css
<style>
a { background-color: #0BECBA; }
a { background-color: rgb(11,236,186); }
div.DivClassName
{
background-color: #0BECBA;
}
.BgClassName
{
background-color: #0BECBA;
}
</style>
border-color css
<style>
span { border-color: #0BECBA; }
span { border-color: rgb(11,236,186); }
td.TdClassName
{
border-color: #0BECBA;
}
.TagClassName
{
border-color: #0BECBA;
}
</style>