Html Css Color HEX #10FABC Medium Spring Green
📋 copy color: '#10FABC'red 16 ◦ green 250 ◦ blue 188
Shades of Medium Spring Green #10FABC
Tints of Medium Spring Green #10FABC
RGB
CMYK
RGB Variations
Color information
#10FABC (or 0x10FABC) is known color: Medium Spring Green. HEX triplet: 10, FA and BC. RGB value is (16,250,188). Sum of RGB (Red+Green+Blue) = 16+250+188=454 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.52% from 454); Green value is 250 (98.05% from 255 or 55.07% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 250 - color contains mainly: green. Hex color #10FABC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FABC is #EF0543. Grayscale: #ACACAC. Windows color (decimal): -15664452 or 12384784. OLE color: 12384784.
HSL color Cylindrical-coordinate representation of color #10FABC: hue angle of 164.1º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FABC is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 250 | 188 | - |
| CMYK | 0.94 | 0 | 0.25 | 0.02 |
| HSL | 164.1º | 0.96% | 0.52% | - |
| HSV(B) | 164.1º | 0.94% | 0.98% | - |
| XYZ | 43.48 | 72.11 | 59.2 | - |
| YUV | 172.97 | 136.48 | 16.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 250 | 188 | 0.94 | 0 | 0.25 | 0.02 | 164.1 | 0.96 | 0.52 |
| Hex | 10 | FA | BC | 5E | 0 | 19 | 2 | A4 | 60 | 34 |
| Octal | 20 | 372 | 274 | 136 | 0 | 31 | 2 | 244 | 140 | 64 |
| Binary | 10000 | 11111010 | 10111100 | 1011110 | 0 | 11001 | 10 | 10100100 | 1100000 | 110100 |
Color Harmonies of #10FABC
Complementary color
Monochromatic Colors of #10FABC
Black with #10FABC
Text Example
Text Example
White with #10FABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FABC; }
p { color: rgb(16,250,188); }
H1.HeaderClassName
{
color: #10FABC;
}
.AnyTagClassName
{
color: #10FABC;
}
</style>
background-color css
<style>
a { background-color: #10FABC; }
a { background-color: rgb(16,250,188); }
div.DivClassName
{
background-color: #10FABC;
}
.BgClassName
{
background-color: #10FABC;
}
</style>
border-color css
<style>
span { border-color: #10FABC; }
span { border-color: rgb(16,250,188); }
td.TdClassName
{
border-color: #10FABC;
}
.TagClassName
{
border-color: #10FABC;
}
</style>