Html Css Color HEX #1FFCBA Medium Spring Green
📋 copy color: '#1FFCBA'red 31 ◦ green 252 ◦ blue 186
Shades of Medium Spring Green #1FFCBA
Tints of Medium Spring Green #1FFCBA
RGB
CMYK
RGB Variations
Color information
#1FFCBA (or 0x1FFCBA) is known color: Medium Spring Green. HEX triplet: 1F, FC and BA. RGB value is (31,252,186). Sum of RGB (Red+Green+Blue) = 31+252+186=469 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.61% from 469); Green value is 252 (98.83% from 255 or 53.73% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 252 - color contains mainly: green. Hex color #1FFCBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FFCBA is #E00345. Grayscale: #B2B2B2. Windows color (decimal): -14680902 or 12254239. OLE color: 12254239.
HSL color Cylindrical-coordinate representation of color #1FFCBA: hue angle of 162.08º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFCBA is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 252 | 186 | - |
| CMYK | 0.88 | 0 | 0.26 | 0.01 |
| HSL | 162.08º | 0.97% | 0.55% | - |
| HSV(B) | 162.08º | 0.88% | 0.99% | - |
| XYZ | 44.24 | 73.46 | 58.3 | - |
| YUV | 178.4 | 132.28 | 22.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 252 | 186 | 0.88 | 0 | 0.26 | 0.01 | 162.08 | 0.97 | 0.55 |
| Hex | 1F | FC | BA | 58 | 0 | 1A | 1 | A2 | 61 | 37 |
| Octal | 37 | 374 | 272 | 130 | 0 | 32 | 1 | 242 | 141 | 67 |
| Binary | 11111 | 11111100 | 10111010 | 1011000 | 0 | 11010 | 1 | 10100010 | 1100001 | 110111 |
Color Harmonies of #1FFCBA
Complementary color
Monochromatic Colors of #1FFCBA
Black with #1FFCBA
Text Example
Text Example
White with #1FFCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFCBA; }
p { color: rgb(31,252,186); }
H1.HeaderClassName
{
color: #1FFCBA;
}
.AnyTagClassName
{
color: #1FFCBA;
}
</style>
background-color css
<style>
a { background-color: #1FFCBA; }
a { background-color: rgb(31,252,186); }
div.DivClassName
{
background-color: #1FFCBA;
}
.BgClassName
{
background-color: #1FFCBA;
}
</style>
border-color css
<style>
span { border-color: #1FFCBA; }
span { border-color: rgb(31,252,186); }
td.TdClassName
{
border-color: #1FFCBA;
}
.TagClassName
{
border-color: #1FFCBA;
}
</style>