Shades of Aquamarine #80FACA
Tints of Aquamarine #80FACA
RGB
CMYK
RGB Variations
Color information
#80FACA (or 0x80FACA) is known color: Aquamarine. HEX triplet: 80, FA and CA. RGB value is (128,250,202). Sum of RGB (Red+Green+Blue) = 128+250+202=580 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.07% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 250 - color contains mainly: green. Hex color #80FACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FACA is #7F0535. Grayscale: #D0D0D0. Windows color (decimal): -8324406 or 13302400. OLE color: 13302400.
HSL color Cylindrical-coordinate representation of color #80FACA: hue angle of 156.39º 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 #80FACA is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 250 | 202 | - |
| CMYK | 0.49 | 0 | 0.19 | 0.02 |
| HSL | 156.39º | 0.92% | 0.74% | - |
| HSV(B) | 156.39º | 0.49% | 0.98% | - |
| XYZ | 53.75 | 77.22 | 67.95 | - |
| YUV | 208.05 | 124.58 | 70.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 250 | 202 | 0.49 | 0 | 0.19 | 0.02 | 156.39 | 0.92 | 0.74 |
| Hex | 80 | FA | CA | 31 | 0 | 13 | 2 | 9C | 5C | 4A |
| Octal | 200 | 372 | 312 | 61 | 0 | 23 | 2 | 234 | 134 | 112 |
| Binary | 10000000 | 11111010 | 11001010 | 110001 | 0 | 10011 | 10 | 10011100 | 1011100 | 1001010 |
Color Harmonies of #80FACA
Complementary color
Monochromatic Colors of #80FACA
Black with #80FACA
Text Example
Text Example
White with #80FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FACA; }
p { color: rgb(128,250,202); }
H1.HeaderClassName
{
color: #80FACA;
}
.AnyTagClassName
{
color: #80FACA;
}
</style>
background-color css
<style>
a { background-color: #80FACA; }
a { background-color: rgb(128,250,202); }
div.DivClassName
{
background-color: #80FACA;
}
.BgClassName
{
background-color: #80FACA;
}
</style>
border-color css
<style>
span { border-color: #80FACA; }
span { border-color: rgb(128,250,202); }
td.TdClassName
{
border-color: #80FACA;
}
.TagClassName
{
border-color: #80FACA;
}
</style>