Html Css Color HEX #0AEEBA Medium Spring Green
📋 copy color: '#0AEEBA'red 10 ◦ green 238 ◦ blue 186
Shades of Medium Spring Green #0AEEBA
Tints of Medium Spring Green #0AEEBA
RGB
CMYK
RGB Variations
Color information
#0AEEBA (or 0x0AEEBA) is known color: Medium Spring Green. HEX triplet: 0A, EE and BA. RGB value is (10,238,186). Sum of RGB (Red+Green+Blue) = 10+238+186=434 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.30% from 434); Green value is 238 (93.36% from 255 or 54.84% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 238 - color contains mainly: green. Hex color #0AEEBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AEEBA is #F51145. Grayscale: #A3A3A3. Windows color (decimal): -16060742 or 12250634. OLE color: 12250634.
HSL color Cylindrical-coordinate representation of color #0AEEBA: hue angle of 166.32º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AEEBA is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 238 | 186 | - |
| CMYK | 0.96 | 0 | 0.22 | 0.07 |
| HSL | 166.32º | 0.92% | 0.49% | - |
| HSV(B) | 166.32º | 0.96% | 0.93% | - |
| XYZ | 39.56 | 64.76 | 56.87 | - |
| YUV | 163.9 | 140.46 | 18.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 238 | 186 | 0.96 | 0 | 0.22 | 0.07 | 166.32 | 0.92 | 0.49 |
| Hex | A | EE | BA | 60 | 0 | 16 | 7 | A6 | 5C | 31 |
| Octal | 12 | 356 | 272 | 140 | 0 | 26 | 7 | 246 | 134 | 61 |
| Binary | 1010 | 11101110 | 10111010 | 1100000 | 0 | 10110 | 111 | 10100110 | 1011100 | 110001 |
Color Harmonies of #0AEEBA
Complementary color
Monochromatic Colors of #0AEEBA
Black with #0AEEBA
Text Example
Text Example
White with #0AEEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEEBA; }
p { color: rgb(10,238,186); }
H1.HeaderClassName
{
color: #0AEEBA;
}
.AnyTagClassName
{
color: #0AEEBA;
}
</style>
background-color css
<style>
a { background-color: #0AEEBA; }
a { background-color: rgb(10,238,186); }
div.DivClassName
{
background-color: #0AEEBA;
}
.BgClassName
{
background-color: #0AEEBA;
}
</style>
border-color css
<style>
span { border-color: #0AEEBA; }
span { border-color: rgb(10,238,186); }
td.TdClassName
{
border-color: #0AEEBA;
}
.TagClassName
{
border-color: #0AEEBA;
}
</style>