Html Css Color HEX #2AFDB1 Medium Spring Green
📋 copy color: '#2AFDB1'red 42 ◦ green 253 ◦ blue 177
Shades of Medium Spring Green #2AFDB1
Tints of Medium Spring Green #2AFDB1
RGB
CMYK
RGB Variations
Color information
#2AFDB1 (or 0x2AFDB1) is known color: Medium Spring Green. HEX triplet: 2A, FD and B1. RGB value is (42,253,177). Sum of RGB (Red+Green+Blue) = 42+253+177=472 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.90% from 472); Green value is 253 (99.22% from 255 or 53.60% from 472); Blue value is 177 (69.53% from 255 or 37.5% from 472); Max value from RGB is 253 - color contains mainly: green. Hex color #2AFDB1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFDB1 is #D5024E. Grayscale: #B5B5B5. Windows color (decimal): -13959759 or 11664682. OLE color: 11664682.
HSL color Cylindrical-coordinate representation of color #2AFDB1: hue angle of 158.39º 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 #2AFDB1 is Cyan = 0.83, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 253 | 177 | - |
| CMYK | 0.83 | 0 | 0.30 | 0.01 |
| HSL | 158.39º | 0.98% | 0.58% | - |
| HSV(B) | 158.39º | 0.83% | 0.99% | - |
| XYZ | 44.02 | 73.92 | 53.54 | - |
| YUV | 181.25 | 125.6 | 28.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 253 | 177 | 0.83 | 0 | 0.30 | 0.01 | 158.39 | 0.98 | 0.58 |
| Hex | 2A | FD | B1 | 53 | 0 | 1E | 1 | 9E | 62 | 3A |
| Octal | 52 | 375 | 261 | 123 | 0 | 36 | 1 | 236 | 142 | 72 |
| Binary | 101010 | 11111101 | 10110001 | 1010011 | 0 | 11110 | 1 | 10011110 | 1100010 | 111010 |
Color Harmonies of #2AFDB1
Complementary color
Monochromatic Colors of #2AFDB1
Black with #2AFDB1
Text Example
Text Example
White with #2AFDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFDB1; }
p { color: rgb(42,253,177); }
H1.HeaderClassName
{
color: #2AFDB1;
}
.AnyTagClassName
{
color: #2AFDB1;
}
</style>
background-color css
<style>
a { background-color: #2AFDB1; }
a { background-color: rgb(42,253,177); }
div.DivClassName
{
background-color: #2AFDB1;
}
.BgClassName
{
background-color: #2AFDB1;
}
</style>
border-color css
<style>
span { border-color: #2AFDB1; }
span { border-color: rgb(42,253,177); }
td.TdClassName
{
border-color: #2AFDB1;
}
.TagClassName
{
border-color: #2AFDB1;
}
</style>