Shades of Aquamarine #80FBDA
Tints of Aquamarine #80FBDA
RGB
CMYK
RGB Variations
Color information
#80FBDA (or 0x80FBDA) is known color: Aquamarine. HEX triplet: 80, FB and DA. RGB value is (128,251,218). Sum of RGB (Red+Green+Blue) = 128+251+218=597 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.44% from 597); Green value is 251 (98.44% from 255 or 42.04% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 251 - color contains mainly: green. Hex color #80FBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FBDA is #7F0425. Grayscale: #D2D2D2. Windows color (decimal): -8324134 or 14351232. OLE color: 14351232.
HSL color Cylindrical-coordinate representation of color #80FBDA: hue angle of 163.9º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FBDA is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 251 | 218 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.02 |
| HSL | 163.9º | 0.94% | 0.74% | - |
| HSV(B) | 163.9º | 0.49% | 0.98% | - |
| XYZ | 56.05 | 78.65 | 78.56 | - |
| YUV | 210.46 | 132.25 | 69.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 251 | 218 | 0.49 | 0 | 0.13 | 0.02 | 163.9 | 0.94 | 0.74 |
| Hex | 80 | FB | DA | 31 | 0 | D | 2 | A4 | 5E | 4A |
| Octal | 200 | 373 | 332 | 61 | 0 | 15 | 2 | 244 | 136 | 112 |
| Binary | 10000000 | 11111011 | 11011010 | 110001 | 0 | 1101 | 10 | 10100100 | 1011110 | 1001010 |
Color Harmonies of #80FBDA
Complementary color
Monochromatic Colors of #80FBDA
Black with #80FBDA
Text Example
Text Example
White with #80FBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FBDA; }
p { color: rgb(128,251,218); }
H1.HeaderClassName
{
color: #80FBDA;
}
.AnyTagClassName
{
color: #80FBDA;
}
</style>
background-color css
<style>
a { background-color: #80FBDA; }
a { background-color: rgb(128,251,218); }
div.DivClassName
{
background-color: #80FBDA;
}
.BgClassName
{
background-color: #80FBDA;
}
</style>
border-color css
<style>
span { border-color: #80FBDA; }
span { border-color: rgb(128,251,218); }
td.TdClassName
{
border-color: #80FBDA;
}
.TagClassName
{
border-color: #80FBDA;
}
</style>