Shades of Aquamarine #80FAC9
Tints of Aquamarine #80FAC9
RGB
CMYK
RGB Variations
Color information
#80FAC9 (or 0x80FAC9) is known color: Aquamarine. HEX triplet: 80, FA and C9. RGB value is (128,250,201). Sum of RGB (Red+Green+Blue) = 128+250+201=579 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.11% from 579); Green value is 250 (98.05% from 255 or 43.18% from 579); Blue value is 201 (78.91% from 255 or 34.72% from 579); Max value from RGB is 250 - color contains mainly: green. Hex color #80FAC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FAC9 is #7F0536. Grayscale: #D0D0D0. Windows color (decimal): -8324407 or 13236864. OLE color: 13236864.
HSL color Cylindrical-coordinate representation of color #80FAC9: hue angle of 155.9º 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 #80FAC9 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 250 | 201 | - |
| CMYK | 0.49 | 0 | 0.20 | 0.02 |
| HSL | 155.9º | 0.92% | 0.74% | - |
| HSV(B) | 155.9º | 0.49% | 0.98% | - |
| XYZ | 53.63 | 77.18 | 67.33 | - |
| YUV | 207.94 | 124.08 | 70.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 250 | 201 | 0.49 | 0 | 0.20 | 0.02 | 155.9 | 0.92 | 0.74 |
| Hex | 80 | FA | C9 | 31 | 0 | 14 | 2 | 9C | 5C | 4A |
| Octal | 200 | 372 | 311 | 61 | 0 | 24 | 2 | 234 | 134 | 112 |
| Binary | 10000000 | 11111010 | 11001001 | 110001 | 0 | 10100 | 10 | 10011100 | 1011100 | 1001010 |
Color Harmonies of #80FAC9
Complementary color
Monochromatic Colors of #80FAC9
Black with #80FAC9
Text Example
Text Example
White with #80FAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FAC9; }
p { color: rgb(128,250,201); }
H1.HeaderClassName
{
color: #80FAC9;
}
.AnyTagClassName
{
color: #80FAC9;
}
</style>
background-color css
<style>
a { background-color: #80FAC9; }
a { background-color: rgb(128,250,201); }
div.DivClassName
{
background-color: #80FAC9;
}
.BgClassName
{
background-color: #80FAC9;
}
</style>
border-color css
<style>
span { border-color: #80FAC9; }
span { border-color: rgb(128,250,201); }
td.TdClassName
{
border-color: #80FAC9;
}
.TagClassName
{
border-color: #80FAC9;
}
</style>