Shades of Aquamarine #77F9C7
Tints of Aquamarine #77F9C7
RGB
CMYK
RGB Variations
Color information
#77F9C7 (or 0x77F9C7) is known color: Aquamarine. HEX triplet: 77, F9 and C7. RGB value is (119,249,199). Sum of RGB (Red+Green+Blue) = 119+249+199=567 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.99% from 567); Green value is 249 (97.66% from 255 or 43.92% from 567); Blue value is 199 (78.12% from 255 or 35.10% from 567); Max value from RGB is 249 - color contains mainly: green. Hex color #77F9C7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F9C7 is #880638. Grayscale: #CCCCCC. Windows color (decimal): -8914489 or 13105527. OLE color: 13105527.
HSL color Cylindrical-coordinate representation of color #77F9C7: hue angle of 156.92º degrees, saturation: 0.92, 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 #77F9C7 is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 249 | 199 | - |
| CMYK | 0.52 | 0 | 0.20 | 0.02 |
| HSL | 156.92º | 0.92% | 0.72% | - |
| HSV(B) | 156.92º | 0.52% | 0.98% | - |
| XYZ | 51.79 | 75.8 | 65.93 | - |
| YUV | 204.43 | 124.93 | 67.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 249 | 199 | 0.52 | 0 | 0.20 | 0.02 | 156.92 | 0.92 | 0.72 |
| Hex | 77 | F9 | C7 | 34 | 0 | 14 | 2 | 9D | 5C | 48 |
| Octal | 167 | 371 | 307 | 64 | 0 | 24 | 2 | 235 | 134 | 110 |
| Binary | 1110111 | 11111001 | 11000111 | 110100 | 0 | 10100 | 10 | 10011101 | 1011100 | 1001000 |
Color Harmonies of #77F9C7
Complementary color
Monochromatic Colors of #77F9C7
Black with #77F9C7
Text Example
Text Example
White with #77F9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77F9C7; }
p { color: rgb(119,249,199); }
H1.HeaderClassName
{
color: #77F9C7;
}
.AnyTagClassName
{
color: #77F9C7;
}
</style>
background-color css
<style>
a { background-color: #77F9C7; }
a { background-color: rgb(119,249,199); }
div.DivClassName
{
background-color: #77F9C7;
}
.BgClassName
{
background-color: #77F9C7;
}
</style>
border-color css
<style>
span { border-color: #77F9C7; }
span { border-color: rgb(119,249,199); }
td.TdClassName
{
border-color: #77F9C7;
}
.TagClassName
{
border-color: #77F9C7;
}
</style>