Html Css Color HEX #0AFABC Medium Spring Green
📋 copy color: '#0AFABC'red 10 ◦ green 250 ◦ blue 188
Shades of Medium Spring Green #0AFABC
Tints of Medium Spring Green #0AFABC
RGB
CMYK
RGB Variations
Color information
#0AFABC (or 0x0AFABC) is known color: Medium Spring Green. HEX triplet: 0A, FA and BC. RGB value is (10,250,188). Sum of RGB (Red+Green+Blue) = 10+250+188=448 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.23% from 448); Green value is 250 (98.05% from 255 or 55.80% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 250 - color contains mainly: green. Hex color #0AFABC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFABC is #F50543. Grayscale: #ABABAB. Windows color (decimal): -16057668 or 12384778. OLE color: 12384778.
HSL color Cylindrical-coordinate representation of color #0AFABC: hue angle of 164.5º 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 #0AFABC is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 250 | 188 | - |
| CMYK | 0.96 | 0 | 0.25 | 0.02 |
| HSL | 164.5º | 0.96% | 0.51% | - |
| HSV(B) | 164.5º | 0.96% | 0.98% | - |
| XYZ | 43.39 | 72.07 | 59.2 | - |
| YUV | 171.17 | 137.49 | 13.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 250 | 188 | 0.96 | 0 | 0.25 | 0.02 | 164.5 | 0.96 | 0.51 |
| Hex | A | FA | BC | 60 | 0 | 19 | 2 | A4 | 60 | 33 |
| Octal | 12 | 372 | 274 | 140 | 0 | 31 | 2 | 244 | 140 | 63 |
| Binary | 1010 | 11111010 | 10111100 | 1100000 | 0 | 11001 | 10 | 10100100 | 1100000 | 110011 |
Color Harmonies of #0AFABC
Complementary color
Monochromatic Colors of #0AFABC
Black with #0AFABC
Text Example
Text Example
White with #0AFABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFABC; }
p { color: rgb(10,250,188); }
H1.HeaderClassName
{
color: #0AFABC;
}
.AnyTagClassName
{
color: #0AFABC;
}
</style>
background-color css
<style>
a { background-color: #0AFABC; }
a { background-color: rgb(10,250,188); }
div.DivClassName
{
background-color: #0AFABC;
}
.BgClassName
{
background-color: #0AFABC;
}
</style>
border-color css
<style>
span { border-color: #0AFABC; }
span { border-color: rgb(10,250,188); }
td.TdClassName
{
border-color: #0AFABC;
}
.TagClassName
{
border-color: #0AFABC;
}
</style>