Html Css Color HEX #0BFDAD Medium Spring Green
📋 copy color: '#0BFDAD'red 11 ◦ green 253 ◦ blue 173
Shades of Medium Spring Green #0BFDAD
Tints of Medium Spring Green #0BFDAD
RGB
CMYK
RGB Variations
Color information
#0BFDAD (or 0x0BFDAD) is known color: Medium Spring Green. HEX triplet: 0B, FD and AD. RGB value is (11,253,173). Sum of RGB (Red+Green+Blue) = 11+253+173=437 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.52% from 437); Green value is 253 (99.22% from 255 or 57.89% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 253 - color contains mainly: green. Hex color #0BFDAD is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BFDAD is #F40252. Grayscale: #ABABAB. Windows color (decimal): -15991379 or 11402507. OLE color: 11402507.
HSL color Cylindrical-coordinate representation of color #0BFDAD: hue angle of 160.17º 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 #0BFDAD is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 253 | 173 | - |
| CMYK | 0.96 | 0 | 0.32 | 0.01 |
| HSL | 160.17º | 0.98% | 0.52% | - |
| HSV(B) | 160.17º | 0.96% | 0.99% | - |
| XYZ | 42.81 | 73.34 | 51.43 | - |
| YUV | 171.52 | 128.83 | 13.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 253 | 173 | 0.96 | 0 | 0.32 | 0.01 | 160.17 | 0.98 | 0.52 |
| Hex | B | FD | AD | 60 | 0 | 20 | 1 | A0 | 62 | 34 |
| Octal | 13 | 375 | 255 | 140 | 0 | 40 | 1 | 240 | 142 | 64 |
| Binary | 1011 | 11111101 | 10101101 | 1100000 | 0 | 100000 | 1 | 10100000 | 1100010 | 110100 |
Color Harmonies of #0BFDAD
Complementary color
Monochromatic Colors of #0BFDAD
Black with #0BFDAD
Text Example
Text Example
White with #0BFDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFDAD; }
p { color: rgb(11,253,173); }
H1.HeaderClassName
{
color: #0BFDAD;
}
.AnyTagClassName
{
color: #0BFDAD;
}
</style>
background-color css
<style>
a { background-color: #0BFDAD; }
a { background-color: rgb(11,253,173); }
div.DivClassName
{
background-color: #0BFDAD;
}
.BgClassName
{
background-color: #0BFDAD;
}
</style>
border-color css
<style>
span { border-color: #0BFDAD; }
span { border-color: rgb(11,253,173); }
td.TdClassName
{
border-color: #0BFDAD;
}
.TagClassName
{
border-color: #0BFDAD;
}
</style>