Shades of Aquamarine #80FADF
Tints of Aquamarine #80FADF
RGB
CMYK
RGB Variations
Color information
#80FADF (or 0x80FADF) is known color: Aquamarine. HEX triplet: 80, FA and DF. RGB value is (128,250,223). Sum of RGB (Red+Green+Blue) = 128+250+223=601 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.30% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 250 - color contains mainly: green. Hex color #80FADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FADF is #7F0520. Grayscale: #D2D2D2. Windows color (decimal): -8324385 or 14678656. OLE color: 14678656.
HSL color Cylindrical-coordinate representation of color #80FADF: hue angle of 166.72º degrees, saturation: 0.92, 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 #80FADF is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 250 | 223 | - |
| CMYK | 0.49 | 0 | 0.11 | 0.02 |
| HSL | 166.72º | 0.92% | 0.74% | - |
| HSV(B) | 166.72º | 0.49% | 0.98% | - |
| XYZ | 56.41 | 78.29 | 81.95 | - |
| YUV | 210.44 | 135.08 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 250 | 223 | 0.49 | 0 | 0.11 | 0.02 | 166.72 | 0.92 | 0.74 |
| Hex | 80 | FA | DF | 31 | 0 | B | 2 | A7 | 5C | 4A |
| Octal | 200 | 372 | 337 | 61 | 0 | 13 | 2 | 247 | 134 | 112 |
| Binary | 10000000 | 11111010 | 11011111 | 110001 | 0 | 1011 | 10 | 10100111 | 1011100 | 1001010 |
Color Harmonies of #80FADF
Complementary color
Monochromatic Colors of #80FADF
Black with #80FADF
Text Example
Text Example
White with #80FADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FADF; }
p { color: rgb(128,250,223); }
H1.HeaderClassName
{
color: #80FADF;
}
.AnyTagClassName
{
color: #80FADF;
}
</style>
background-color css
<style>
a { background-color: #80FADF; }
a { background-color: rgb(128,250,223); }
div.DivClassName
{
background-color: #80FADF;
}
.BgClassName
{
background-color: #80FADF;
}
</style>
border-color css
<style>
span { border-color: #80FADF; }
span { border-color: rgb(128,250,223); }
td.TdClassName
{
border-color: #80FADF;
}
.TagClassName
{
border-color: #80FADF;
}
</style>