Html Css Color HEX #1AFDBB Medium Spring Green
📋 copy color: '#1AFDBB'red 26 ◦ green 253 ◦ blue 187
Shades of Medium Spring Green #1AFDBB
Tints of Medium Spring Green #1AFDBB
RGB
CMYK
RGB Variations
Color information
#1AFDBB (or 0x1AFDBB) is known color: Medium Spring Green. HEX triplet: 1A, FD and BB. RGB value is (26,253,187). Sum of RGB (Red+Green+Blue) = 26+253+187=466 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.58% from 466); Green value is 253 (99.22% from 255 or 54.29% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 253 - color contains mainly: green. Hex color #1AFDBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFDBB is #E50244. Grayscale: #B1B1B1. Windows color (decimal): -15008325 or 12320026. OLE color: 12320026.
HSL color Cylindrical-coordinate representation of color #1AFDBB: hue angle of 162.56º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFDBB is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 253 | 187 | - |
| CMYK | 0.90 | 0 | 0.26 | 0.01 |
| HSL | 162.56º | 0.98% | 0.55% | - |
| HSV(B) | 162.56º | 0.9% | 0.99% | - |
| XYZ | 44.52 | 74.06 | 58.96 | - |
| YUV | 177.6 | 133.29 | 19.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 253 | 187 | 0.90 | 0 | 0.26 | 0.01 | 162.56 | 0.98 | 0.55 |
| Hex | 1A | FD | BB | 5A | 0 | 1A | 1 | A3 | 62 | 37 |
| Octal | 32 | 375 | 273 | 132 | 0 | 32 | 1 | 243 | 142 | 67 |
| Binary | 11010 | 11111101 | 10111011 | 1011010 | 0 | 11010 | 1 | 10100011 | 1100010 | 110111 |
Color Harmonies of #1AFDBB
Complementary color
Monochromatic Colors of #1AFDBB
Black with #1AFDBB
Text Example
Text Example
White with #1AFDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFDBB; }
p { color: rgb(26,253,187); }
H1.HeaderClassName
{
color: #1AFDBB;
}
.AnyTagClassName
{
color: #1AFDBB;
}
</style>
background-color css
<style>
a { background-color: #1AFDBB; }
a { background-color: rgb(26,253,187); }
div.DivClassName
{
background-color: #1AFDBB;
}
.BgClassName
{
background-color: #1AFDBB;
}
</style>
border-color css
<style>
span { border-color: #1AFDBB; }
span { border-color: rgb(26,253,187); }
td.TdClassName
{
border-color: #1AFDBB;
}
.TagClassName
{
border-color: #1AFDBB;
}
</style>