Html Css Color HEX #0BFDBD Medium Spring Green
📋 copy color: '#0BFDBD'red 11 ◦ green 253 ◦ blue 189
Shades of Medium Spring Green #0BFDBD
Tints of Medium Spring Green #0BFDBD
RGB
CMYK
RGB Variations
Color information
#0BFDBD (or 0x0BFDBD) is known color: Medium Spring Green. HEX triplet: 0B, FD and BD. RGB value is (11,253,189). Sum of RGB (Red+Green+Blue) = 11+253+189=453 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.43% from 453); Green value is 253 (99.22% from 255 or 55.85% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 253 - color contains mainly: green. Hex color #0BFDBD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFDBD is #F40242. Grayscale: #ADADAD. Windows color (decimal): -15991363 or 12451083. OLE color: 12451083.
HSL color Cylindrical-coordinate representation of color #0BFDBD: hue angle of 164.13º 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 #0BFDBD is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 253 | 189 | - |
| CMYK | 0.96 | 0 | 0.25 | 0.01 |
| HSL | 164.13º | 0.98% | 0.52% | - |
| HSV(B) | 164.13º | 0.96% | 0.99% | - |
| XYZ | 44.45 | 74 | 60.08 | - |
| YUV | 173.35 | 136.83 | 12.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 253 | 189 | 0.96 | 0 | 0.25 | 0.01 | 164.13 | 0.98 | 0.52 |
| Hex | B | FD | BD | 60 | 0 | 19 | 1 | A4 | 62 | 34 |
| Octal | 13 | 375 | 275 | 140 | 0 | 31 | 1 | 244 | 142 | 64 |
| Binary | 1011 | 11111101 | 10111101 | 1100000 | 0 | 11001 | 1 | 10100100 | 1100010 | 110100 |
Color Harmonies of #0BFDBD
Complementary color
Monochromatic Colors of #0BFDBD
Black with #0BFDBD
Text Example
Text Example
White with #0BFDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFDBD; }
p { color: rgb(11,253,189); }
H1.HeaderClassName
{
color: #0BFDBD;
}
.AnyTagClassName
{
color: #0BFDBD;
}
</style>
background-color css
<style>
a { background-color: #0BFDBD; }
a { background-color: rgb(11,253,189); }
div.DivClassName
{
background-color: #0BFDBD;
}
.BgClassName
{
background-color: #0BFDBD;
}
</style>
border-color css
<style>
span { border-color: #0BFDBD; }
span { border-color: rgb(11,253,189); }
td.TdClassName
{
border-color: #0BFDBD;
}
.TagClassName
{
border-color: #0BFDBD;
}
</style>