Shades of Aquamarine #80FCDA
Tints of Aquamarine #80FCDA
RGB
CMYK
RGB Variations
Color information
#80FCDA (or 0x80FCDA) is known color: Aquamarine. HEX triplet: 80, FC and DA. RGB value is (128,252,218). Sum of RGB (Red+Green+Blue) = 128+252+218=598 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.40% from 598); Green value is 252 (98.83% from 255 or 42.14% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 252 - color contains mainly: green. Hex color #80FCDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FCDA is #7F0325. Grayscale: #D3D3D3. Windows color (decimal): -8323878 or 14351488. OLE color: 14351488.
HSL color Cylindrical-coordinate representation of color #80FCDA: hue angle of 163.55º degrees, saturation: 0.95, 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 #80FCDA is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 252 | 218 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.01 |
| HSL | 163.55º | 0.95% | 0.75% | - |
| HSV(B) | 163.55º | 0.49% | 0.99% | - |
| XYZ | 56.37 | 79.27 | 78.66 | - |
| YUV | 211.05 | 131.92 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 252 | 218 | 0.49 | 0 | 0.13 | 0.01 | 163.55 | 0.95 | 0.75 |
| Hex | 80 | FC | DA | 31 | 0 | D | 1 | A4 | 5F | 4B |
| Octal | 200 | 374 | 332 | 61 | 0 | 15 | 1 | 244 | 137 | 113 |
| Binary | 10000000 | 11111100 | 11011010 | 110001 | 0 | 1101 | 1 | 10100100 | 1011111 | 1001011 |
Color Harmonies of #80FCDA
Complementary color
Monochromatic Colors of #80FCDA
Black with #80FCDA
Text Example
Text Example
White with #80FCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FCDA; }
p { color: rgb(128,252,218); }
H1.HeaderClassName
{
color: #80FCDA;
}
.AnyTagClassName
{
color: #80FCDA;
}
</style>
background-color css
<style>
a { background-color: #80FCDA; }
a { background-color: rgb(128,252,218); }
div.DivClassName
{
background-color: #80FCDA;
}
.BgClassName
{
background-color: #80FCDA;
}
</style>
border-color css
<style>
span { border-color: #80FCDA; }
span { border-color: rgb(128,252,218); }
td.TdClassName
{
border-color: #80FCDA;
}
.TagClassName
{
border-color: #80FCDA;
}
</style>