Html Css Color HEX #12FFB8 Medium Spring Green
📋 copy color: '#12FFB8'red 18 ◦ green 255 ◦ blue 184
Shades of Medium Spring Green #12FFB8
Tints of Medium Spring Green #12FFB8
RGB
CMYK
RGB Variations
Color information
#12FFB8 (or 0x12FFB8) is known color: Medium Spring Green. HEX triplet: 12, FF and B8. RGB value is (18,255,184). Sum of RGB (Red+Green+Blue) = 18+255+184=457 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.94% from 457); Green value is 255 (100% from 255 or 55.80% from 457); Blue value is 184 (72.27% from 255 or 40.26% from 457); Max value from RGB is 255 - color contains mainly: green. Hex color #12FFB8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FFB8 is #ED0047. Grayscale: #B0B0B0. Windows color (decimal): -15532104 or 12123922. OLE color: 12123922.
HSL color Cylindrical-coordinate representation of color #12FFB8: hue angle of 162.03º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FFB8 is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 255 | 184 | - |
| CMYK | 0.93 | 0 | 0.28 | 0 |
| HSL | 162.03º | 1% | 0.54% | - |
| HSV(B) | 162.03º | 0.93% | 1% | - |
| XYZ | 44.66 | 75.11 | 57.49 | - |
| YUV | 176.04 | 132.48 | 15.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 255 | 184 | 0.93 | 0 | 0.28 | 0 | 162.03 | 1 | 0.54 |
| Hex | 12 | FF | B8 | 5D | 0 | 1C | 0 | A2 | 64 | 36 |
| Octal | 22 | 377 | 270 | 135 | 0 | 34 | 0 | 242 | 144 | 66 |
| Binary | 10010 | 11111111 | 10111000 | 1011101 | 0 | 11100 | 0 | 10100010 | 1100100 | 110110 |
Color Harmonies of #12FFB8
Complementary color
Monochromatic Colors of #12FFB8
Black with #12FFB8
Text Example
Text Example
White with #12FFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FFB8; }
p { color: rgb(18,255,184); }
H1.HeaderClassName
{
color: #12FFB8;
}
.AnyTagClassName
{
color: #12FFB8;
}
</style>
background-color css
<style>
a { background-color: #12FFB8; }
a { background-color: rgb(18,255,184); }
div.DivClassName
{
background-color: #12FFB8;
}
.BgClassName
{
background-color: #12FFB8;
}
</style>
border-color css
<style>
span { border-color: #12FFB8; }
span { border-color: rgb(18,255,184); }
td.TdClassName
{
border-color: #12FFB8;
}
.TagClassName
{
border-color: #12FFB8;
}
</style>