Html Css Color HEX #0AEBAB Medium Spring Green
📋 copy color: '#0AEBAB'red 10 ◦ green 235 ◦ blue 171
Shades of Medium Spring Green #0AEBAB
Tints of Medium Spring Green #0AEBAB
RGB
CMYK
RGB Variations
Color information
#0AEBAB (or 0x0AEBAB) is known color: Medium Spring Green. HEX triplet: 0A, EB and AB. RGB value is (10,235,171). Sum of RGB (Red+Green+Blue) = 10+235+171=416 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.40% from 416); Green value is 235 (92.19% from 255 or 56.49% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 235 - color contains mainly: green. Hex color #0AEBAB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AEBAB is #F51454. Grayscale: #A0A0A0. Windows color (decimal): -16061525 or 11266826. OLE color: 11266826.
HSL color Cylindrical-coordinate representation of color #0AEBAB: hue angle of 162.93º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AEBAB is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 235 | 171 | - |
| CMYK | 0.96 | 0 | 0.27 | 0.08 |
| HSL | 162.93º | 0.92% | 0.48% | - |
| HSV(B) | 162.93º | 0.96% | 0.92% | - |
| XYZ | 37.18 | 62.42 | 48.62 | - |
| YUV | 160.43 | 133.96 | 20.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 235 | 171 | 0.96 | 0 | 0.27 | 0.08 | 162.93 | 0.92 | 0.48 |
| Hex | A | EB | AB | 60 | 0 | 1B | 8 | A3 | 5C | 30 |
| Octal | 12 | 353 | 253 | 140 | 0 | 33 | 10 | 243 | 134 | 60 |
| Binary | 1010 | 11101011 | 10101011 | 1100000 | 0 | 11011 | 1000 | 10100011 | 1011100 | 110000 |
Color Harmonies of #0AEBAB
Complementary color
Monochromatic Colors of #0AEBAB
Black with #0AEBAB
Text Example
Text Example
White with #0AEBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEBAB; }
p { color: rgb(10,235,171); }
H1.HeaderClassName
{
color: #0AEBAB;
}
.AnyTagClassName
{
color: #0AEBAB;
}
</style>
background-color css
<style>
a { background-color: #0AEBAB; }
a { background-color: rgb(10,235,171); }
div.DivClassName
{
background-color: #0AEBAB;
}
.BgClassName
{
background-color: #0AEBAB;
}
</style>
border-color css
<style>
span { border-color: #0AEBAB; }
span { border-color: rgb(10,235,171); }
td.TdClassName
{
border-color: #0AEBAB;
}
.TagClassName
{
border-color: #0AEBAB;
}
</style>