Html Css Color HEX #2BFBAD Medium Spring Green
📋 copy color: '#2BFBAD'red 43 ◦ green 251 ◦ blue 173
Shades of Medium Spring Green #2BFBAD
Tints of Medium Spring Green #2BFBAD
RGB
CMYK
RGB Variations
Color information
#2BFBAD (or 0x2BFBAD) is known color: Medium Spring Green. HEX triplet: 2B, FB and AD. RGB value is (43,251,173). Sum of RGB (Red+Green+Blue) = 43+251+173=467 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.21% from 467); Green value is 251 (98.44% from 255 or 53.75% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 251 - color contains mainly: green. Hex color #2BFBAD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFBAD is #D40452. Grayscale: #B4B4B4. Windows color (decimal): -13894739 or 11402027. OLE color: 11402027.
HSL color Cylindrical-coordinate representation of color #2BFBAD: hue angle of 157.5º 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 #2BFBAD is Cyan = 0.83, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 251 | 173 | - |
| CMYK | 0.83 | 0 | 0.31 | 0.02 |
| HSL | 157.5º | 0.96% | 0.58% | - |
| HSV(B) | 157.5º | 0.83% | 0.98% | - |
| XYZ | 43.04 | 72.53 | 51.27 | - |
| YUV | 179.92 | 124.09 | 30.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 251 | 173 | 0.83 | 0 | 0.31 | 0.02 | 157.5 | 0.96 | 0.58 |
| Hex | 2B | FB | AD | 53 | 0 | 1F | 2 | 9E | 60 | 3A |
| Octal | 53 | 373 | 255 | 123 | 0 | 37 | 2 | 236 | 140 | 72 |
| Binary | 101011 | 11111011 | 10101101 | 1010011 | 0 | 11111 | 10 | 10011110 | 1100000 | 111010 |
Color Harmonies of #2BFBAD
Complementary color
Monochromatic Colors of #2BFBAD
Black with #2BFBAD
Text Example
Text Example
White with #2BFBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFBAD; }
p { color: rgb(43,251,173); }
H1.HeaderClassName
{
color: #2BFBAD;
}
.AnyTagClassName
{
color: #2BFBAD;
}
</style>
background-color css
<style>
a { background-color: #2BFBAD; }
a { background-color: rgb(43,251,173); }
div.DivClassName
{
background-color: #2BFBAD;
}
.BgClassName
{
background-color: #2BFBAD;
}
</style>
border-color css
<style>
span { border-color: #2BFBAD; }
span { border-color: rgb(43,251,173); }
td.TdClassName
{
border-color: #2BFBAD;
}
.TagClassName
{
border-color: #2BFBAD;
}
</style>