Html Css Color HEX #0AFABD Medium Spring Green
📋 copy color: '#0AFABD'red 10 ◦ green 250 ◦ blue 189
Shades of Medium Spring Green #0AFABD
Tints of Medium Spring Green #0AFABD
RGB
CMYK
RGB Variations
Color information
#0AFABD (or 0x0AFABD) is known color: Medium Spring Green. HEX triplet: 0A, FA and BD. RGB value is (10,250,189). Sum of RGB (Red+Green+Blue) = 10+250+189=449 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.23% from 449); Green value is 250 (98.05% from 255 or 55.68% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 250 - color contains mainly: green. Hex color #0AFABD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFABD is #F50542. Grayscale: #ABABAB. Windows color (decimal): -16057667 or 12450314. OLE color: 12450314.
HSL color Cylindrical-coordinate representation of color #0AFABD: hue angle of 164.75º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFABD is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 250 | 189 | - |
| CMYK | 0.96 | 0 | 0.24 | 0.02 |
| HSL | 164.75º | 0.96% | 0.51% | - |
| HSV(B) | 164.75º | 0.96% | 0.98% | - |
| XYZ | 43.5 | 72.11 | 59.77 | - |
| YUV | 171.29 | 137.99 | 12.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 250 | 189 | 0.96 | 0 | 0.24 | 0.02 | 164.75 | 0.96 | 0.51 |
| Hex | A | FA | BD | 60 | 0 | 18 | 2 | A5 | 60 | 33 |
| Octal | 12 | 372 | 275 | 140 | 0 | 30 | 2 | 245 | 140 | 63 |
| Binary | 1010 | 11111010 | 10111101 | 1100000 | 0 | 11000 | 10 | 10100101 | 1100000 | 110011 |
Color Harmonies of #0AFABD
Complementary color
Monochromatic Colors of #0AFABD
Black with #0AFABD
Text Example
Text Example
White with #0AFABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFABD; }
p { color: rgb(10,250,189); }
H1.HeaderClassName
{
color: #0AFABD;
}
.AnyTagClassName
{
color: #0AFABD;
}
</style>
background-color css
<style>
a { background-color: #0AFABD; }
a { background-color: rgb(10,250,189); }
div.DivClassName
{
background-color: #0AFABD;
}
.BgClassName
{
background-color: #0AFABD;
}
</style>
border-color css
<style>
span { border-color: #0AFABD; }
span { border-color: rgb(10,250,189); }
td.TdClassName
{
border-color: #0AFABD;
}
.TagClassName
{
border-color: #0AFABD;
}
</style>