Html Css Color HEX #2BFAAC Medium Spring Green
📋 copy color: '#2BFAAC'red 43 ◦ green 250 ◦ blue 172
Shades of Medium Spring Green #2BFAAC
Tints of Medium Spring Green #2BFAAC
RGB
CMYK
RGB Variations
Color information
#2BFAAC (or 0x2BFAAC) is known color: Medium Spring Green. HEX triplet: 2B, FA and AC. RGB value is (43,250,172). Sum of RGB (Red+Green+Blue) = 43+250+172=465 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.25% from 465); Green value is 250 (98.05% from 255 or 53.76% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFAAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFAAC is #D40553. Grayscale: #B3B3B3. Windows color (decimal): -13894996 or 11336235. OLE color: 11336235.
HSL color Cylindrical-coordinate representation of color #2BFAAC: hue angle of 157.39º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFAAC is Cyan = 0.83, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 172 | - |
| CMYK | 0.83 | 0 | 0.31 | 0.02 |
| HSL | 157.39º | 0.95% | 0.57% | - |
| HSV(B) | 157.39º | 0.83% | 0.98% | - |
| XYZ | 42.63 | 71.86 | 50.65 | - |
| YUV | 179.22 | 123.92 | 30.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 172 | 0.83 | 0 | 0.31 | 0.02 | 157.39 | 0.95 | 0.57 |
| Hex | 2B | FA | AC | 53 | 0 | 1F | 2 | 9D | 5F | 39 |
| Octal | 53 | 372 | 254 | 123 | 0 | 37 | 2 | 235 | 137 | 71 |
| Binary | 101011 | 11111010 | 10101100 | 1010011 | 0 | 11111 | 10 | 10011101 | 1011111 | 111001 |
Color Harmonies of #2BFAAC
Complementary color
Monochromatic Colors of #2BFAAC
Black with #2BFAAC
Text Example
Text Example
White with #2BFAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFAAC; }
p { color: rgb(43,250,172); }
H1.HeaderClassName
{
color: #2BFAAC;
}
.AnyTagClassName
{
color: #2BFAAC;
}
</style>
background-color css
<style>
a { background-color: #2BFAAC; }
a { background-color: rgb(43,250,172); }
div.DivClassName
{
background-color: #2BFAAC;
}
.BgClassName
{
background-color: #2BFAAC;
}
</style>
border-color css
<style>
span { border-color: #2BFAAC; }
span { border-color: rgb(43,250,172); }
td.TdClassName
{
border-color: #2BFAAC;
}
.TagClassName
{
border-color: #2BFAAC;
}
</style>