Html Css Color HEX #0AEAB8 Medium Spring Green
📋 copy color: '#0AEAB8'red 10 ◦ green 234 ◦ blue 184
Shades of Medium Spring Green #0AEAB8
Tints of Medium Spring Green #0AEAB8
RGB
CMYK
RGB Variations
Color information
#0AEAB8 (or 0x0AEAB8) is known color: Medium Spring Green. HEX triplet: 0A, EA and B8. RGB value is (10,234,184). Sum of RGB (Red+Green+Blue) = 10+234+184=428 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.34% from 428); Green value is 234 (91.80% from 255 or 54.67% from 428); Blue value is 184 (72.27% from 255 or 42.99% from 428); Max value from RGB is 234 - color contains mainly: green. Hex color #0AEAB8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AEAB8 is #F51547. Grayscale: #A1A1A1. Windows color (decimal): -16061768 or 12118538. OLE color: 12118538.
HSL color Cylindrical-coordinate representation of color #0AEAB8: hue angle of 166.61º 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 #0AEAB8 is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 234 | 184 | - |
| CMYK | 0.96 | 0 | 0.21 | 0.08 |
| HSL | 166.61º | 0.92% | 0.48% | - |
| HSV(B) | 166.61º | 0.96% | 0.92% | - |
| XYZ | 38.2 | 62.37 | 55.37 | - |
| YUV | 161.32 | 140.79 | 20.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 234 | 184 | 0.96 | 0 | 0.21 | 0.08 | 166.61 | 0.92 | 0.48 |
| Hex | A | EA | B8 | 60 | 0 | 15 | 8 | A7 | 5C | 30 |
| Octal | 12 | 352 | 270 | 140 | 0 | 25 | 10 | 247 | 134 | 60 |
| Binary | 1010 | 11101010 | 10111000 | 1100000 | 0 | 10101 | 1000 | 10100111 | 1011100 | 110000 |
Color Harmonies of #0AEAB8
Complementary color
Monochromatic Colors of #0AEAB8
Black with #0AEAB8
Text Example
Text Example
White with #0AEAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEAB8; }
p { color: rgb(10,234,184); }
H1.HeaderClassName
{
color: #0AEAB8;
}
.AnyTagClassName
{
color: #0AEAB8;
}
</style>
background-color css
<style>
a { background-color: #0AEAB8; }
a { background-color: rgb(10,234,184); }
div.DivClassName
{
background-color: #0AEAB8;
}
.BgClassName
{
background-color: #0AEAB8;
}
</style>
border-color css
<style>
span { border-color: #0AEAB8; }
span { border-color: rgb(10,234,184); }
td.TdClassName
{
border-color: #0AEAB8;
}
.TagClassName
{
border-color: #0AEAB8;
}
</style>