Shades of Aquamarine #77FFC0
Tints of Aquamarine #77FFC0
RGB
CMYK
RGB Variations
Color information
#77FFC0 (or 0x77FFC0) is known color: Aquamarine. HEX triplet: 77, FF and C0. RGB value is (119,255,192). Sum of RGB (Red+Green+Blue) = 119+255+192=566 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.02% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #77FFC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FFC0 is #88003F. Grayscale: #CFCFCF. Windows color (decimal): -8912960 or 12648311. OLE color: 12648311.
HSL color Cylindrical-coordinate representation of color #77FFC0: hue angle of 152.21º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FFC0 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 255 | 192 | - |
| CMYK | 0.53 | 0 | 0.25 | 0 |
| HSL | 152.21º | 1% | 0.73% | - |
| HSV(B) | 152.21º | 0.53% | 1% | - |
| XYZ | 52.88 | 79.25 | 62.38 | - |
| YUV | 207.15 | 119.44 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 255 | 192 | 0.53 | 0 | 0.25 | 0 | 152.21 | 1 | 0.73 |
| Hex | 77 | FF | C0 | 35 | 0 | 19 | 0 | 98 | 64 | 49 |
| Octal | 167 | 377 | 300 | 65 | 0 | 31 | 0 | 230 | 144 | 111 |
| Binary | 1110111 | 11111111 | 11000000 | 110101 | 0 | 11001 | 0 | 10011000 | 1100100 | 1001001 |
Color Harmonies of #77FFC0
Complementary color
Monochromatic Colors of #77FFC0
Black with #77FFC0
Text Example
Text Example
White with #77FFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FFC0; }
p { color: rgb(119,255,192); }
H1.HeaderClassName
{
color: #77FFC0;
}
.AnyTagClassName
{
color: #77FFC0;
}
</style>
background-color css
<style>
a { background-color: #77FFC0; }
a { background-color: rgb(119,255,192); }
div.DivClassName
{
background-color: #77FFC0;
}
.BgClassName
{
background-color: #77FFC0;
}
</style>
border-color css
<style>
span { border-color: #77FFC0; }
span { border-color: rgb(119,255,192); }
td.TdClassName
{
border-color: #77FFC0;
}
.TagClassName
{
border-color: #77FFC0;
}
</style>