Html Css Color HEX #0BFFB6 Medium Spring Green
📋 copy color: '#0BFFB6'red 11 ◦ green 255 ◦ blue 182
Shades of Medium Spring Green #0BFFB6
Tints of Medium Spring Green #0BFFB6
RGB
CMYK
RGB Variations
Color information
#0BFFB6 (or 0x0BFFB6) is known color: Medium Spring Green. HEX triplet: 0B, FF and B6. RGB value is (11,255,182). Sum of RGB (Red+Green+Blue) = 11+255+182=448 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.46% from 448); Green value is 255 (100% from 255 or 56.92% from 448); Blue value is 182 (71.48% from 255 or 40.62% from 448); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFFB6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFFB6 is #F40049. Grayscale: #ADADAD. Windows color (decimal): -15990858 or 11992843. OLE color: 11992843.
HSL color Cylindrical-coordinate representation of color #0BFFB6: hue angle of 162.05º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFFB6 is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 255 | 182 | - |
| CMYK | 0.96 | 0 | 0.29 | 0 |
| HSL | 162.05º | 1% | 0.52% | - |
| HSV(B) | 162.05º | 0.96% | 1% | - |
| XYZ | 44.34 | 74.97 | 56.39 | - |
| YUV | 173.72 | 132.66 | 11.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 255 | 182 | 0.96 | 0 | 0.29 | 0 | 162.05 | 1 | 0.52 |
| Hex | B | FF | B6 | 60 | 0 | 1D | 0 | A2 | 64 | 34 |
| Octal | 13 | 377 | 266 | 140 | 0 | 35 | 0 | 242 | 144 | 64 |
| Binary | 1011 | 11111111 | 10110110 | 1100000 | 0 | 11101 | 0 | 10100010 | 1100100 | 110100 |
Color Harmonies of #0BFFB6
Complementary color
Monochromatic Colors of #0BFFB6
Black with #0BFFB6
Text Example
Text Example
White with #0BFFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFFB6; }
p { color: rgb(11,255,182); }
H1.HeaderClassName
{
color: #0BFFB6;
}
.AnyTagClassName
{
color: #0BFFB6;
}
</style>
background-color css
<style>
a { background-color: #0BFFB6; }
a { background-color: rgb(11,255,182); }
div.DivClassName
{
background-color: #0BFFB6;
}
.BgClassName
{
background-color: #0BFFB6;
}
</style>
border-color css
<style>
span { border-color: #0BFFB6; }
span { border-color: rgb(11,255,182); }
td.TdClassName
{
border-color: #0BFFB6;
}
.TagClassName
{
border-color: #0BFFB6;
}
</style>