Shades of Aquamarine #77EDC5
Tints of Aquamarine #77EDC5
RGB
CMYK
RGB Variations
Color information
#77EDC5 (or 0x77EDC5) is known color: Aquamarine. HEX triplet: 77, ED and C5. RGB value is (119,237,197). Sum of RGB (Red+Green+Blue) = 119+237+197=553 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.52% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 197 (77.34% from 255 or 35.62% from 553); Max value from RGB is 237 - color contains mainly: green. Hex color #77EDC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EDC5 is #88123A. Grayscale: #C5C5C5. Windows color (decimal): -8917563 or 12971383. OLE color: 12971383.
HSL color Cylindrical-coordinate representation of color #77EDC5: hue angle of 159.66º degrees, saturation: 0.77, 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 #77EDC5 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 237 | 197 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.07 |
| HSL | 159.66º | 0.77% | 0.7% | - |
| HSV(B) | 159.66º | 0.5% | 0.93% | - |
| XYZ | 47.97 | 68.52 | 63.52 | - |
| YUV | 197.16 | 127.91 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 237 | 197 | 0.50 | 0 | 0.17 | 0.07 | 159.66 | 0.77 | 0.7 |
| Hex | 77 | ED | C5 | 32 | 0 | 11 | 7 | A0 | 4D | 46 |
| Octal | 167 | 355 | 305 | 62 | 0 | 21 | 7 | 240 | 115 | 106 |
| Binary | 1110111 | 11101101 | 11000101 | 110010 | 0 | 10001 | 111 | 10100000 | 1001101 | 1000110 |
Color Harmonies of #77EDC5
Complementary color
Monochromatic Colors of #77EDC5
Black with #77EDC5
Text Example
Text Example
White with #77EDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EDC5; }
p { color: rgb(119,237,197); }
H1.HeaderClassName
{
color: #77EDC5;
}
.AnyTagClassName
{
color: #77EDC5;
}
</style>
background-color css
<style>
a { background-color: #77EDC5; }
a { background-color: rgb(119,237,197); }
div.DivClassName
{
background-color: #77EDC5;
}
.BgClassName
{
background-color: #77EDC5;
}
</style>
border-color css
<style>
span { border-color: #77EDC5; }
span { border-color: rgb(119,237,197); }
td.TdClassName
{
border-color: #77EDC5;
}
.TagClassName
{
border-color: #77EDC5;
}
</style>