Html Css Color HEX #1AFAAA Medium Spring Green
📋 copy color: '#1AFAAA'red 26 ◦ green 250 ◦ blue 170
Shades of Medium Spring Green #1AFAAA
Tints of Medium Spring Green #1AFAAA
RGB
CMYK
RGB Variations
Color information
#1AFAAA (or 0x1AFAAA) is known color: Medium Spring Green. HEX triplet: 1A, FA and AA. RGB value is (26,250,170). Sum of RGB (Red+Green+Blue) = 26+250+170=446 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.83% from 446); Green value is 250 (98.05% from 255 or 56.05% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 250 - color contains mainly: green. Hex color #1AFAAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AFAAA is #E50555. Grayscale: #AEAEAE. Windows color (decimal): -15009110 or 11205146. OLE color: 11205146.
HSL color Cylindrical-coordinate representation of color #1AFAAA: hue angle of 158.57º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFAAA is Cyan = 0.90, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 250 | 170 | - |
| CMYK | 0.90 | 0 | 0.32 | 0.02 |
| HSL | 158.57º | 0.96% | 0.54% | - |
| HSV(B) | 158.57º | 0.9% | 0.98% | - |
| XYZ | 41.87 | 71.49 | 49.62 | - |
| YUV | 173.9 | 125.79 | 22.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 250 | 170 | 0.90 | 0 | 0.32 | 0.02 | 158.57 | 0.96 | 0.54 |
| Hex | 1A | FA | AA | 5A | 0 | 20 | 2 | 9F | 60 | 36 |
| Octal | 32 | 372 | 252 | 132 | 0 | 40 | 2 | 237 | 140 | 66 |
| Binary | 11010 | 11111010 | 10101010 | 1011010 | 0 | 100000 | 10 | 10011111 | 1100000 | 110110 |
Color Harmonies of #1AFAAA
Complementary color
Monochromatic Colors of #1AFAAA
Black with #1AFAAA
Text Example
Text Example
White with #1AFAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFAAA; }
p { color: rgb(26,250,170); }
H1.HeaderClassName
{
color: #1AFAAA;
}
.AnyTagClassName
{
color: #1AFAAA;
}
</style>
background-color css
<style>
a { background-color: #1AFAAA; }
a { background-color: rgb(26,250,170); }
div.DivClassName
{
background-color: #1AFAAA;
}
.BgClassName
{
background-color: #1AFAAA;
}
</style>
border-color css
<style>
span { border-color: #1AFAAA; }
span { border-color: rgb(26,250,170); }
td.TdClassName
{
border-color: #1AFAAA;
}
.TagClassName
{
border-color: #1AFAAA;
}
</style>