Html Css Color HEX #1AFFBC Medium Spring Green
📋 copy color: '#1AFFBC'red 26 ◦ green 255 ◦ blue 188
Shades of Medium Spring Green #1AFFBC
Tints of Medium Spring Green #1AFFBC
RGB
CMYK
RGB Variations
Color information
#1AFFBC (or 0x1AFFBC) is known color: Medium Spring Green. HEX triplet: 1A, FF and BC. RGB value is (26,255,188). Sum of RGB (Red+Green+Blue) = 26+255+188=469 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.54% from 469); Green value is 255 (100% from 255 or 54.37% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 255 - color contains mainly: green. Hex color #1AFFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFFBC is #E50043. Grayscale: #B2B2B2. Windows color (decimal): -15007812 or 12386074. OLE color: 12386074.
HSL color Cylindrical-coordinate representation of color #1AFFBC: hue angle of 162.45º 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 #1AFFBC is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 255 | 188 | - |
| CMYK | 0.90 | 0 | 0.26 | 0 |
| HSL | 162.45º | 1% | 0.55% | - |
| HSV(B) | 162.45º | 0.9% | 1% | - |
| XYZ | 45.26 | 75.37 | 59.74 | - |
| YUV | 178.89 | 133.13 | 18.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 255 | 188 | 0.90 | 0 | 0.26 | 0 | 162.45 | 1 | 0.55 |
| Hex | 1A | FF | BC | 5A | 0 | 1A | 0 | A2 | 64 | 37 |
| Octal | 32 | 377 | 274 | 132 | 0 | 32 | 0 | 242 | 144 | 67 |
| Binary | 11010 | 11111111 | 10111100 | 1011010 | 0 | 11010 | 0 | 10100010 | 1100100 | 110111 |
Color Harmonies of #1AFFBC
Complementary color
Monochromatic Colors of #1AFFBC
Black with #1AFFBC
Text Example
Text Example
White with #1AFFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFFBC; }
p { color: rgb(26,255,188); }
H1.HeaderClassName
{
color: #1AFFBC;
}
.AnyTagClassName
{
color: #1AFFBC;
}
</style>
background-color css
<style>
a { background-color: #1AFFBC; }
a { background-color: rgb(26,255,188); }
div.DivClassName
{
background-color: #1AFFBC;
}
.BgClassName
{
background-color: #1AFFBC;
}
</style>
border-color css
<style>
span { border-color: #1AFFBC; }
span { border-color: rgb(26,255,188); }
td.TdClassName
{
border-color: #1AFFBC;
}
.TagClassName
{
border-color: #1AFFBC;
}
</style>