Html Css Color HEX #1AF6BC Medium Spring Green
📋 copy color: '#1AF6BC'red 26 ◦ green 246 ◦ blue 188
Shades of Medium Spring Green #1AF6BC
Tints of Medium Spring Green #1AF6BC
RGB
CMYK
RGB Variations
Color information
#1AF6BC (or 0x1AF6BC) is known color: Medium Spring Green. HEX triplet: 1A, F6 and BC. RGB value is (26,246,188). Sum of RGB (Red+Green+Blue) = 26+246+188=460 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.65% from 460); Green value is 246 (96.48% from 255 or 53.48% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 246 - color contains mainly: green. Hex color #1AF6BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AF6BC is #E50943. Grayscale: #ADADAD. Windows color (decimal): -15010116 or 12383770. OLE color: 12383770.
HSL color Cylindrical-coordinate representation of color #1AF6BC: hue angle of 164.18º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF6BC is Cyan = 0.89, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 246 | 188 | - |
| CMYK | 0.89 | 0 | 0.24 | 0.04 |
| HSL | 164.18º | 0.92% | 0.53% | - |
| HSV(B) | 164.18º | 0.89% | 0.96% | - |
| XYZ | 42.46 | 69.76 | 58.8 | - |
| YUV | 173.61 | 136.11 | 22.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 246 | 188 | 0.89 | 0 | 0.24 | 0.04 | 164.18 | 0.92 | 0.53 |
| Hex | 1A | F6 | BC | 59 | 0 | 18 | 4 | A4 | 5C | 35 |
| Octal | 32 | 366 | 274 | 131 | 0 | 30 | 4 | 244 | 134 | 65 |
| Binary | 11010 | 11110110 | 10111100 | 1011001 | 0 | 11000 | 100 | 10100100 | 1011100 | 110101 |
Color Harmonies of #1AF6BC
Complementary color
Monochromatic Colors of #1AF6BC
Black with #1AF6BC
Text Example
Text Example
White with #1AF6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF6BC; }
p { color: rgb(26,246,188); }
H1.HeaderClassName
{
color: #1AF6BC;
}
.AnyTagClassName
{
color: #1AF6BC;
}
</style>
background-color css
<style>
a { background-color: #1AF6BC; }
a { background-color: rgb(26,246,188); }
div.DivClassName
{
background-color: #1AF6BC;
}
.BgClassName
{
background-color: #1AF6BC;
}
</style>
border-color css
<style>
span { border-color: #1AF6BC; }
span { border-color: rgb(26,246,188); }
td.TdClassName
{
border-color: #1AF6BC;
}
.TagClassName
{
border-color: #1AF6BC;
}
</style>