Html Css Color HEX #1FF8BA Medium Spring Green
📋 copy color: '#1FF8BA'red 31 ◦ green 248 ◦ blue 186
Shades of Medium Spring Green #1FF8BA
Tints of Medium Spring Green #1FF8BA
RGB
CMYK
RGB Variations
Color information
#1FF8BA (or 0x1FF8BA) is known color: Medium Spring Green. HEX triplet: 1F, F8 and BA. RGB value is (31,248,186). Sum of RGB (Red+Green+Blue) = 31+248+186=465 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.67% from 465); Green value is 248 (97.27% from 255 or 53.33% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 248 - color contains mainly: green. Hex color #1FF8BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FF8BA is #E00745. Grayscale: #B0B0B0. Windows color (decimal): -14681926 or 12253215. OLE color: 12253215.
HSL color Cylindrical-coordinate representation of color #1FF8BA: hue angle of 162.86º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FF8BA is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 31 | 248 | 186 | - |
| CMYK | 0.88 | 0 | 0.25 | 0.03 |
| HSL | 162.86º | 0.94% | 0.55% | - |
| HSV(B) | 162.86º | 0.88% | 0.97% | - |
| XYZ | 43 | 70.97 | 57.89 | - |
| YUV | 176.05 | 133.61 | 24.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 248 | 186 | 0.88 | 0 | 0.25 | 0.03 | 162.86 | 0.94 | 0.55 |
| Hex | 1F | F8 | BA | 58 | 0 | 19 | 3 | A3 | 5E | 37 |
| Octal | 37 | 370 | 272 | 130 | 0 | 31 | 3 | 243 | 136 | 67 |
| Binary | 11111 | 11111000 | 10111010 | 1011000 | 0 | 11001 | 11 | 10100011 | 1011110 | 110111 |
Color Harmonies of #1FF8BA
Complementary color
Monochromatic Colors of #1FF8BA
Black with #1FF8BA
Text Example
Text Example
White with #1FF8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF8BA; }
p { color: rgb(31,248,186); }
H1.HeaderClassName
{
color: #1FF8BA;
}
.AnyTagClassName
{
color: #1FF8BA;
}
</style>
background-color css
<style>
a { background-color: #1FF8BA; }
a { background-color: rgb(31,248,186); }
div.DivClassName
{
background-color: #1FF8BA;
}
.BgClassName
{
background-color: #1FF8BA;
}
</style>
border-color css
<style>
span { border-color: #1FF8BA; }
span { border-color: rgb(31,248,186); }
td.TdClassName
{
border-color: #1FF8BA;
}
.TagClassName
{
border-color: #1FF8BA;
}
</style>