Html Css Color HEX #2BFDA9 Medium Spring Green
📋 copy color: '#2BFDA9'red 43 ◦ green 253 ◦ blue 169
Shades of Medium Spring Green #2BFDA9
Tints of Medium Spring Green #2BFDA9
RGB
CMYK
RGB Variations
Color information
#2BFDA9 (or 0x2BFDA9) is known color: Medium Spring Green. HEX triplet: 2B, FD and A9. RGB value is (43,253,169). Sum of RGB (Red+Green+Blue) = 43+253+169=465 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.25% from 465); Green value is 253 (99.22% from 255 or 54.41% from 465); Blue value is 169 (66.41% from 255 or 36.34% from 465); Max value from RGB is 253 - color contains mainly: green. Hex color #2BFDA9 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFDA9 is #D40256. Grayscale: #B4B4B4. Windows color (decimal): -13894231 or 11140395. OLE color: 11140395.
HSL color Cylindrical-coordinate representation of color #2BFDA9: hue angle of 156º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFDA9 is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 253 | 169 | - |
| CMYK | 0.83 | 0 | 0.33 | 0.01 |
| HSL | 156º | 0.98% | 0.58% | - |
| HSV(B) | 156º | 0.83% | 0.99% | - |
| XYZ | 43.28 | 73.63 | 49.47 | - |
| YUV | 180.63 | 121.43 | 29.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 253 | 169 | 0.83 | 0 | 0.33 | 0.01 | 156 | 0.98 | 0.58 |
| Hex | 2B | FD | A9 | 53 | 0 | 21 | 1 | 9C | 62 | 3A |
| Octal | 53 | 375 | 251 | 123 | 0 | 41 | 1 | 234 | 142 | 72 |
| Binary | 101011 | 11111101 | 10101001 | 1010011 | 0 | 100001 | 1 | 10011100 | 1100010 | 111010 |
Color Harmonies of #2BFDA9
Complementary color
Monochromatic Colors of #2BFDA9
Black with #2BFDA9
Text Example
Text Example
White with #2BFDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFDA9; }
p { color: rgb(43,253,169); }
H1.HeaderClassName
{
color: #2BFDA9;
}
.AnyTagClassName
{
color: #2BFDA9;
}
</style>
background-color css
<style>
a { background-color: #2BFDA9; }
a { background-color: rgb(43,253,169); }
div.DivClassName
{
background-color: #2BFDA9;
}
.BgClassName
{
background-color: #2BFDA9;
}
</style>
border-color css
<style>
span { border-color: #2BFDA9; }
span { border-color: rgb(43,253,169); }
td.TdClassName
{
border-color: #2BFDA9;
}
.TagClassName
{
border-color: #2BFDA9;
}
</style>