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