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