Shades of Mint Green #80FEA3
Tints of Mint Green #80FEA3
RGB
CMYK
RGB Variations
Color information
#80FEA3 (or 0x80FEA3) is known color: Mint Green. HEX triplet: 80, FE and A3. RGB value is (128,254,163). Sum of RGB (Red+Green+Blue) = 128+254+163=545 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.49% from 545); Green value is 254 (99.61% from 255 or 46.61% from 545); Blue value is 163 (64.06% from 255 or 29.91% from 545); Max value from RGB is 254 - color contains mainly: green. Hex color #80FEA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FEA3 is #7F015C. Grayscale: #CECECE. Windows color (decimal): -8323421 or 10747520. OLE color: 10747520.
HSL color Cylindrical-coordinate representation of color #80FEA3: hue angle of 136.67º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80FEA3 is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 254 | 163 | - |
| CMYK | 0.50 | 0 | 0.36 | 0.00 |
| HSL | 136.67º | 0.98% | 0.75% | - |
| HSV(B) | 136.67º | 0.5% | 1% | - |
| XYZ | 50.95 | 78.12 | 47.04 | - |
| YUV | 205.95 | 103.76 | 72.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 254 | 163 | 0.50 | 0 | 0.36 | 0.00 | 136.67 | 0.98 | 0.75 |
| Hex | 80 | FE | A3 | 32 | 0 | 24 | 0 | 89 | 62 | 4B |
| Octal | 200 | 376 | 243 | 62 | 0 | 44 | 0 | 211 | 142 | 113 |
| Binary | 10000000 | 11111110 | 10100011 | 110010 | 0 | 100100 | 0 | 10001001 | 1100010 | 1001011 |
Color Harmonies of #80FEA3
Complementary color
Monochromatic Colors of #80FEA3
Black with #80FEA3
Text Example
Text Example
White with #80FEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FEA3; }
p { color: rgb(128,254,163); }
H1.HeaderClassName
{
color: #80FEA3;
}
.AnyTagClassName
{
color: #80FEA3;
}
</style>
background-color css
<style>
a { background-color: #80FEA3; }
a { background-color: rgb(128,254,163); }
div.DivClassName
{
background-color: #80FEA3;
}
.BgClassName
{
background-color: #80FEA3;
}
</style>
border-color css
<style>
span { border-color: #80FEA3; }
span { border-color: rgb(128,254,163); }
td.TdClassName
{
border-color: #80FEA3;
}
.TagClassName
{
border-color: #80FEA3;
}
</style>