Html Css Color HEX #0BF1AC Medium Spring Green
📋 copy color: '#0BF1AC'red 11 ◦ green 241 ◦ blue 172
Shades of Medium Spring Green #0BF1AC
Tints of Medium Spring Green #0BF1AC
RGB
CMYK
RGB Variations
Color information
#0BF1AC (or 0x0BF1AC) is known color: Medium Spring Green. HEX triplet: 0B, F1 and AC. RGB value is (11,241,172). Sum of RGB (Red+Green+Blue) = 11+241+172=424 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.59% from 424); Green value is 241 (94.53% from 255 or 56.84% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 241 - color contains mainly: green. Hex color #0BF1AC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BF1AC is #F40E53. Grayscale: #A4A4A4. Windows color (decimal): -15994452 or 11333899. OLE color: 11333899.
HSL color Cylindrical-coordinate representation of color #0BF1AC: hue angle of 162º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BF1AC is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 11 | 241 | 172 | - |
| CMYK | 0.95 | 0 | 0.29 | 0.05 |
| HSL | 162º | 0.91% | 0.49% | - |
| HSV(B) | 162º | 0.95% | 0.95% | - |
| XYZ | 39.04 | 65.96 | 49.7 | - |
| YUV | 164.36 | 132.3 | 18.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 241 | 172 | 0.95 | 0 | 0.29 | 0.05 | 162 | 0.91 | 0.49 |
| Hex | B | F1 | AC | 5F | 0 | 1D | 5 | A2 | 5B | 31 |
| Octal | 13 | 361 | 254 | 137 | 0 | 35 | 5 | 242 | 133 | 61 |
| Binary | 1011 | 11110001 | 10101100 | 1011111 | 0 | 11101 | 101 | 10100010 | 1011011 | 110001 |
Color Harmonies of #0BF1AC
Complementary color
Monochromatic Colors of #0BF1AC
Black with #0BF1AC
Text Example
Text Example
White with #0BF1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF1AC; }
p { color: rgb(11,241,172); }
H1.HeaderClassName
{
color: #0BF1AC;
}
.AnyTagClassName
{
color: #0BF1AC;
}
</style>
background-color css
<style>
a { background-color: #0BF1AC; }
a { background-color: rgb(11,241,172); }
div.DivClassName
{
background-color: #0BF1AC;
}
.BgClassName
{
background-color: #0BF1AC;
}
</style>
border-color css
<style>
span { border-color: #0BF1AC; }
span { border-color: rgb(11,241,172); }
td.TdClassName
{
border-color: #0BF1AC;
}
.TagClassName
{
border-color: #0BF1AC;
}
</style>