Shades of Aquamarine #77ECD0
Tints of Aquamarine #77ECD0
RGB
CMYK
RGB Variations
Color information
#77ECD0 (or 0x77ECD0) is known color: Aquamarine. HEX triplet: 77, EC and D0. RGB value is (119,236,208). Sum of RGB (Red+Green+Blue) = 119+236+208=563 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.14% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 208 (81.64% from 255 or 36.94% from 563); Max value from RGB is 236 - color contains mainly: green. Hex color #77ECD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77ECD0 is #88132F. Grayscale: #C5C5C5. Windows color (decimal): -8917808 or 13692023. OLE color: 13692023.
HSL color Cylindrical-coordinate representation of color #77ECD0: hue angle of 165.64º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77ECD0 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 236 | 208 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.07 |
| HSL | 165.64º | 0.75% | 0.7% | - |
| HSV(B) | 165.64º | 0.5% | 0.93% | - |
| XYZ | 48.99 | 68.47 | 70.31 | - |
| YUV | 197.83 | 133.74 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 236 | 208 | 0.50 | 0 | 0.12 | 0.07 | 165.64 | 0.75 | 0.7 |
| Hex | 77 | EC | D0 | 32 | 0 | C | 7 | A6 | 4B | 46 |
| Octal | 167 | 354 | 320 | 62 | 0 | 14 | 7 | 246 | 113 | 106 |
| Binary | 1110111 | 11101100 | 11010000 | 110010 | 0 | 1100 | 111 | 10100110 | 1001011 | 1000110 |
Color Harmonies of #77ECD0
Complementary color
Monochromatic Colors of #77ECD0
Black with #77ECD0
Text Example
Text Example
White with #77ECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ECD0; }
p { color: rgb(119,236,208); }
H1.HeaderClassName
{
color: #77ECD0;
}
.AnyTagClassName
{
color: #77ECD0;
}
</style>
background-color css
<style>
a { background-color: #77ECD0; }
a { background-color: rgb(119,236,208); }
div.DivClassName
{
background-color: #77ECD0;
}
.BgClassName
{
background-color: #77ECD0;
}
</style>
border-color css
<style>
span { border-color: #77ECD0; }
span { border-color: rgb(119,236,208); }
td.TdClassName
{
border-color: #77ECD0;
}
.TagClassName
{
border-color: #77ECD0;
}
</style>