Html Css Color HEX #1AFCBE Medium Spring Green
📋 copy color: '#1AFCBE'red 26 ◦ green 252 ◦ blue 190
Shades of Medium Spring Green #1AFCBE
Tints of Medium Spring Green #1AFCBE
RGB
CMYK
RGB Variations
Color information
#1AFCBE (or 0x1AFCBE) is known color: Medium Spring Green. HEX triplet: 1A, FC and BE. RGB value is (26,252,190). Sum of RGB (Red+Green+Blue) = 26+252+190=468 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.56% from 468); Green value is 252 (98.83% from 255 or 53.85% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 252 - color contains mainly: green. Hex color #1AFCBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFCBE is #E50341. Grayscale: #B1B1B1. Windows color (decimal): -15008578 or 12516378. OLE color: 12516378.
HSL color Cylindrical-coordinate representation of color #1AFCBE: hue angle of 163.54º degrees, saturation: 0.97, 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 #1AFCBE is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 252 | 190 | - |
| CMYK | 0.90 | 0 | 0.25 | 0.01 |
| HSL | 163.54º | 0.97% | 0.55% | - |
| HSV(B) | 163.54º | 0.9% | 0.99% | - |
| XYZ | 44.53 | 73.56 | 60.57 | - |
| YUV | 177.36 | 135.13 | 20.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 252 | 190 | 0.90 | 0 | 0.25 | 0.01 | 163.54 | 0.97 | 0.55 |
| Hex | 1A | FC | BE | 5A | 0 | 19 | 1 | A4 | 61 | 37 |
| Octal | 32 | 374 | 276 | 132 | 0 | 31 | 1 | 244 | 141 | 67 |
| Binary | 11010 | 11111100 | 10111110 | 1011010 | 0 | 11001 | 1 | 10100100 | 1100001 | 110111 |
Color Harmonies of #1AFCBE
Complementary color
Monochromatic Colors of #1AFCBE
Black with #1AFCBE
Text Example
Text Example
White with #1AFCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFCBE; }
p { color: rgb(26,252,190); }
H1.HeaderClassName
{
color: #1AFCBE;
}
.AnyTagClassName
{
color: #1AFCBE;
}
</style>
background-color css
<style>
a { background-color: #1AFCBE; }
a { background-color: rgb(26,252,190); }
div.DivClassName
{
background-color: #1AFCBE;
}
.BgClassName
{
background-color: #1AFCBE;
}
</style>
border-color css
<style>
span { border-color: #1AFCBE; }
span { border-color: rgb(26,252,190); }
td.TdClassName
{
border-color: #1AFCBE;
}
.TagClassName
{
border-color: #1AFCBE;
}
</style>