Html Css Color HEX #12FCBE Medium Spring Green
📋 copy color: '#12FCBE'red 18 ◦ green 252 ◦ blue 190
Shades of Medium Spring Green #12FCBE
Tints of Medium Spring Green #12FCBE
RGB
CMYK
RGB Variations
Color information
#12FCBE (or 0x12FCBE) is known color: Medium Spring Green. HEX triplet: 12, FC and BE. RGB value is (18,252,190). Sum of RGB (Red+Green+Blue) = 18+252+190=460 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.91% from 460); Green value is 252 (98.83% from 255 or 54.78% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 252 - color contains mainly: green. Hex color #12FCBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FCBE is #ED0341. Grayscale: #AEAEAE. Windows color (decimal): -15532866 or 12516370. OLE color: 12516370.
HSL color Cylindrical-coordinate representation of color #12FCBE: hue angle of 164.1º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FCBE is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 252 | 190 | - |
| CMYK | 0.93 | 0 | 0.25 | 0.01 |
| HSL | 164.1º | 0.98% | 0.53% | - |
| HSV(B) | 164.1º | 0.93% | 0.99% | - |
| XYZ | 44.35 | 73.47 | 60.56 | - |
| YUV | 174.97 | 136.48 | 16.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 252 | 190 | 0.93 | 0 | 0.25 | 0.01 | 164.1 | 0.98 | 0.53 |
| Hex | 12 | FC | BE | 5D | 0 | 19 | 1 | A4 | 62 | 35 |
| Octal | 22 | 374 | 276 | 135 | 0 | 31 | 1 | 244 | 142 | 65 |
| Binary | 10010 | 11111100 | 10111110 | 1011101 | 0 | 11001 | 1 | 10100100 | 1100010 | 110101 |
Color Harmonies of #12FCBE
Complementary color
Monochromatic Colors of #12FCBE
Black with #12FCBE
Text Example
Text Example
White with #12FCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FCBE; }
p { color: rgb(18,252,190); }
H1.HeaderClassName
{
color: #12FCBE;
}
.AnyTagClassName
{
color: #12FCBE;
}
</style>
background-color css
<style>
a { background-color: #12FCBE; }
a { background-color: rgb(18,252,190); }
div.DivClassName
{
background-color: #12FCBE;
}
.BgClassName
{
background-color: #12FCBE;
}
</style>
border-color css
<style>
span { border-color: #12FCBE; }
span { border-color: rgb(18,252,190); }
td.TdClassName
{
border-color: #12FCBE;
}
.TagClassName
{
border-color: #12FCBE;
}
</style>