Html Css Color HEX #1AFAAB Medium Spring Green
📋 copy color: '#1AFAAB'red 26 ◦ green 250 ◦ blue 171
Shades of Medium Spring Green #1AFAAB
Tints of Medium Spring Green #1AFAAB
RGB
CMYK
RGB Variations
Color information
#1AFAAB (or 0x1AFAAB) is known color: Medium Spring Green. HEX triplet: 1A, FA and AB. RGB value is (26,250,171). Sum of RGB (Red+Green+Blue) = 26+250+171=447 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.82% from 447); Green value is 250 (98.05% from 255 or 55.93% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 250 - color contains mainly: green. Hex color #1AFAAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AFAAB is #E50554. Grayscale: #AEAEAE. Windows color (decimal): -15009109 or 11270682. OLE color: 11270682.
HSL color Cylindrical-coordinate representation of color #1AFAAB: hue angle of 158.84º 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 #1AFAAB is Cyan = 0.90, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 250 | 171 | - |
| CMYK | 0.90 | 0 | 0.32 | 0.02 |
| HSL | 158.84º | 0.96% | 0.54% | - |
| HSV(B) | 158.84º | 0.9% | 0.98% | - |
| XYZ | 41.96 | 71.53 | 50.12 | - |
| YUV | 174.02 | 126.29 | 22.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 250 | 171 | 0.90 | 0 | 0.32 | 0.02 | 158.84 | 0.96 | 0.54 |
| Hex | 1A | FA | AB | 5A | 0 | 20 | 2 | 9F | 60 | 36 |
| Octal | 32 | 372 | 253 | 132 | 0 | 40 | 2 | 237 | 140 | 66 |
| Binary | 11010 | 11111010 | 10101011 | 1011010 | 0 | 100000 | 10 | 10011111 | 1100000 | 110110 |
Color Harmonies of #1AFAAB
Complementary color
Monochromatic Colors of #1AFAAB
Black with #1AFAAB
Text Example
Text Example
White with #1AFAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFAAB; }
p { color: rgb(26,250,171); }
H1.HeaderClassName
{
color: #1AFAAB;
}
.AnyTagClassName
{
color: #1AFAAB;
}
</style>
background-color css
<style>
a { background-color: #1AFAAB; }
a { background-color: rgb(26,250,171); }
div.DivClassName
{
background-color: #1AFAAB;
}
.BgClassName
{
background-color: #1AFAAB;
}
</style>
border-color css
<style>
span { border-color: #1AFAAB; }
span { border-color: rgb(26,250,171); }
td.TdClassName
{
border-color: #1AFAAB;
}
.TagClassName
{
border-color: #1AFAAB;
}
</style>