Shades of Aquamarine #77ECD8
Tints of Aquamarine #77ECD8
RGB
CMYK
RGB Variations
Color information
#77ECD8 (or 0x77ECD8) is known color: Aquamarine. HEX triplet: 77, EC and D8. RGB value is (119,236,216). Sum of RGB (Red+Green+Blue) = 119+236+216=571 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.84% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 216 (84.77% from 255 or 37.83% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #77ECD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77ECD8 is #881327. Grayscale: #C6C6C6. Windows color (decimal): -8917800 or 14216311. OLE color: 14216311.
HSL color Cylindrical-coordinate representation of color #77ECD8: hue angle of 169.74º 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 #77ECD8 is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 236 | 216 | - |
| CMYK | 0.50 | 0 | 0.08 | 0.07 |
| HSL | 169.74º | 0.75% | 0.7% | - |
| HSV(B) | 169.74º | 0.5% | 0.93% | - |
| XYZ | 50 | 68.87 | 75.62 | - |
| YUV | 198.74 | 137.74 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 236 | 216 | 0.50 | 0 | 0.08 | 0.07 | 169.74 | 0.75 | 0.7 |
| Hex | 77 | EC | D8 | 32 | 0 | 8 | 7 | AA | 4B | 46 |
| Octal | 167 | 354 | 330 | 62 | 0 | 10 | 7 | 252 | 113 | 106 |
| Binary | 1110111 | 11101100 | 11011000 | 110010 | 0 | 1000 | 111 | 10101010 | 1001011 | 1000110 |
Color Harmonies of #77ECD8
Complementary color
Monochromatic Colors of #77ECD8
Black with #77ECD8
Text Example
Text Example
White with #77ECD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ECD8; }
p { color: rgb(119,236,216); }
H1.HeaderClassName
{
color: #77ECD8;
}
.AnyTagClassName
{
color: #77ECD8;
}
</style>
background-color css
<style>
a { background-color: #77ECD8; }
a { background-color: rgb(119,236,216); }
div.DivClassName
{
background-color: #77ECD8;
}
.BgClassName
{
background-color: #77ECD8;
}
</style>
border-color css
<style>
span { border-color: #77ECD8; }
span { border-color: rgb(119,236,216); }
td.TdClassName
{
border-color: #77ECD8;
}
.TagClassName
{
border-color: #77ECD8;
}
</style>