Html Css Color HEX #12FFBB Medium Spring Green
📋 copy color: '#12FFBB'red 18 ◦ green 255 ◦ blue 187
Shades of Medium Spring Green #12FFBB
Tints of Medium Spring Green #12FFBB
RGB
CMYK
RGB Variations
Color information
#12FFBB (or 0x12FFBB) is known color: Medium Spring Green. HEX triplet: 12, FF and BB. RGB value is (18,255,187). Sum of RGB (Red+Green+Blue) = 18+255+187=460 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.91% from 460); Green value is 255 (100% from 255 or 55.43% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 255 - color contains mainly: green. Hex color #12FFBB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FFBB is #ED0044. Grayscale: #B0B0B0. Windows color (decimal): -15532101 or 12320530. OLE color: 12320530.
HSL color Cylindrical-coordinate representation of color #12FFBB: hue angle of 162.78º 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 #12FFBB is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 255 | 187 | - |
| CMYK | 0.93 | 0 | 0.27 | 0 |
| HSL | 162.78º | 1% | 0.54% | - |
| HSV(B) | 162.78º | 0.93% | 1% | - |
| XYZ | 44.98 | 75.24 | 59.17 | - |
| YUV | 176.39 | 133.98 | 15.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 255 | 187 | 0.93 | 0 | 0.27 | 0 | 162.78 | 1 | 0.54 |
| Hex | 12 | FF | BB | 5D | 0 | 1B | 0 | A3 | 64 | 36 |
| Octal | 22 | 377 | 273 | 135 | 0 | 33 | 0 | 243 | 144 | 66 |
| Binary | 10010 | 11111111 | 10111011 | 1011101 | 0 | 11011 | 0 | 10100011 | 1100100 | 110110 |
Color Harmonies of #12FFBB
Complementary color
Monochromatic Colors of #12FFBB
Black with #12FFBB
Text Example
Text Example
White with #12FFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FFBB; }
p { color: rgb(18,255,187); }
H1.HeaderClassName
{
color: #12FFBB;
}
.AnyTagClassName
{
color: #12FFBB;
}
</style>
background-color css
<style>
a { background-color: #12FFBB; }
a { background-color: rgb(18,255,187); }
div.DivClassName
{
background-color: #12FFBB;
}
.BgClassName
{
background-color: #12FFBB;
}
</style>
border-color css
<style>
span { border-color: #12FFBB; }
span { border-color: rgb(18,255,187); }
td.TdClassName
{
border-color: #12FFBB;
}
.TagClassName
{
border-color: #12FFBB;
}
</style>