Shades of Aquamarine #80FCDB
Tints of Aquamarine #80FCDB
RGB
CMYK
RGB Variations
Color information
#80FCDB (or 0x80FCDB) is known color: Aquamarine. HEX triplet: 80, FC and DB. RGB value is (128,252,219). Sum of RGB (Red+Green+Blue) = 128+252+219=599 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.37% from 599); Green value is 252 (98.83% from 255 or 42.07% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 252 - color contains mainly: green. Hex color #80FCDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FCDB is #7F0324. Grayscale: #D3D3D3. Windows color (decimal): -8323877 or 14417024. OLE color: 14417024.
HSL color Cylindrical-coordinate representation of color #80FCDB: hue angle of 164.03º 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 #80FCDB is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 252 | 219 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.01 |
| HSL | 164.03º | 0.95% | 0.75% | - |
| HSV(B) | 164.03º | 0.49% | 0.99% | - |
| XYZ | 56.5 | 79.32 | 79.35 | - |
| YUV | 211.16 | 132.42 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 252 | 219 | 0.49 | 0 | 0.13 | 0.01 | 164.03 | 0.95 | 0.75 |
| Hex | 80 | FC | DB | 31 | 0 | D | 1 | A4 | 5F | 4B |
| Octal | 200 | 374 | 333 | 61 | 0 | 15 | 1 | 244 | 137 | 113 |
| Binary | 10000000 | 11111100 | 11011011 | 110001 | 0 | 1101 | 1 | 10100100 | 1011111 | 1001011 |
Color Harmonies of #80FCDB
Complementary color
Monochromatic Colors of #80FCDB
Black with #80FCDB
Text Example
Text Example
White with #80FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FCDB; }
p { color: rgb(128,252,219); }
H1.HeaderClassName
{
color: #80FCDB;
}
.AnyTagClassName
{
color: #80FCDB;
}
</style>
background-color css
<style>
a { background-color: #80FCDB; }
a { background-color: rgb(128,252,219); }
div.DivClassName
{
background-color: #80FCDB;
}
.BgClassName
{
background-color: #80FCDB;
}
</style>
border-color css
<style>
span { border-color: #80FCDB; }
span { border-color: rgb(128,252,219); }
td.TdClassName
{
border-color: #80FCDB;
}
.TagClassName
{
border-color: #80FCDB;
}
</style>