Html Css Color HEX #2AFDAF Medium Spring Green
📋 copy color: '#2AFDAF'red 42 ◦ green 253 ◦ blue 175
Shades of Medium Spring Green #2AFDAF
Tints of Medium Spring Green #2AFDAF
RGB
CMYK
RGB Variations
Color information
#2AFDAF (or 0x2AFDAF) is known color: Medium Spring Green. HEX triplet: 2A, FD and AF. RGB value is (42,253,175). Sum of RGB (Red+Green+Blue) = 42+253+175=470 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.94% from 470); Green value is 253 (99.22% from 255 or 53.83% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 253 - color contains mainly: green. Hex color #2AFDAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFDAF is #D50250. Grayscale: #B5B5B5. Windows color (decimal): -13959761 or 11533610. OLE color: 11533610.
HSL color Cylindrical-coordinate representation of color #2AFDAF: hue angle of 157.82º 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 #2AFDAF is Cyan = 0.83, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 253 | 175 | - |
| CMYK | 0.83 | 0 | 0.31 | 0.01 |
| HSL | 157.82º | 0.98% | 0.58% | - |
| HSV(B) | 157.82º | 0.83% | 0.99% | - |
| XYZ | 43.82 | 73.84 | 52.5 | - |
| YUV | 181.02 | 124.6 | 28.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 253 | 175 | 0.83 | 0 | 0.31 | 0.01 | 157.82 | 0.98 | 0.58 |
| Hex | 2A | FD | AF | 53 | 0 | 1F | 1 | 9E | 62 | 3A |
| Octal | 52 | 375 | 257 | 123 | 0 | 37 | 1 | 236 | 142 | 72 |
| Binary | 101010 | 11111101 | 10101111 | 1010011 | 0 | 11111 | 1 | 10011110 | 1100010 | 111010 |
Color Harmonies of #2AFDAF
Complementary color
Monochromatic Colors of #2AFDAF
Black with #2AFDAF
Text Example
Text Example
White with #2AFDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFDAF; }
p { color: rgb(42,253,175); }
H1.HeaderClassName
{
color: #2AFDAF;
}
.AnyTagClassName
{
color: #2AFDAF;
}
</style>
background-color css
<style>
a { background-color: #2AFDAF; }
a { background-color: rgb(42,253,175); }
div.DivClassName
{
background-color: #2AFDAF;
}
.BgClassName
{
background-color: #2AFDAF;
}
</style>
border-color css
<style>
span { border-color: #2AFDAF; }
span { border-color: rgb(42,253,175); }
td.TdClassName
{
border-color: #2AFDAF;
}
.TagClassName
{
border-color: #2AFDAF;
}
</style>