Html Css Color HEX #1AFFBA Medium Spring Green
📋 copy color: '#1AFFBA'red 26 ◦ green 255 ◦ blue 186
Shades of Medium Spring Green #1AFFBA
Tints of Medium Spring Green #1AFFBA
RGB
CMYK
RGB Variations
Color information
#1AFFBA (or 0x1AFFBA) is known color: Medium Spring Green. HEX triplet: 1A, FF and BA. RGB value is (26,255,186). Sum of RGB (Red+Green+Blue) = 26+255+186=467 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.57% from 467); Green value is 255 (100% from 255 or 54.60% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 255 - color contains mainly: green. Hex color #1AFFBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFFBA is #E50045. Grayscale: #B2B2B2. Windows color (decimal): -15007814 or 12255002. OLE color: 12255002.
HSL color Cylindrical-coordinate representation of color #1AFFBA: hue angle of 161.92º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFFBA is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 255 | 186 | - |
| CMYK | 0.90 | 0 | 0.27 | 0 |
| HSL | 161.92º | 1% | 0.55% | - |
| HSV(B) | 161.92º | 0.9% | 1% | - |
| XYZ | 45.05 | 75.28 | 58.61 | - |
| YUV | 178.66 | 132.13 | 19.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 255 | 186 | 0.90 | 0 | 0.27 | 0 | 161.92 | 1 | 0.55 |
| Hex | 1A | FF | BA | 5A | 0 | 1B | 0 | A2 | 64 | 37 |
| Octal | 32 | 377 | 272 | 132 | 0 | 33 | 0 | 242 | 144 | 67 |
| Binary | 11010 | 11111111 | 10111010 | 1011010 | 0 | 11011 | 0 | 10100010 | 1100100 | 110111 |
Color Harmonies of #1AFFBA
Complementary color
Monochromatic Colors of #1AFFBA
Black with #1AFFBA
Text Example
Text Example
White with #1AFFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFFBA; }
p { color: rgb(26,255,186); }
H1.HeaderClassName
{
color: #1AFFBA;
}
.AnyTagClassName
{
color: #1AFFBA;
}
</style>
background-color css
<style>
a { background-color: #1AFFBA; }
a { background-color: rgb(26,255,186); }
div.DivClassName
{
background-color: #1AFFBA;
}
.BgClassName
{
background-color: #1AFFBA;
}
</style>
border-color css
<style>
span { border-color: #1AFFBA; }
span { border-color: rgb(26,255,186); }
td.TdClassName
{
border-color: #1AFFBA;
}
.TagClassName
{
border-color: #1AFFBA;
}
</style>