Shades of Aquamarine #77FDAC
Tints of Aquamarine #77FDAC
RGB
CMYK
RGB Variations
Color information
#77FDAC (or 0x77FDAC) is known color: Aquamarine. HEX triplet: 77, FD and AC. RGB value is (119,253,172). Sum of RGB (Red+Green+Blue) = 119+253+172=544 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.88% from 544); Green value is 253 (99.22% from 255 or 46.51% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 253 - color contains mainly: green. Hex color #77FDAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77FDAC is #880253. Grayscale: #CBCBCB. Windows color (decimal): -8913492 or 11337079. OLE color: 11337079.
HSL color Cylindrical-coordinate representation of color #77FDAC: hue angle of 143.73º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FDAC is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 253 | 172 | - |
| CMYK | 0.53 | 0 | 0.32 | 0.01 |
| HSL | 143.73º | 0.97% | 0.73% | - |
| HSV(B) | 143.73º | 0.53% | 0.99% | - |
| XYZ | 50.18 | 77.15 | 51.28 | - |
| YUV | 203.7 | 110.11 | 67.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 253 | 172 | 0.53 | 0 | 0.32 | 0.01 | 143.73 | 0.97 | 0.73 |
| Hex | 77 | FD | AC | 35 | 0 | 20 | 1 | 90 | 61 | 49 |
| Octal | 167 | 375 | 254 | 65 | 0 | 40 | 1 | 220 | 141 | 111 |
| Binary | 1110111 | 11111101 | 10101100 | 110101 | 0 | 100000 | 1 | 10010000 | 1100001 | 1001001 |
Color Harmonies of #77FDAC
Complementary color
Monochromatic Colors of #77FDAC
Black with #77FDAC
Text Example
Text Example
White with #77FDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FDAC; }
p { color: rgb(119,253,172); }
H1.HeaderClassName
{
color: #77FDAC;
}
.AnyTagClassName
{
color: #77FDAC;
}
</style>
background-color css
<style>
a { background-color: #77FDAC; }
a { background-color: rgb(119,253,172); }
div.DivClassName
{
background-color: #77FDAC;
}
.BgClassName
{
background-color: #77FDAC;
}
</style>
border-color css
<style>
span { border-color: #77FDAC; }
span { border-color: rgb(119,253,172); }
td.TdClassName
{
border-color: #77FDAC;
}
.TagClassName
{
border-color: #77FDAC;
}
</style>