Html Css Color HEX #0BEFA4 Medium Spring Green
📋 copy color: '#0BEFA4'red 11 ◦ green 239 ◦ blue 164
Shades of Medium Spring Green #0BEFA4
Tints of Medium Spring Green #0BEFA4
RGB
CMYK
RGB Variations
Color information
#0BEFA4 (or 0x0BEFA4) is known color: Medium Spring Green. HEX triplet: 0B, EF and A4. RGB value is (11,239,164). Sum of RGB (Red+Green+Blue) = 11+239+164=414 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.66% from 414); Green value is 239 (93.75% from 255 or 57.73% from 414); Blue value is 164 (64.45% from 255 or 39.61% from 414); Max value from RGB is 239 - color contains mainly: green. Hex color #0BEFA4 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BEFA4 is #F4105B. Grayscale: #A2A2A2. Windows color (decimal): -15994972 or 10809099. OLE color: 10809099.
HSL color Cylindrical-coordinate representation of color #0BEFA4: hue angle of 160.26º 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 #0BEFA4 is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 11 | 239 | 164 | - |
| CMYK | 0.95 | 0 | 0.31 | 0.06 |
| HSL | 160.26º | 0.91% | 0.49% | - |
| HSV(B) | 160.26º | 0.95% | 0.94% | - |
| XYZ | 37.71 | 64.48 | 45.58 | - |
| YUV | 162.28 | 128.96 | 20.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 239 | 164 | 0.95 | 0 | 0.31 | 0.06 | 160.26 | 0.91 | 0.49 |
| Hex | B | EF | A4 | 5F | 0 | 1F | 6 | A0 | 5B | 31 |
| Octal | 13 | 357 | 244 | 137 | 0 | 37 | 6 | 240 | 133 | 61 |
| Binary | 1011 | 11101111 | 10100100 | 1011111 | 0 | 11111 | 110 | 10100000 | 1011011 | 110001 |
Color Harmonies of #0BEFA4
Complementary color
Monochromatic Colors of #0BEFA4
Black with #0BEFA4
Text Example
Text Example
White with #0BEFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEFA4; }
p { color: rgb(11,239,164); }
H1.HeaderClassName
{
color: #0BEFA4;
}
.AnyTagClassName
{
color: #0BEFA4;
}
</style>
background-color css
<style>
a { background-color: #0BEFA4; }
a { background-color: rgb(11,239,164); }
div.DivClassName
{
background-color: #0BEFA4;
}
.BgClassName
{
background-color: #0BEFA4;
}
</style>
border-color css
<style>
span { border-color: #0BEFA4; }
span { border-color: rgb(11,239,164); }
td.TdClassName
{
border-color: #0BEFA4;
}
.TagClassName
{
border-color: #0BEFA4;
}
</style>