Html Css Color HEX #0AEDBA Medium Spring Green
📋 copy color: '#0AEDBA'red 10 ◦ green 237 ◦ blue 186
Shades of Medium Spring Green #0AEDBA
Tints of Medium Spring Green #0AEDBA
RGB
CMYK
RGB Variations
Color information
#0AEDBA (or 0x0AEDBA) is known color: Medium Spring Green. HEX triplet: 0A, ED and BA. RGB value is (10,237,186). Sum of RGB (Red+Green+Blue) = 10+237+186=433 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.31% from 433); Green value is 237 (92.97% from 255 or 54.73% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 237 - color contains mainly: green. Hex color #0AEDBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AEDBA is #F51245. Grayscale: #A3A3A3. Windows color (decimal): -16060998 or 12250378. OLE color: 12250378.
HSL color Cylindrical-coordinate representation of color #0AEDBA: hue angle of 166.52º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AEDBA is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 237 | 186 | - |
| CMYK | 0.96 | 0 | 0.22 | 0.07 |
| HSL | 166.52º | 0.92% | 0.48% | - |
| HSV(B) | 166.52º | 0.96% | 0.93% | - |
| XYZ | 39.27 | 64.18 | 56.77 | - |
| YUV | 163.31 | 140.79 | 18.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 237 | 186 | 0.96 | 0 | 0.22 | 0.07 | 166.52 | 0.92 | 0.48 |
| Hex | A | ED | BA | 60 | 0 | 16 | 7 | A7 | 5C | 30 |
| Octal | 12 | 355 | 272 | 140 | 0 | 26 | 7 | 247 | 134 | 60 |
| Binary | 1010 | 11101101 | 10111010 | 1100000 | 0 | 10110 | 111 | 10100111 | 1011100 | 110000 |
Color Harmonies of #0AEDBA
Complementary color
Monochromatic Colors of #0AEDBA
Black with #0AEDBA
Text Example
Text Example
White with #0AEDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEDBA; }
p { color: rgb(10,237,186); }
H1.HeaderClassName
{
color: #0AEDBA;
}
.AnyTagClassName
{
color: #0AEDBA;
}
</style>
background-color css
<style>
a { background-color: #0AEDBA; }
a { background-color: rgb(10,237,186); }
div.DivClassName
{
background-color: #0AEDBA;
}
.BgClassName
{
background-color: #0AEDBA;
}
</style>
border-color css
<style>
span { border-color: #0AEDBA; }
span { border-color: rgb(10,237,186); }
td.TdClassName
{
border-color: #0AEDBA;
}
.TagClassName
{
border-color: #0AEDBA;
}
</style>