Shades of Aquamarine #80FAC8
Tints of Aquamarine #80FAC8
RGB
CMYK
RGB Variations
Color information
#80FAC8 (or 0x80FAC8) is known color: Aquamarine. HEX triplet: 80, FA and C8. RGB value is (128,250,200). Sum of RGB (Red+Green+Blue) = 128+250+200=578 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.15% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 200 (78.52% from 255 or 34.60% from 578); Max value from RGB is 250 - color contains mainly: green. Hex color #80FAC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FAC8 is #7F0537. Grayscale: #CFCFCF. Windows color (decimal): -8324408 or 13171328. OLE color: 13171328.
HSL color Cylindrical-coordinate representation of color #80FAC8: hue angle of 155.41º 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 #80FAC8 is Cyan = 0.49, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 250 | 200 | - |
| CMYK | 0.49 | 0 | 0.2 | 0.02 |
| HSL | 155.41º | 0.92% | 0.74% | - |
| HSV(B) | 155.41º | 0.49% | 0.98% | - |
| XYZ | 53.51 | 77.13 | 66.71 | - |
| YUV | 207.82 | 123.58 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 250 | 200 | 0.49 | 0 | 0.2 | 0.02 | 155.41 | 0.92 | 0.74 |
| Hex | 80 | FA | C8 | 31 | 0 | 14 | 2 | 9B | 5C | 4A |
| Octal | 200 | 372 | 310 | 61 | 0 | 24 | 2 | 233 | 134 | 112 |
| Binary | 10000000 | 11111010 | 11001000 | 110001 | 0 | 10100 | 10 | 10011011 | 1011100 | 1001010 |
Color Harmonies of #80FAC8
Complementary color
Monochromatic Colors of #80FAC8
Black with #80FAC8
Text Example
Text Example
White with #80FAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FAC8; }
p { color: rgb(128,250,200); }
H1.HeaderClassName
{
color: #80FAC8;
}
.AnyTagClassName
{
color: #80FAC8;
}
</style>
background-color css
<style>
a { background-color: #80FAC8; }
a { background-color: rgb(128,250,200); }
div.DivClassName
{
background-color: #80FAC8;
}
.BgClassName
{
background-color: #80FAC8;
}
</style>
border-color css
<style>
span { border-color: #80FAC8; }
span { border-color: rgb(128,250,200); }
td.TdClassName
{
border-color: #80FAC8;
}
.TagClassName
{
border-color: #80FAC8;
}
</style>