Html Css Color HEX #10F8BC Medium Spring Green
📋 copy color: '#10F8BC'red 16 ◦ green 248 ◦ blue 188
Shades of Medium Spring Green #10F8BC
Tints of Medium Spring Green #10F8BC
RGB
CMYK
RGB Variations
Color information
#10F8BC (or 0x10F8BC) is known color: Medium Spring Green. HEX triplet: 10, F8 and BC. RGB value is (16,248,188). Sum of RGB (Red+Green+Blue) = 16+248+188=452 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.54% from 452); Green value is 248 (97.27% from 255 or 54.87% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 248 - color contains mainly: green. Hex color #10F8BC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10F8BC is #EF0743. Grayscale: #ABABAB. Windows color (decimal): -15664964 or 12384272. OLE color: 12384272.
HSL color Cylindrical-coordinate representation of color #10F8BC: hue angle of 164.48º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10F8BC is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 248 | 188 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.03 |
| HSL | 164.48º | 0.94% | 0.52% | - |
| HSV(B) | 164.48º | 0.94% | 0.97% | - |
| XYZ | 42.86 | 70.88 | 59 | - |
| YUV | 171.79 | 137.14 | 16.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 248 | 188 | 0.94 | 0 | 0.24 | 0.03 | 164.48 | 0.94 | 0.52 |
| Hex | 10 | F8 | BC | 5E | 0 | 18 | 3 | A4 | 5E | 34 |
| Octal | 20 | 370 | 274 | 136 | 0 | 30 | 3 | 244 | 136 | 64 |
| Binary | 10000 | 11111000 | 10111100 | 1011110 | 0 | 11000 | 11 | 10100100 | 1011110 | 110100 |
Color Harmonies of #10F8BC
Complementary color
Monochromatic Colors of #10F8BC
Black with #10F8BC
Text Example
Text Example
White with #10F8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F8BC; }
p { color: rgb(16,248,188); }
H1.HeaderClassName
{
color: #10F8BC;
}
.AnyTagClassName
{
color: #10F8BC;
}
</style>
background-color css
<style>
a { background-color: #10F8BC; }
a { background-color: rgb(16,248,188); }
div.DivClassName
{
background-color: #10F8BC;
}
.BgClassName
{
background-color: #10F8BC;
}
</style>
border-color css
<style>
span { border-color: #10F8BC; }
span { border-color: rgb(16,248,188); }
td.TdClassName
{
border-color: #10F8BC;
}
.TagClassName
{
border-color: #10F8BC;
}
</style>