Shades of Aquamarine #80FDC1
Tints of Aquamarine #80FDC1
RGB
CMYK
RGB Variations
Color information
#80FDC1 (or 0x80FDC1) is known color: Aquamarine. HEX triplet: 80, FD and C1. RGB value is (128,253,193). Sum of RGB (Red+Green+Blue) = 128+253+193=574 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.30% from 574); Green value is 253 (99.22% from 255 or 44.08% from 574); Blue value is 193 (75.78% from 255 or 33.62% from 574); Max value from RGB is 253 - color contains mainly: green. Hex color #80FDC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FDC1 is #7F023E. Grayscale: #D0D0D0. Windows color (decimal): -8323647 or 12713344. OLE color: 12713344.
HSL color Cylindrical-coordinate representation of color #80FDC1: hue angle of 151.2º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FDC1 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 253 | 193 | - |
| CMYK | 0.49 | 0 | 0.24 | 0.01 |
| HSL | 151.2º | 0.97% | 0.75% | - |
| HSV(B) | 151.2º | 0.49% | 0.99% | - |
| XYZ | 53.65 | 78.69 | 62.81 | - |
| YUV | 208.79 | 119.09 | 70.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 253 | 193 | 0.49 | 0 | 0.24 | 0.01 | 151.2 | 0.97 | 0.75 |
| Hex | 80 | FD | C1 | 31 | 0 | 18 | 1 | 97 | 61 | 4B |
| Octal | 200 | 375 | 301 | 61 | 0 | 30 | 1 | 227 | 141 | 113 |
| Binary | 10000000 | 11111101 | 11000001 | 110001 | 0 | 11000 | 1 | 10010111 | 1100001 | 1001011 |
Color Harmonies of #80FDC1
Complementary color
Monochromatic Colors of #80FDC1
Black with #80FDC1
Text Example
Text Example
White with #80FDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FDC1; }
p { color: rgb(128,253,193); }
H1.HeaderClassName
{
color: #80FDC1;
}
.AnyTagClassName
{
color: #80FDC1;
}
</style>
background-color css
<style>
a { background-color: #80FDC1; }
a { background-color: rgb(128,253,193); }
div.DivClassName
{
background-color: #80FDC1;
}
.BgClassName
{
background-color: #80FDC1;
}
</style>
border-color css
<style>
span { border-color: #80FDC1; }
span { border-color: rgb(128,253,193); }
td.TdClassName
{
border-color: #80FDC1;
}
.TagClassName
{
border-color: #80FDC1;
}
</style>