Shades of Aquamarine #77FCD0
Tints of Aquamarine #77FCD0
RGB
CMYK
RGB Variations
Color information
#77FCD0 (or 0x77FCD0) is known color: Aquamarine. HEX triplet: 77, FC and D0. RGB value is (119,252,208). Sum of RGB (Red+Green+Blue) = 119+252+208=579 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.55% from 579); Green value is 252 (98.83% from 255 or 43.52% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 252 - color contains mainly: green. Hex color #77FCD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FCD0 is #88032F. Grayscale: #CFCFCF. Windows color (decimal): -8913712 or 13696119. OLE color: 13696119.
HSL color Cylindrical-coordinate representation of color #77FCD0: hue angle of 160.15º degrees, saturation: 0.96, 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 #77FCD0 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 252 | 208 | - |
| CMYK | 0.53 | 0 | 0.17 | 0.01 |
| HSL | 160.15º | 0.96% | 0.73% | - |
| HSV(B) | 160.15º | 0.53% | 0.99% | - |
| XYZ | 53.8 | 78.1 | 71.91 | - |
| YUV | 207.22 | 128.44 | 65.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 252 | 208 | 0.53 | 0 | 0.17 | 0.01 | 160.15 | 0.96 | 0.73 |
| Hex | 77 | FC | D0 | 35 | 0 | 11 | 1 | A0 | 60 | 49 |
| Octal | 167 | 374 | 320 | 65 | 0 | 21 | 1 | 240 | 140 | 111 |
| Binary | 1110111 | 11111100 | 11010000 | 110101 | 0 | 10001 | 1 | 10100000 | 1100000 | 1001001 |
Color Harmonies of #77FCD0
Complementary color
Monochromatic Colors of #77FCD0
Black with #77FCD0
Text Example
Text Example
White with #77FCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FCD0; }
p { color: rgb(119,252,208); }
H1.HeaderClassName
{
color: #77FCD0;
}
.AnyTagClassName
{
color: #77FCD0;
}
</style>
background-color css
<style>
a { background-color: #77FCD0; }
a { background-color: rgb(119,252,208); }
div.DivClassName
{
background-color: #77FCD0;
}
.BgClassName
{
background-color: #77FCD0;
}
</style>
border-color css
<style>
span { border-color: #77FCD0; }
span { border-color: rgb(119,252,208); }
td.TdClassName
{
border-color: #77FCD0;
}
.TagClassName
{
border-color: #77FCD0;
}
</style>