Html Css Color HEX #12FFB6 Medium Spring Green
📋 copy color: '#12FFB6'red 18 ◦ green 255 ◦ blue 182
Shades of Medium Spring Green #12FFB6
Tints of Medium Spring Green #12FFB6
RGB
CMYK
RGB Variations
Color information
#12FFB6 (or 0x12FFB6) is known color: Medium Spring Green. HEX triplet: 12, FF and B6. RGB value is (18,255,182). Sum of RGB (Red+Green+Blue) = 18+255+182=455 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.96% from 455); Green value is 255 (100% from 255 or 56.04% from 455); Blue value is 182 (71.48% from 255 or 40% from 455); Max value from RGB is 255 - color contains mainly: green. Hex color #12FFB6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FFB6 is #ED0049. Grayscale: #AFAFAF. Windows color (decimal): -15532106 or 11992850. OLE color: 11992850.
HSL color Cylindrical-coordinate representation of color #12FFB6: hue angle of 161.52º 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 #12FFB6 is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 255 | 182 | - |
| CMYK | 0.93 | 0 | 0.29 | 0 |
| HSL | 161.52º | 1% | 0.54% | - |
| HSV(B) | 161.52º | 0.93% | 1% | - |
| XYZ | 44.45 | 75.03 | 56.39 | - |
| YUV | 175.82 | 131.48 | 15.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 255 | 182 | 0.93 | 0 | 0.29 | 0 | 161.52 | 1 | 0.54 |
| Hex | 12 | FF | B6 | 5D | 0 | 1D | 0 | A2 | 64 | 36 |
| Octal | 22 | 377 | 266 | 135 | 0 | 35 | 0 | 242 | 144 | 66 |
| Binary | 10010 | 11111111 | 10110110 | 1011101 | 0 | 11101 | 0 | 10100010 | 1100100 | 110110 |
Color Harmonies of #12FFB6
Complementary color
Monochromatic Colors of #12FFB6
Black with #12FFB6
Text Example
Text Example
White with #12FFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FFB6; }
p { color: rgb(18,255,182); }
H1.HeaderClassName
{
color: #12FFB6;
}
.AnyTagClassName
{
color: #12FFB6;
}
</style>
background-color css
<style>
a { background-color: #12FFB6; }
a { background-color: rgb(18,255,182); }
div.DivClassName
{
background-color: #12FFB6;
}
.BgClassName
{
background-color: #12FFB6;
}
</style>
border-color css
<style>
span { border-color: #12FFB6; }
span { border-color: rgb(18,255,182); }
td.TdClassName
{
border-color: #12FFB6;
}
.TagClassName
{
border-color: #12FFB6;
}
</style>