Html Css Color HEX #0BFDBF Medium Spring Green
📋 copy color: '#0BFDBF'red 11 ◦ green 253 ◦ blue 191
Shades of Medium Spring Green #0BFDBF
Tints of Medium Spring Green #0BFDBF
RGB
CMYK
RGB Variations
Color information
#0BFDBF (or 0x0BFDBF) is known color: Medium Spring Green. HEX triplet: 0B, FD and BF. RGB value is (11,253,191). Sum of RGB (Red+Green+Blue) = 11+253+191=455 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.42% from 455); Green value is 253 (99.22% from 255 or 55.60% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 253 - color contains mainly: green. Hex color #0BFDBF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFDBF is #F40240. Grayscale: #ADADAD. Windows color (decimal): -15991361 or 12582155. OLE color: 12582155.
HSL color Cylindrical-coordinate representation of color #0BFDBF: hue angle of 164.63º 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 #0BFDBF is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 253 | 191 | - |
| CMYK | 0.96 | 0 | 0.25 | 0.01 |
| HSL | 164.63º | 0.98% | 0.52% | - |
| HSV(B) | 164.63º | 0.96% | 0.99% | - |
| XYZ | 44.67 | 74.08 | 61.24 | - |
| YUV | 173.57 | 137.83 | 12.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 253 | 191 | 0.96 | 0 | 0.25 | 0.01 | 164.63 | 0.98 | 0.52 |
| Hex | B | FD | BF | 60 | 0 | 19 | 1 | A5 | 62 | 34 |
| Octal | 13 | 375 | 277 | 140 | 0 | 31 | 1 | 245 | 142 | 64 |
| Binary | 1011 | 11111101 | 10111111 | 1100000 | 0 | 11001 | 1 | 10100101 | 1100010 | 110100 |
Color Harmonies of #0BFDBF
Complementary color
Monochromatic Colors of #0BFDBF
Black with #0BFDBF
Text Example
Text Example
White with #0BFDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFDBF; }
p { color: rgb(11,253,191); }
H1.HeaderClassName
{
color: #0BFDBF;
}
.AnyTagClassName
{
color: #0BFDBF;
}
</style>
background-color css
<style>
a { background-color: #0BFDBF; }
a { background-color: rgb(11,253,191); }
div.DivClassName
{
background-color: #0BFDBF;
}
.BgClassName
{
background-color: #0BFDBF;
}
</style>
border-color css
<style>
span { border-color: #0BFDBF; }
span { border-color: rgb(11,253,191); }
td.TdClassName
{
border-color: #0BFDBF;
}
.TagClassName
{
border-color: #0BFDBF;
}
</style>