Html Css Color HEX #2AFCAC Medium Spring Green
📋 copy color: '#2AFCAC'red 42 ◦ green 252 ◦ blue 172
Shades of Medium Spring Green #2AFCAC
Tints of Medium Spring Green #2AFCAC
RGB
CMYK
RGB Variations
Color information
#2AFCAC (or 0x2AFCAC) is known color: Medium Spring Green. HEX triplet: 2A, FC and AC. RGB value is (42,252,172). Sum of RGB (Red+Green+Blue) = 42+252+172=466 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.01% from 466); Green value is 252 (98.83% from 255 or 54.08% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 252 - color contains mainly: green. Hex color #2AFCAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFCAC is #D50353. Grayscale: #B4B4B4. Windows color (decimal): -13960020 or 11336746. OLE color: 11336746.
HSL color Cylindrical-coordinate representation of color #2AFCAC: hue angle of 157.14º degrees, saturation: 0.97, 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 #2AFCAC is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 252 | 172 | - |
| CMYK | 0.83 | 0 | 0.32 | 0.01 |
| HSL | 157.14º | 0.97% | 0.58% | - |
| HSV(B) | 157.14º | 0.83% | 0.99% | - |
| XYZ | 43.21 | 73.09 | 50.86 | - |
| YUV | 180.09 | 123.43 | 29.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 252 | 172 | 0.83 | 0 | 0.32 | 0.01 | 157.14 | 0.97 | 0.58 |
| Hex | 2A | FC | AC | 53 | 0 | 20 | 1 | 9D | 61 | 3A |
| Octal | 52 | 374 | 254 | 123 | 0 | 40 | 1 | 235 | 141 | 72 |
| Binary | 101010 | 11111100 | 10101100 | 1010011 | 0 | 100000 | 1 | 10011101 | 1100001 | 111010 |
Color Harmonies of #2AFCAC
Complementary color
Monochromatic Colors of #2AFCAC
Black with #2AFCAC
Text Example
Text Example
White with #2AFCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFCAC; }
p { color: rgb(42,252,172); }
H1.HeaderClassName
{
color: #2AFCAC;
}
.AnyTagClassName
{
color: #2AFCAC;
}
</style>
background-color css
<style>
a { background-color: #2AFCAC; }
a { background-color: rgb(42,252,172); }
div.DivClassName
{
background-color: #2AFCAC;
}
.BgClassName
{
background-color: #2AFCAC;
}
</style>
border-color css
<style>
span { border-color: #2AFCAC; }
span { border-color: rgb(42,252,172); }
td.TdClassName
{
border-color: #2AFCAC;
}
.TagClassName
{
border-color: #2AFCAC;
}
</style>