Shades of Aquamarine #80F5DA
Tints of Aquamarine #80F5DA
RGB
CMYK
RGB Variations
Color information
#80F5DA (or 0x80F5DA) is known color: Aquamarine. HEX triplet: 80, F5 and DA. RGB value is (128,245,218). Sum of RGB (Red+Green+Blue) = 128+245+218=591 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.66% from 591); Green value is 245 (96.09% from 255 or 41.46% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 245 - color contains mainly: green. Hex color #80F5DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F5DA is #7F0A25. Grayscale: #CECECE. Windows color (decimal): -8325670 or 14349696. OLE color: 14349696.
HSL color Cylindrical-coordinate representation of color #80F5DA: hue angle of 166.15º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80F5DA is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 245 | 218 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.04 |
| HSL | 166.15º | 0.85% | 0.73% | - |
| HSV(B) | 166.15º | 0.48% | 0.96% | - |
| XYZ | 54.21 | 74.96 | 77.94 | - |
| YUV | 206.94 | 134.24 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 245 | 218 | 0.48 | 0 | 0.11 | 0.04 | 166.15 | 0.85 | 0.73 |
| Hex | 80 | F5 | DA | 30 | 0 | B | 4 | A6 | 55 | 49 |
| Octal | 200 | 365 | 332 | 60 | 0 | 13 | 4 | 246 | 125 | 111 |
| Binary | 10000000 | 11110101 | 11011010 | 110000 | 0 | 1011 | 100 | 10100110 | 1010101 | 1001001 |
Color Harmonies of #80F5DA
Complementary color
Monochromatic Colors of #80F5DA
Black with #80F5DA
Text Example
Text Example
White with #80F5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F5DA; }
p { color: rgb(128,245,218); }
H1.HeaderClassName
{
color: #80F5DA;
}
.AnyTagClassName
{
color: #80F5DA;
}
</style>
background-color css
<style>
a { background-color: #80F5DA; }
a { background-color: rgb(128,245,218); }
div.DivClassName
{
background-color: #80F5DA;
}
.BgClassName
{
background-color: #80F5DA;
}
</style>
border-color css
<style>
span { border-color: #80F5DA; }
span { border-color: rgb(128,245,218); }
td.TdClassName
{
border-color: #80F5DA;
}
.TagClassName
{
border-color: #80F5DA;
}
</style>