Html Css Color HEX #1AF2AB Medium Spring Green
📋 copy color: '#1AF2AB'red 26 ◦ green 242 ◦ blue 171
Shades of Medium Spring Green #1AF2AB
Tints of Medium Spring Green #1AF2AB
RGB
CMYK
RGB Variations
Color information
#1AF2AB (or 0x1AF2AB) is known color: Medium Spring Green. HEX triplet: 1A, F2 and AB. RGB value is (26,242,171). Sum of RGB (Red+Green+Blue) = 26+242+171=439 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.92% from 439); Green value is 242 (94.92% from 255 or 55.13% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 242 - color contains mainly: green. Hex color #1AF2AB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AF2AB is #E50D54. Grayscale: #A9A9A9. Windows color (decimal): -15011157 or 11268634. OLE color: 11268634.
HSL color Cylindrical-coordinate representation of color #1AF2AB: hue angle of 160.28º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF2AB is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 242 | 171 | - |
| CMYK | 0.89 | 0 | 0.29 | 0.05 |
| HSL | 160.28º | 0.89% | 0.53% | - |
| HSV(B) | 160.28º | 0.89% | 0.95% | - |
| XYZ | 39.53 | 66.66 | 49.31 | - |
| YUV | 169.32 | 128.94 | 25.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 242 | 171 | 0.89 | 0 | 0.29 | 0.05 | 160.28 | 0.89 | 0.53 |
| Hex | 1A | F2 | AB | 59 | 0 | 1D | 5 | A0 | 59 | 35 |
| Octal | 32 | 362 | 253 | 131 | 0 | 35 | 5 | 240 | 131 | 65 |
| Binary | 11010 | 11110010 | 10101011 | 1011001 | 0 | 11101 | 101 | 10100000 | 1011001 | 110101 |
Color Harmonies of #1AF2AB
Complementary color
Monochromatic Colors of #1AF2AB
Black with #1AF2AB
Text Example
Text Example
White with #1AF2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF2AB; }
p { color: rgb(26,242,171); }
H1.HeaderClassName
{
color: #1AF2AB;
}
.AnyTagClassName
{
color: #1AF2AB;
}
</style>
background-color css
<style>
a { background-color: #1AF2AB; }
a { background-color: rgb(26,242,171); }
div.DivClassName
{
background-color: #1AF2AB;
}
.BgClassName
{
background-color: #1AF2AB;
}
</style>
border-color css
<style>
span { border-color: #1AF2AB; }
span { border-color: rgb(26,242,171); }
td.TdClassName
{
border-color: #1AF2AB;
}
.TagClassName
{
border-color: #1AF2AB;
}
</style>