Shades of Aquamarine #77FAC7
Tints of Aquamarine #77FAC7
RGB
CMYK
RGB Variations
Color information
#77FAC7 (or 0x77FAC7) is known color: Aquamarine. HEX triplet: 77, FA and C7. RGB value is (119,250,199). Sum of RGB (Red+Green+Blue) = 119+250+199=568 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.95% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 250 - color contains mainly: green. Hex color #77FAC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FAC7 is #880538. Grayscale: #CDCDCD. Windows color (decimal): -8914233 or 13105783. OLE color: 13105783.
HSL color Cylindrical-coordinate representation of color #77FAC7: hue angle of 156.64º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77FAC7 is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 250 | 199 | - |
| CMYK | 0.52 | 0 | 0.20 | 0.02 |
| HSL | 156.64º | 0.93% | 0.72% | - |
| HSV(B) | 156.64º | 0.52% | 0.98% | - |
| XYZ | 52.1 | 76.42 | 66.04 | - |
| YUV | 205.02 | 124.6 | 66.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 250 | 199 | 0.52 | 0 | 0.20 | 0.02 | 156.64 | 0.93 | 0.72 |
| Hex | 77 | FA | C7 | 34 | 0 | 14 | 2 | 9D | 5D | 48 |
| Octal | 167 | 372 | 307 | 64 | 0 | 24 | 2 | 235 | 135 | 110 |
| Binary | 1110111 | 11111010 | 11000111 | 110100 | 0 | 10100 | 10 | 10011101 | 1011101 | 1001000 |
Color Harmonies of #77FAC7
Complementary color
Monochromatic Colors of #77FAC7
Black with #77FAC7
Text Example
Text Example
White with #77FAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FAC7; }
p { color: rgb(119,250,199); }
H1.HeaderClassName
{
color: #77FAC7;
}
.AnyTagClassName
{
color: #77FAC7;
}
</style>
background-color css
<style>
a { background-color: #77FAC7; }
a { background-color: rgb(119,250,199); }
div.DivClassName
{
background-color: #77FAC7;
}
.BgClassName
{
background-color: #77FAC7;
}
</style>
border-color css
<style>
span { border-color: #77FAC7; }
span { border-color: rgb(119,250,199); }
td.TdClassName
{
border-color: #77FAC7;
}
.TagClassName
{
border-color: #77FAC7;
}
</style>