Html Css Color HEX #1AFAB2 Medium Spring Green
📋 copy color: '#1AFAB2'red 26 ◦ green 250 ◦ blue 178
Shades of Medium Spring Green #1AFAB2
Tints of Medium Spring Green #1AFAB2
RGB
CMYK
RGB Variations
Color information
#1AFAB2 (or 0x1AFAB2) is known color: Medium Spring Green. HEX triplet: 1A, FA and B2. RGB value is (26,250,178). Sum of RGB (Red+Green+Blue) = 26+250+178=454 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.73% from 454); Green value is 250 (98.05% from 255 or 55.07% from 454); Blue value is 178 (69.92% from 255 or 39.21% from 454); Max value from RGB is 250 - color contains mainly: green. Hex color #1AFAB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AFAB2 is #E5054D. Grayscale: #AEAEAE. Windows color (decimal): -15009102 or 11729434. OLE color: 11729434.
HSL color Cylindrical-coordinate representation of color #1AFAB2: hue angle of 160.71º 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 #1AFAB2 is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 250 | 178 | - |
| CMYK | 0.90 | 0 | 0.29 | 0.02 |
| HSL | 160.71º | 0.96% | 0.54% | - |
| HSV(B) | 160.71º | 0.9% | 0.98% | - |
| XYZ | 42.65 | 71.81 | 53.73 | - |
| YUV | 174.82 | 129.79 | 21.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 250 | 178 | 0.90 | 0 | 0.29 | 0.02 | 160.71 | 0.96 | 0.54 |
| Hex | 1A | FA | B2 | 5A | 0 | 1D | 2 | A1 | 60 | 36 |
| Octal | 32 | 372 | 262 | 132 | 0 | 35 | 2 | 241 | 140 | 66 |
| Binary | 11010 | 11111010 | 10110010 | 1011010 | 0 | 11101 | 10 | 10100001 | 1100000 | 110110 |
Color Harmonies of #1AFAB2
Complementary color
Monochromatic Colors of #1AFAB2
Black with #1AFAB2
Text Example
Text Example
White with #1AFAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFAB2; }
p { color: rgb(26,250,178); }
H1.HeaderClassName
{
color: #1AFAB2;
}
.AnyTagClassName
{
color: #1AFAB2;
}
</style>
background-color css
<style>
a { background-color: #1AFAB2; }
a { background-color: rgb(26,250,178); }
div.DivClassName
{
background-color: #1AFAB2;
}
.BgClassName
{
background-color: #1AFAB2;
}
</style>
border-color css
<style>
span { border-color: #1AFAB2; }
span { border-color: rgb(26,250,178); }
td.TdClassName
{
border-color: #1AFAB2;
}
.TagClassName
{
border-color: #1AFAB2;
}
</style>