Html Css Color HEX #0BFDAC Medium Spring Green
📋 copy color: '#0BFDAC'red 11 ◦ green 253 ◦ blue 172
Shades of Medium Spring Green #0BFDAC
Tints of Medium Spring Green #0BFDAC
RGB
CMYK
RGB Variations
Color information
#0BFDAC (or 0x0BFDAC) is known color: Medium Spring Green. HEX triplet: 0B, FD and AC. RGB value is (11,253,172). Sum of RGB (Red+Green+Blue) = 11+253+172=436 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.52% from 436); Green value is 253 (99.22% from 255 or 58.03% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 253 - color contains mainly: green. Hex color #0BFDAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BFDAC is #F40253. Grayscale: #ABABAB. Windows color (decimal): -15991380 or 11336971. OLE color: 11336971.
HSL color Cylindrical-coordinate representation of color #0BFDAC: hue angle of 159.92º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFDAC is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 253 | 172 | - |
| CMYK | 0.96 | 0 | 0.32 | 0.01 |
| HSL | 159.92º | 0.98% | 0.52% | - |
| HSV(B) | 159.92º | 0.96% | 0.99% | - |
| XYZ | 42.71 | 73.3 | 50.93 | - |
| YUV | 171.41 | 128.33 | 13.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 253 | 172 | 0.96 | 0 | 0.32 | 0.01 | 159.92 | 0.98 | 0.52 |
| Hex | B | FD | AC | 60 | 0 | 20 | 1 | A0 | 62 | 34 |
| Octal | 13 | 375 | 254 | 140 | 0 | 40 | 1 | 240 | 142 | 64 |
| Binary | 1011 | 11111101 | 10101100 | 1100000 | 0 | 100000 | 1 | 10100000 | 1100010 | 110100 |
Color Harmonies of #0BFDAC
Complementary color
Monochromatic Colors of #0BFDAC
Black with #0BFDAC
Text Example
Text Example
White with #0BFDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFDAC; }
p { color: rgb(11,253,172); }
H1.HeaderClassName
{
color: #0BFDAC;
}
.AnyTagClassName
{
color: #0BFDAC;
}
</style>
background-color css
<style>
a { background-color: #0BFDAC; }
a { background-color: rgb(11,253,172); }
div.DivClassName
{
background-color: #0BFDAC;
}
.BgClassName
{
background-color: #0BFDAC;
}
</style>
border-color css
<style>
span { border-color: #0BFDAC; }
span { border-color: rgb(11,253,172); }
td.TdClassName
{
border-color: #0BFDAC;
}
.TagClassName
{
border-color: #0BFDAC;
}
</style>