Html Css Color HEX #0AFABB Medium Spring Green
📋 copy color: '#0AFABB'red 10 ◦ green 250 ◦ blue 187
Shades of Medium Spring Green #0AFABB
Tints of Medium Spring Green #0AFABB
RGB
CMYK
RGB Variations
Color information
#0AFABB (or 0x0AFABB) is known color: Medium Spring Green. HEX triplet: 0A, FA and BB. RGB value is (10,250,187). Sum of RGB (Red+Green+Blue) = 10+250+187=447 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.24% from 447); Green value is 250 (98.05% from 255 or 55.93% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 250 - color contains mainly: green. Hex color #0AFABB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFABB is #F50544. Grayscale: #ABABAB. Windows color (decimal): -16057669 or 12319242. OLE color: 12319242.
HSL color Cylindrical-coordinate representation of color #0AFABB: hue angle of 164.25º 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 #0AFABB is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 250 | 187 | - |
| CMYK | 0.96 | 0 | 0.25 | 0.02 |
| HSL | 164.25º | 0.96% | 0.51% | - |
| HSV(B) | 164.25º | 0.96% | 0.98% | - |
| XYZ | 43.28 | 72.02 | 58.63 | - |
| YUV | 171.06 | 136.99 | 13.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 250 | 187 | 0.96 | 0 | 0.25 | 0.02 | 164.25 | 0.96 | 0.51 |
| Hex | A | FA | BB | 60 | 0 | 19 | 2 | A4 | 60 | 33 |
| Octal | 12 | 372 | 273 | 140 | 0 | 31 | 2 | 244 | 140 | 63 |
| Binary | 1010 | 11111010 | 10111011 | 1100000 | 0 | 11001 | 10 | 10100100 | 1100000 | 110011 |
Color Harmonies of #0AFABB
Complementary color
Monochromatic Colors of #0AFABB
Black with #0AFABB
Text Example
Text Example
White with #0AFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFABB; }
p { color: rgb(10,250,187); }
H1.HeaderClassName
{
color: #0AFABB;
}
.AnyTagClassName
{
color: #0AFABB;
}
</style>
background-color css
<style>
a { background-color: #0AFABB; }
a { background-color: rgb(10,250,187); }
div.DivClassName
{
background-color: #0AFABB;
}
.BgClassName
{
background-color: #0AFABB;
}
</style>
border-color css
<style>
span { border-color: #0AFABB; }
span { border-color: rgb(10,250,187); }
td.TdClassName
{
border-color: #0AFABB;
}
.TagClassName
{
border-color: #0AFABB;
}
</style>