Html Css Color HEX #0DEFBA Medium Spring Green
📋 copy color: '#0DEFBA'red 13 ◦ green 239 ◦ blue 186
Shades of Medium Spring Green #0DEFBA
Tints of Medium Spring Green #0DEFBA
RGB
CMYK
RGB Variations
Color information
#0DEFBA (or 0x0DEFBA) is known color: Medium Spring Green. HEX triplet: 0D, EF and BA. RGB value is (13,239,186). Sum of RGB (Red+Green+Blue) = 13+239+186=438 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.97% from 438); Green value is 239 (93.75% from 255 or 54.57% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 239 - color contains mainly: green. Hex color #0DEFBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DEFBA is #F21045. Grayscale: #A5A5A5. Windows color (decimal): -15863878 or 12250893. OLE color: 12250893.
HSL color Cylindrical-coordinate representation of color #0DEFBA: hue angle of 165.93º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DEFBA is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 13 | 239 | 186 | - |
| CMYK | 0.95 | 0 | 0.22 | 0.06 |
| HSL | 165.93º | 0.9% | 0.49% | - |
| HSV(B) | 165.93º | 0.95% | 0.94% | - |
| XYZ | 39.9 | 65.36 | 56.97 | - |
| YUV | 165.38 | 139.63 | 19.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 239 | 186 | 0.95 | 0 | 0.22 | 0.06 | 165.93 | 0.9 | 0.49 |
| Hex | D | EF | BA | 5F | 0 | 16 | 6 | A6 | 5A | 31 |
| Octal | 15 | 357 | 272 | 137 | 0 | 26 | 6 | 246 | 132 | 61 |
| Binary | 1101 | 11101111 | 10111010 | 1011111 | 0 | 10110 | 110 | 10100110 | 1011010 | 110001 |
Color Harmonies of #0DEFBA
Complementary color
Monochromatic Colors of #0DEFBA
Black with #0DEFBA
Text Example
Text Example
White with #0DEFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEFBA; }
p { color: rgb(13,239,186); }
H1.HeaderClassName
{
color: #0DEFBA;
}
.AnyTagClassName
{
color: #0DEFBA;
}
</style>
background-color css
<style>
a { background-color: #0DEFBA; }
a { background-color: rgb(13,239,186); }
div.DivClassName
{
background-color: #0DEFBA;
}
.BgClassName
{
background-color: #0DEFBA;
}
</style>
border-color css
<style>
span { border-color: #0DEFBA; }
span { border-color: rgb(13,239,186); }
td.TdClassName
{
border-color: #0DEFBA;
}
.TagClassName
{
border-color: #0DEFBA;
}
</style>