Html Css Color HEX #2AFFAF Medium Spring Green
📋 copy color: '#2AFFAF'red 42 ◦ green 255 ◦ blue 175
Shades of Medium Spring Green #2AFFAF
Tints of Medium Spring Green #2AFFAF
RGB
CMYK
RGB Variations
Color information
#2AFFAF (or 0x2AFFAF) is known color: Medium Spring Green. HEX triplet: 2A, FF and AF. RGB value is (42,255,175). Sum of RGB (Red+Green+Blue) = 42+255+175=472 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.90% from 472); Green value is 255 (100% from 255 or 54.03% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFFAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFFAF is #D50050. Grayscale: #B6B6B6. Windows color (decimal): -13959249 or 11534122. OLE color: 11534122.
HSL color Cylindrical-coordinate representation of color #2AFFAF: hue angle of 157.46º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AFFAF is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 175 | - |
| CMYK | 0.84 | 0 | 0.31 | 0 |
| HSL | 157.46º | 1% | 0.58% | - |
| HSV(B) | 157.46º | 0.84% | 1% | - |
| XYZ | 44.45 | 75.11 | 52.71 | - |
| YUV | 182.19 | 123.93 | 28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 175 | 0.84 | 0 | 0.31 | 0 | 157.46 | 1 | 0.58 |
| Hex | 2A | FF | AF | 54 | 0 | 1F | 0 | 9D | 64 | 3A |
| Octal | 52 | 377 | 257 | 124 | 0 | 37 | 0 | 235 | 144 | 72 |
| Binary | 101010 | 11111111 | 10101111 | 1010100 | 0 | 11111 | 0 | 10011101 | 1100100 | 111010 |
Color Harmonies of #2AFFAF
Complementary color
Monochromatic Colors of #2AFFAF
Black with #2AFFAF
Text Example
Text Example
White with #2AFFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFFAF; }
p { color: rgb(42,255,175); }
H1.HeaderClassName
{
color: #2AFFAF;
}
.AnyTagClassName
{
color: #2AFFAF;
}
</style>
background-color css
<style>
a { background-color: #2AFFAF; }
a { background-color: rgb(42,255,175); }
div.DivClassName
{
background-color: #2AFFAF;
}
.BgClassName
{
background-color: #2AFFAF;
}
</style>
border-color css
<style>
span { border-color: #2AFFAF; }
span { border-color: rgb(42,255,175); }
td.TdClassName
{
border-color: #2AFFAF;
}
.TagClassName
{
border-color: #2AFFAF;
}
</style>