Html Css Color HEX #1AFDAB Medium Spring Green
📋 copy color: '#1AFDAB'red 26 ◦ green 253 ◦ blue 171
Shades of Medium Spring Green #1AFDAB
Tints of Medium Spring Green #1AFDAB
RGB
CMYK
RGB Variations
Color information
#1AFDAB (or 0x1AFDAB) is known color: Medium Spring Green. HEX triplet: 1A, FD and AB. RGB value is (26,253,171). Sum of RGB (Red+Green+Blue) = 26+253+171=450 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.78% from 450); Green value is 253 (99.22% from 255 or 56.22% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 253 - color contains mainly: green. Hex color #1AFDAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AFDAB is #E50254. Grayscale: #AFAFAF. Windows color (decimal): -15008341 or 11271450. OLE color: 11271450.
HSL color Cylindrical-coordinate representation of color #1AFDAB: hue angle of 158.33º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFDAB is Cyan = 0.90, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 253 | 171 | - |
| CMYK | 0.90 | 0 | 0.32 | 0.01 |
| HSL | 158.33º | 0.98% | 0.55% | - |
| HSV(B) | 158.33º | 0.9% | 0.99% | - |
| XYZ | 42.9 | 73.41 | 50.44 | - |
| YUV | 175.78 | 125.29 | 21.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 253 | 171 | 0.90 | 0 | 0.32 | 0.01 | 158.33 | 0.98 | 0.55 |
| Hex | 1A | FD | AB | 5A | 0 | 20 | 1 | 9E | 62 | 37 |
| Octal | 32 | 375 | 253 | 132 | 0 | 40 | 1 | 236 | 142 | 67 |
| Binary | 11010 | 11111101 | 10101011 | 1011010 | 0 | 100000 | 1 | 10011110 | 1100010 | 110111 |
Color Harmonies of #1AFDAB
Complementary color
Monochromatic Colors of #1AFDAB
Black with #1AFDAB
Text Example
Text Example
White with #1AFDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFDAB; }
p { color: rgb(26,253,171); }
H1.HeaderClassName
{
color: #1AFDAB;
}
.AnyTagClassName
{
color: #1AFDAB;
}
</style>
background-color css
<style>
a { background-color: #1AFDAB; }
a { background-color: rgb(26,253,171); }
div.DivClassName
{
background-color: #1AFDAB;
}
.BgClassName
{
background-color: #1AFDAB;
}
</style>
border-color css
<style>
span { border-color: #1AFDAB; }
span { border-color: rgb(26,253,171); }
td.TdClassName
{
border-color: #1AFDAB;
}
.TagClassName
{
border-color: #1AFDAB;
}
</style>