Html Css Color HEX #1AFFBF Medium Spring Green
📋 copy color: '#1AFFBF'red 26 ◦ green 255 ◦ blue 191
Shades of Medium Spring Green #1AFFBF
Tints of Medium Spring Green #1AFFBF
RGB
CMYK
RGB Variations
Color information
#1AFFBF (or 0x1AFFBF) is known color: Medium Spring Green. HEX triplet: 1A, FF and BF. RGB value is (26,255,191). Sum of RGB (Red+Green+Blue) = 26+255+191=472 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.51% from 472); Green value is 255 (100% from 255 or 54.03% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 255 - color contains mainly: green. Hex color #1AFFBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFFBF is #E50040. Grayscale: #B3B3B3. Windows color (decimal): -15007809 or 12582682. OLE color: 12582682.
HSL color Cylindrical-coordinate representation of color #1AFFBF: hue angle of 163.23º 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 #1AFFBF is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 255 | 191 | - |
| CMYK | 0.90 | 0 | 0.25 | 0 |
| HSL | 163.23º | 1% | 0.55% | - |
| HSV(B) | 163.23º | 0.9% | 1% | - |
| XYZ | 45.59 | 75.5 | 61.46 | - |
| YUV | 179.23 | 134.63 | 18.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 255 | 191 | 0.90 | 0 | 0.25 | 0 | 163.23 | 1 | 0.55 |
| Hex | 1A | FF | BF | 5A | 0 | 19 | 0 | A3 | 64 | 37 |
| Octal | 32 | 377 | 277 | 132 | 0 | 31 | 0 | 243 | 144 | 67 |
| Binary | 11010 | 11111111 | 10111111 | 1011010 | 0 | 11001 | 0 | 10100011 | 1100100 | 110111 |
Color Harmonies of #1AFFBF
Complementary color
Monochromatic Colors of #1AFFBF
Black with #1AFFBF
Text Example
Text Example
White with #1AFFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFFBF; }
p { color: rgb(26,255,191); }
H1.HeaderClassName
{
color: #1AFFBF;
}
.AnyTagClassName
{
color: #1AFFBF;
}
</style>
background-color css
<style>
a { background-color: #1AFFBF; }
a { background-color: rgb(26,255,191); }
div.DivClassName
{
background-color: #1AFFBF;
}
.BgClassName
{
background-color: #1AFFBF;
}
</style>
border-color css
<style>
span { border-color: #1AFFBF; }
span { border-color: rgb(26,255,191); }
td.TdClassName
{
border-color: #1AFFBF;
}
.TagClassName
{
border-color: #1AFFBF;
}
</style>