Html Css Color HEX #2BFBA9 Medium Spring Green
📋 copy color: '#2BFBA9'red 43 ◦ green 251 ◦ blue 169
Shades of Medium Spring Green #2BFBA9
Tints of Medium Spring Green #2BFBA9
RGB
CMYK
RGB Variations
Color information
#2BFBA9 (or 0x2BFBA9) is known color: Medium Spring Green. HEX triplet: 2B, FB and A9. RGB value is (43,251,169). Sum of RGB (Red+Green+Blue) = 43+251+169=463 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.29% from 463); Green value is 251 (98.44% from 255 or 54.21% from 463); Blue value is 169 (66.41% from 255 or 36.50% from 463); Max value from RGB is 251 - color contains mainly: green. Hex color #2BFBA9 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFBA9 is #D40456. Grayscale: #B3B3B3. Windows color (decimal): -13894743 or 11139883. OLE color: 11139883.
HSL color Cylindrical-coordinate representation of color #2BFBA9: hue angle of 156.35º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFBA9 is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 251 | 169 | - |
| CMYK | 0.83 | 0 | 0.33 | 0.02 |
| HSL | 156.35º | 0.96% | 0.58% | - |
| HSV(B) | 156.35º | 0.83% | 0.98% | - |
| XYZ | 42.65 | 72.37 | 49.26 | - |
| YUV | 179.46 | 122.09 | 30.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 251 | 169 | 0.83 | 0 | 0.33 | 0.02 | 156.35 | 0.96 | 0.58 |
| Hex | 2B | FB | A9 | 53 | 0 | 21 | 2 | 9C | 60 | 3A |
| Octal | 53 | 373 | 251 | 123 | 0 | 41 | 2 | 234 | 140 | 72 |
| Binary | 101011 | 11111011 | 10101001 | 1010011 | 0 | 100001 | 10 | 10011100 | 1100000 | 111010 |
Color Harmonies of #2BFBA9
Complementary color
Monochromatic Colors of #2BFBA9
Black with #2BFBA9
Text Example
Text Example
White with #2BFBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFBA9; }
p { color: rgb(43,251,169); }
H1.HeaderClassName
{
color: #2BFBA9;
}
.AnyTagClassName
{
color: #2BFBA9;
}
</style>
background-color css
<style>
a { background-color: #2BFBA9; }
a { background-color: rgb(43,251,169); }
div.DivClassName
{
background-color: #2BFBA9;
}
.BgClassName
{
background-color: #2BFBA9;
}
</style>
border-color css
<style>
span { border-color: #2BFBA9; }
span { border-color: rgb(43,251,169); }
td.TdClassName
{
border-color: #2BFBA9;
}
.TagClassName
{
border-color: #2BFBA9;
}
</style>