Html Css Color HEX #0BE6AC Medium Spring Green
📋 copy color: '#0BE6AC'red 11 ◦ green 230 ◦ blue 172
Shades of Medium Spring Green #0BE6AC
Tints of Medium Spring Green #0BE6AC
RGB
CMYK
RGB Variations
Color information
#0BE6AC (or 0x0BE6AC) is known color: Medium Spring Green. HEX triplet: 0B, E6 and AC. RGB value is (11,230,172). Sum of RGB (Red+Green+Blue) = 11+230+172=413 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.66% from 413); Green value is 230 (90.23% from 255 or 55.69% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 230 - color contains mainly: green. Hex color #0BE6AC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BE6AC is #F41953. Grayscale: #9D9D9D. Windows color (decimal): -15997268 or 11331083. OLE color: 11331083.
HSL color Cylindrical-coordinate representation of color #0BE6AC: hue angle of 164.11º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE6AC is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 11 | 230 | 172 | - |
| CMYK | 0.95 | 0 | 0.25 | 0.10 |
| HSL | 164.11º | 0.91% | 0.47% | - |
| HSV(B) | 164.11º | 0.95% | 0.9% | - |
| XYZ | 35.88 | 59.64 | 48.65 | - |
| YUV | 157.91 | 135.95 | 23.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 230 | 172 | 0.95 | 0 | 0.25 | 0.10 | 164.11 | 0.91 | 0.47 |
| Hex | B | E6 | AC | 5F | 0 | 19 | A | A4 | 5B | 2F |
| Octal | 13 | 346 | 254 | 137 | 0 | 31 | 12 | 244 | 133 | 57 |
| Binary | 1011 | 11100110 | 10101100 | 1011111 | 0 | 11001 | 1010 | 10100100 | 1011011 | 101111 |
Color Harmonies of #0BE6AC
Complementary color
Monochromatic Colors of #0BE6AC
Black with #0BE6AC
Text Example
Text Example
White with #0BE6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE6AC; }
p { color: rgb(11,230,172); }
H1.HeaderClassName
{
color: #0BE6AC;
}
.AnyTagClassName
{
color: #0BE6AC;
}
</style>
background-color css
<style>
a { background-color: #0BE6AC; }
a { background-color: rgb(11,230,172); }
div.DivClassName
{
background-color: #0BE6AC;
}
.BgClassName
{
background-color: #0BE6AC;
}
</style>
border-color css
<style>
span { border-color: #0BE6AC; }
span { border-color: rgb(11,230,172); }
td.TdClassName
{
border-color: #0BE6AC;
}
.TagClassName
{
border-color: #0BE6AC;
}
</style>