Html Css Color HEX #1AFBBA Medium Spring Green
📋 copy color: '#1AFBBA'red 26 ◦ green 251 ◦ blue 186
Shades of Medium Spring Green #1AFBBA
Tints of Medium Spring Green #1AFBBA
RGB
CMYK
RGB Variations
Color information
#1AFBBA (or 0x1AFBBA) is known color: Medium Spring Green. HEX triplet: 1A, FB and BA. RGB value is (26,251,186). Sum of RGB (Red+Green+Blue) = 26+251+186=463 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.62% from 463); Green value is 251 (98.44% from 255 or 54.21% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 251 - color contains mainly: green. Hex color #1AFBBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFBBA is #E50445. Grayscale: #B0B0B0. Windows color (decimal): -15008838 or 12253978. OLE color: 12253978.
HSL color Cylindrical-coordinate representation of color #1AFBBA: hue angle of 162.67º degrees, saturation: 0.97, 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 #1AFBBA is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 251 | 186 | - |
| CMYK | 0.90 | 0 | 0.26 | 0.02 |
| HSL | 162.67º | 0.97% | 0.54% | - |
| HSV(B) | 162.67º | 0.9% | 0.98% | - |
| XYZ | 43.79 | 72.76 | 58.19 | - |
| YUV | 176.32 | 133.46 | 20.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 251 | 186 | 0.90 | 0 | 0.26 | 0.02 | 162.67 | 0.97 | 0.54 |
| Hex | 1A | FB | BA | 5A | 0 | 1A | 2 | A3 | 61 | 36 |
| Octal | 32 | 373 | 272 | 132 | 0 | 32 | 2 | 243 | 141 | 66 |
| Binary | 11010 | 11111011 | 10111010 | 1011010 | 0 | 11010 | 10 | 10100011 | 1100001 | 110110 |
Color Harmonies of #1AFBBA
Complementary color
Monochromatic Colors of #1AFBBA
Black with #1AFBBA
Text Example
Text Example
White with #1AFBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFBBA; }
p { color: rgb(26,251,186); }
H1.HeaderClassName
{
color: #1AFBBA;
}
.AnyTagClassName
{
color: #1AFBBA;
}
</style>
background-color css
<style>
a { background-color: #1AFBBA; }
a { background-color: rgb(26,251,186); }
div.DivClassName
{
background-color: #1AFBBA;
}
.BgClassName
{
background-color: #1AFBBA;
}
</style>
border-color css
<style>
span { border-color: #1AFBBA; }
span { border-color: rgb(26,251,186); }
td.TdClassName
{
border-color: #1AFBBA;
}
.TagClassName
{
border-color: #1AFBBA;
}
</style>