Html Css Color HEX #1AF0AA Medium Spring Green
📋 copy color: '#1AF0AA'red 26 ◦ green 240 ◦ blue 170
Shades of Medium Spring Green #1AF0AA
Tints of Medium Spring Green #1AF0AA
RGB
CMYK
RGB Variations
Color information
#1AF0AA (or 0x1AF0AA) is known color: Medium Spring Green. HEX triplet: 1A, F0 and AA. RGB value is (26,240,170). Sum of RGB (Red+Green+Blue) = 26+240+170=436 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.96% from 436); Green value is 240 (94.14% from 255 or 55.05% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF0AA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AF0AA is #E50F55. Grayscale: #A8A8A8. Windows color (decimal): -15011670 or 11202586. OLE color: 11202586.
HSL color Cylindrical-coordinate representation of color #1AF0AA: hue angle of 160.37º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF0AA is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 240 | 170 | - |
| CMYK | 0.89 | 0 | 0.29 | 0.06 |
| HSL | 160.37º | 0.88% | 0.52% | - |
| HSV(B) | 160.37º | 0.89% | 0.94% | - |
| XYZ | 38.84 | 65.44 | 48.61 | - |
| YUV | 168.03 | 129.1 | 26.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 240 | 170 | 0.89 | 0 | 0.29 | 0.06 | 160.37 | 0.88 | 0.52 |
| Hex | 1A | F0 | AA | 59 | 0 | 1D | 6 | A0 | 58 | 34 |
| Octal | 32 | 360 | 252 | 131 | 0 | 35 | 6 | 240 | 130 | 64 |
| Binary | 11010 | 11110000 | 10101010 | 1011001 | 0 | 11101 | 110 | 10100000 | 1011000 | 110100 |
Color Harmonies of #1AF0AA
Complementary color
Monochromatic Colors of #1AF0AA
Black with #1AF0AA
Text Example
Text Example
White with #1AF0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF0AA; }
p { color: rgb(26,240,170); }
H1.HeaderClassName
{
color: #1AF0AA;
}
.AnyTagClassName
{
color: #1AF0AA;
}
</style>
background-color css
<style>
a { background-color: #1AF0AA; }
a { background-color: rgb(26,240,170); }
div.DivClassName
{
background-color: #1AF0AA;
}
.BgClassName
{
background-color: #1AF0AA;
}
</style>
border-color css
<style>
span { border-color: #1AF0AA; }
span { border-color: rgb(26,240,170); }
td.TdClassName
{
border-color: #1AF0AA;
}
.TagClassName
{
border-color: #1AF0AA;
}
</style>