Html Css Color HEX #2AFDAB Medium Spring Green
📋 copy color: '#2AFDAB'red 42 ◦ green 253 ◦ blue 171
Shades of Medium Spring Green #2AFDAB
Tints of Medium Spring Green #2AFDAB
RGB
CMYK
RGB Variations
Color information
#2AFDAB (or 0x2AFDAB) is known color: Medium Spring Green. HEX triplet: 2A, FD and AB. RGB value is (42,253,171). Sum of RGB (Red+Green+Blue) = 42+253+171=466 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.01% from 466); Green value is 253 (99.22% from 255 or 54.29% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 253 - color contains mainly: green. Hex color #2AFDAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFDAB is #D50254. Grayscale: #B4B4B4. Windows color (decimal): -13959765 or 11271466. OLE color: 11271466.
HSL color Cylindrical-coordinate representation of color #2AFDAB: hue angle of 156.68º 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 #2AFDAB is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 253 | 171 | - |
| CMYK | 0.83 | 0 | 0.32 | 0.01 |
| HSL | 156.68º | 0.98% | 0.58% | - |
| HSV(B) | 156.68º | 0.83% | 0.99% | - |
| XYZ | 43.43 | 73.68 | 50.46 | - |
| YUV | 180.56 | 122.6 | 29.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 253 | 171 | 0.83 | 0 | 0.32 | 0.01 | 156.68 | 0.98 | 0.58 |
| Hex | 2A | FD | AB | 53 | 0 | 20 | 1 | 9D | 62 | 3A |
| Octal | 52 | 375 | 253 | 123 | 0 | 40 | 1 | 235 | 142 | 72 |
| Binary | 101010 | 11111101 | 10101011 | 1010011 | 0 | 100000 | 1 | 10011101 | 1100010 | 111010 |
Color Harmonies of #2AFDAB
Complementary color
Monochromatic Colors of #2AFDAB
Black with #2AFDAB
Text Example
Text Example
White with #2AFDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFDAB; }
p { color: rgb(42,253,171); }
H1.HeaderClassName
{
color: #2AFDAB;
}
.AnyTagClassName
{
color: #2AFDAB;
}
</style>
background-color css
<style>
a { background-color: #2AFDAB; }
a { background-color: rgb(42,253,171); }
div.DivClassName
{
background-color: #2AFDAB;
}
.BgClassName
{
background-color: #2AFDAB;
}
</style>
border-color css
<style>
span { border-color: #2AFDAB; }
span { border-color: rgb(42,253,171); }
td.TdClassName
{
border-color: #2AFDAB;
}
.TagClassName
{
border-color: #2AFDAB;
}
</style>