Html Css Color HEX #0BFCBF Medium Spring Green
📋 copy color: '#0BFCBF'red 11 ◦ green 252 ◦ blue 191
Shades of Medium Spring Green #0BFCBF
Tints of Medium Spring Green #0BFCBF
RGB
CMYK
RGB Variations
Color information
#0BFCBF (or 0x0BFCBF) is known color: Medium Spring Green. HEX triplet: 0B, FC and BF. RGB value is (11,252,191). Sum of RGB (Red+Green+Blue) = 11+252+191=454 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.42% from 454); Green value is 252 (98.83% from 255 or 55.51% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 252 - color contains mainly: green. Hex color #0BFCBF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFCBF is #F40340. Grayscale: #ACACAC. Windows color (decimal): -15991617 or 12581899. OLE color: 12581899.
HSL color Cylindrical-coordinate representation of color #0BFCBF: hue angle of 164.81º 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 #0BFCBF is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 252 | 191 | - |
| CMYK | 0.96 | 0 | 0.24 | 0.01 |
| HSL | 164.81º | 0.98% | 0.52% | - |
| HSV(B) | 164.81º | 0.96% | 0.99% | - |
| XYZ | 44.35 | 73.45 | 61.13 | - |
| YUV | 172.99 | 138.16 | 12.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 252 | 191 | 0.96 | 0 | 0.24 | 0.01 | 164.81 | 0.98 | 0.52 |
| Hex | B | FC | BF | 60 | 0 | 18 | 1 | A5 | 62 | 34 |
| Octal | 13 | 374 | 277 | 140 | 0 | 30 | 1 | 245 | 142 | 64 |
| Binary | 1011 | 11111100 | 10111111 | 1100000 | 0 | 11000 | 1 | 10100101 | 1100010 | 110100 |
Color Harmonies of #0BFCBF
Complementary color
Monochromatic Colors of #0BFCBF
Black with #0BFCBF
Text Example
Text Example
White with #0BFCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFCBF; }
p { color: rgb(11,252,191); }
H1.HeaderClassName
{
color: #0BFCBF;
}
.AnyTagClassName
{
color: #0BFCBF;
}
</style>
background-color css
<style>
a { background-color: #0BFCBF; }
a { background-color: rgb(11,252,191); }
div.DivClassName
{
background-color: #0BFCBF;
}
.BgClassName
{
background-color: #0BFCBF;
}
</style>
border-color css
<style>
span { border-color: #0BFCBF; }
span { border-color: rgb(11,252,191); }
td.TdClassName
{
border-color: #0BFCBF;
}
.TagClassName
{
border-color: #0BFCBF;
}
</style>