Html Css Color HEX #1AFDBC Medium Spring Green
📋 copy color: '#1AFDBC'red 26 ◦ green 253 ◦ blue 188
Shades of Medium Spring Green #1AFDBC
Tints of Medium Spring Green #1AFDBC
RGB
CMYK
RGB Variations
Color information
#1AFDBC (or 0x1AFDBC) is known color: Medium Spring Green. HEX triplet: 1A, FD and BC. RGB value is (26,253,188). Sum of RGB (Red+Green+Blue) = 26+253+188=467 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.57% from 467); Green value is 253 (99.22% from 255 or 54.18% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 253 - color contains mainly: green. Hex color #1AFDBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFDBC is #E50243. Grayscale: #B1B1B1. Windows color (decimal): -15008324 or 12385562. OLE color: 12385562.
HSL color Cylindrical-coordinate representation of color #1AFDBC: hue angle of 162.82º 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 #1AFDBC is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 253 | 188 | - |
| CMYK | 0.90 | 0 | 0.26 | 0.01 |
| HSL | 162.82º | 0.98% | 0.55% | - |
| HSV(B) | 162.82º | 0.9% | 0.99% | - |
| XYZ | 44.63 | 74.1 | 59.53 | - |
| YUV | 177.72 | 133.79 | 19.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 253 | 188 | 0.90 | 0 | 0.26 | 0.01 | 162.82 | 0.98 | 0.55 |
| Hex | 1A | FD | BC | 5A | 0 | 1A | 1 | A3 | 62 | 37 |
| Octal | 32 | 375 | 274 | 132 | 0 | 32 | 1 | 243 | 142 | 67 |
| Binary | 11010 | 11111101 | 10111100 | 1011010 | 0 | 11010 | 1 | 10100011 | 1100010 | 110111 |
Color Harmonies of #1AFDBC
Complementary color
Monochromatic Colors of #1AFDBC
Black with #1AFDBC
Text Example
Text Example
White with #1AFDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFDBC; }
p { color: rgb(26,253,188); }
H1.HeaderClassName
{
color: #1AFDBC;
}
.AnyTagClassName
{
color: #1AFDBC;
}
</style>
background-color css
<style>
a { background-color: #1AFDBC; }
a { background-color: rgb(26,253,188); }
div.DivClassName
{
background-color: #1AFDBC;
}
.BgClassName
{
background-color: #1AFDBC;
}
</style>
border-color css
<style>
span { border-color: #1AFDBC; }
span { border-color: rgb(26,253,188); }
td.TdClassName
{
border-color: #1AFDBC;
}
.TagClassName
{
border-color: #1AFDBC;
}
</style>