Html Css Color HEX #2AFBAB Medium Spring Green
📋 copy color: '#2AFBAB'red 42 ◦ green 251 ◦ blue 171
Shades of Medium Spring Green #2AFBAB
Tints of Medium Spring Green #2AFBAB
RGB
CMYK
RGB Variations
Color information
#2AFBAB (or 0x2AFBAB) is known color: Medium Spring Green. HEX triplet: 2A, FB and AB. RGB value is (42,251,171). Sum of RGB (Red+Green+Blue) = 42+251+171=464 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.05% from 464); Green value is 251 (98.44% from 255 or 54.09% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 251 - color contains mainly: green. Hex color #2AFBAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFBAB is #D50454. Grayscale: #B3B3B3. Windows color (decimal): -13960277 or 11270954. OLE color: 11270954.
HSL color Cylindrical-coordinate representation of color #2AFBAB: hue angle of 157.03º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFBAB is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 251 | 171 | - |
| CMYK | 0.83 | 0 | 0.32 | 0.02 |
| HSL | 157.03º | 0.96% | 0.57% | - |
| HSV(B) | 157.03º | 0.83% | 0.98% | - |
| XYZ | 42.8 | 72.43 | 50.25 | - |
| YUV | 179.39 | 123.26 | 30 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 251 | 171 | 0.83 | 0 | 0.32 | 0.02 | 157.03 | 0.96 | 0.57 |
| Hex | 2A | FB | AB | 53 | 0 | 20 | 2 | 9D | 60 | 39 |
| Octal | 52 | 373 | 253 | 123 | 0 | 40 | 2 | 235 | 140 | 71 |
| Binary | 101010 | 11111011 | 10101011 | 1010011 | 0 | 100000 | 10 | 10011101 | 1100000 | 111001 |
Color Harmonies of #2AFBAB
Complementary color
Monochromatic Colors of #2AFBAB
Black with #2AFBAB
Text Example
Text Example
White with #2AFBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFBAB; }
p { color: rgb(42,251,171); }
H1.HeaderClassName
{
color: #2AFBAB;
}
.AnyTagClassName
{
color: #2AFBAB;
}
</style>
background-color css
<style>
a { background-color: #2AFBAB; }
a { background-color: rgb(42,251,171); }
div.DivClassName
{
background-color: #2AFBAB;
}
.BgClassName
{
background-color: #2AFBAB;
}
</style>
border-color css
<style>
span { border-color: #2AFBAB; }
span { border-color: rgb(42,251,171); }
td.TdClassName
{
border-color: #2AFBAB;
}
.TagClassName
{
border-color: #2AFBAB;
}
</style>