Html Css Color HEX #10FFC0 Medium Spring Green
📋 copy color: '#10FFC0'red 16 ◦ green 255 ◦ blue 192
Shades of Medium Spring Green #10FFC0
Tints of Medium Spring Green #10FFC0
RGB
CMYK
RGB Variations
Color information
#10FFC0 (or 0x10FFC0) is known color: Medium Spring Green. HEX triplet: 10, FF and C0. RGB value is (16,255,192). Sum of RGB (Red+Green+Blue) = 16+255+192=463 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.46% from 463); Green value is 255 (100% from 255 or 55.08% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 255 - color contains mainly: green. Hex color #10FFC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FFC0 is #EF003F. Grayscale: #B0B0B0. Windows color (decimal): -15663168 or 12648208. OLE color: 12648208.
HSL color Cylindrical-coordinate representation of color #10FFC0: hue angle of 164.18º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FFC0 is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 255 | 192 | - |
| CMYK | 0.94 | 0 | 0.25 | 0 |
| HSL | 164.18º | 1% | 0.53% | - |
| HSV(B) | 164.18º | 0.94% | 1% | - |
| XYZ | 45.49 | 75.44 | 62.03 | - |
| YUV | 176.36 | 136.82 | 13.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 255 | 192 | 0.94 | 0 | 0.25 | 0 | 164.18 | 1 | 0.53 |
| Hex | 10 | FF | C0 | 5E | 0 | 19 | 0 | A4 | 64 | 35 |
| Octal | 20 | 377 | 300 | 136 | 0 | 31 | 0 | 244 | 144 | 65 |
| Binary | 10000 | 11111111 | 11000000 | 1011110 | 0 | 11001 | 0 | 10100100 | 1100100 | 110101 |
Color Harmonies of #10FFC0
Complementary color
Monochromatic Colors of #10FFC0
Black with #10FFC0
Text Example
Text Example
White with #10FFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FFC0; }
p { color: rgb(16,255,192); }
H1.HeaderClassName
{
color: #10FFC0;
}
.AnyTagClassName
{
color: #10FFC0;
}
</style>
background-color css
<style>
a { background-color: #10FFC0; }
a { background-color: rgb(16,255,192); }
div.DivClassName
{
background-color: #10FFC0;
}
.BgClassName
{
background-color: #10FFC0;
}
</style>
border-color css
<style>
span { border-color: #10FFC0; }
span { border-color: rgb(16,255,192); }
td.TdClassName
{
border-color: #10FFC0;
}
.TagClassName
{
border-color: #10FFC0;
}
</style>