Html Css Color HEX #0BFAAC Medium Spring Green
📋 copy color: '#0BFAAC'red 11 ◦ green 250 ◦ blue 172
Shades of Medium Spring Green #0BFAAC
Tints of Medium Spring Green #0BFAAC
RGB
CMYK
RGB Variations
Color information
#0BFAAC (or 0x0BFAAC) is known color: Medium Spring Green. HEX triplet: 0B, FA and AC. RGB value is (11,250,172). Sum of RGB (Red+Green+Blue) = 11+250+172=433 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.54% from 433); Green value is 250 (98.05% from 255 or 57.74% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFAAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BFAAC is #F40553. Grayscale: #A9A9A9. Windows color (decimal): -15992148 or 11336203. OLE color: 11336203.
HSL color Cylindrical-coordinate representation of color #0BFAAC: hue angle of 160.42º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFAAC is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 250 | 172 | - |
| CMYK | 0.96 | 0 | 0.31 | 0.02 |
| HSL | 160.42º | 0.96% | 0.51% | - |
| HSV(B) | 160.42º | 0.96% | 0.98% | - |
| XYZ | 41.77 | 71.42 | 50.61 | - |
| YUV | 169.65 | 129.32 | 14.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 250 | 172 | 0.96 | 0 | 0.31 | 0.02 | 160.42 | 0.96 | 0.51 |
| Hex | B | FA | AC | 60 | 0 | 1F | 2 | A0 | 60 | 33 |
| Octal | 13 | 372 | 254 | 140 | 0 | 37 | 2 | 240 | 140 | 63 |
| Binary | 1011 | 11111010 | 10101100 | 1100000 | 0 | 11111 | 10 | 10100000 | 1100000 | 110011 |
Color Harmonies of #0BFAAC
Complementary color
Monochromatic Colors of #0BFAAC
Black with #0BFAAC
Text Example
Text Example
White with #0BFAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFAAC; }
p { color: rgb(11,250,172); }
H1.HeaderClassName
{
color: #0BFAAC;
}
.AnyTagClassName
{
color: #0BFAAC;
}
</style>
background-color css
<style>
a { background-color: #0BFAAC; }
a { background-color: rgb(11,250,172); }
div.DivClassName
{
background-color: #0BFAAC;
}
.BgClassName
{
background-color: #0BFAAC;
}
</style>
border-color css
<style>
span { border-color: #0BFAAC; }
span { border-color: rgb(11,250,172); }
td.TdClassName
{
border-color: #0BFAAC;
}
.TagClassName
{
border-color: #0BFAAC;
}
</style>