Html Css Color HEX #0BEFA3 Medium Spring Green
📋 copy color: '#0BEFA3'red 11 ◦ green 239 ◦ blue 163
Shades of Medium Spring Green #0BEFA3
Tints of Medium Spring Green #0BEFA3
RGB
CMYK
RGB Variations
Color information
#0BEFA3 (or 0x0BEFA3) is known color: Medium Spring Green. HEX triplet: 0B, EF and A3. RGB value is (11,239,163). Sum of RGB (Red+Green+Blue) = 11+239+163=413 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.66% from 413); Green value is 239 (93.75% from 255 or 57.87% from 413); Blue value is 163 (64.06% from 255 or 39.47% from 413); Max value from RGB is 239 - color contains mainly: green. Hex color #0BEFA3 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BEFA3 is #F4105C. Grayscale: #A2A2A2. Windows color (decimal): -15994973 or 10743563. OLE color: 10743563.
HSL color Cylindrical-coordinate representation of color #0BEFA3: hue angle of 160º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEFA3 is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 11 | 239 | 163 | - |
| CMYK | 0.95 | 0 | 0.32 | 0.06 |
| HSL | 160º | 0.91% | 0.49% | - |
| HSV(B) | 160º | 0.95% | 0.94% | - |
| XYZ | 37.62 | 64.45 | 45.11 | - |
| YUV | 162.16 | 128.46 | 20.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 239 | 163 | 0.95 | 0 | 0.32 | 0.06 | 160 | 0.91 | 0.49 |
| Hex | B | EF | A3 | 5F | 0 | 20 | 6 | A0 | 5B | 31 |
| Octal | 13 | 357 | 243 | 137 | 0 | 40 | 6 | 240 | 133 | 61 |
| Binary | 1011 | 11101111 | 10100011 | 1011111 | 0 | 100000 | 110 | 10100000 | 1011011 | 110001 |
Color Harmonies of #0BEFA3
Complementary color
Monochromatic Colors of #0BEFA3
Black with #0BEFA3
Text Example
Text Example
White with #0BEFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEFA3; }
p { color: rgb(11,239,163); }
H1.HeaderClassName
{
color: #0BEFA3;
}
.AnyTagClassName
{
color: #0BEFA3;
}
</style>
background-color css
<style>
a { background-color: #0BEFA3; }
a { background-color: rgb(11,239,163); }
div.DivClassName
{
background-color: #0BEFA3;
}
.BgClassName
{
background-color: #0BEFA3;
}
</style>
border-color css
<style>
span { border-color: #0BEFA3; }
span { border-color: rgb(11,239,163); }
td.TdClassName
{
border-color: #0BEFA3;
}
.TagClassName
{
border-color: #0BEFA3;
}
</style>