Shades of Aquamarine #80F9DB
Tints of Aquamarine #80F9DB
RGB
CMYK
RGB Variations
Color information
#80F9DB (or 0x80F9DB) is known color: Aquamarine. HEX triplet: 80, F9 and DB. RGB value is (128,249,219). Sum of RGB (Red+Green+Blue) = 128+249+219=596 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.48% from 596); Green value is 249 (97.66% from 255 or 41.78% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 249 - color contains mainly: green. Hex color #80F9DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F9DB is #7F0624. Grayscale: #D1D1D1. Windows color (decimal): -8324645 or 14416256. OLE color: 14416256.
HSL color Cylindrical-coordinate representation of color #80F9DB: hue angle of 165.12º degrees, saturation: 0.91, 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 #80F9DB is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 249 | 219 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.02 |
| HSL | 165.12º | 0.91% | 0.74% | - |
| HSV(B) | 165.12º | 0.49% | 0.98% | - |
| XYZ | 55.56 | 77.46 | 79.04 | - |
| YUV | 209.4 | 133.41 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 249 | 219 | 0.49 | 0 | 0.12 | 0.02 | 165.12 | 0.91 | 0.74 |
| Hex | 80 | F9 | DB | 31 | 0 | C | 2 | A5 | 5B | 4A |
| Octal | 200 | 371 | 333 | 61 | 0 | 14 | 2 | 245 | 133 | 112 |
| Binary | 10000000 | 11111001 | 11011011 | 110001 | 0 | 1100 | 10 | 10100101 | 1011011 | 1001010 |
Color Harmonies of #80F9DB
Complementary color
Monochromatic Colors of #80F9DB
Black with #80F9DB
Text Example
Text Example
White with #80F9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F9DB; }
p { color: rgb(128,249,219); }
H1.HeaderClassName
{
color: #80F9DB;
}
.AnyTagClassName
{
color: #80F9DB;
}
</style>
background-color css
<style>
a { background-color: #80F9DB; }
a { background-color: rgb(128,249,219); }
div.DivClassName
{
background-color: #80F9DB;
}
.BgClassName
{
background-color: #80F9DB;
}
</style>
border-color css
<style>
span { border-color: #80F9DB; }
span { border-color: rgb(128,249,219); }
td.TdClassName
{
border-color: #80F9DB;
}
.TagClassName
{
border-color: #80F9DB;
}
</style>