Shades of Aquamarine #77EDDF
Tints of Aquamarine #77EDDF
RGB
CMYK
RGB Variations
Color information
#77EDDF (or 0x77EDDF) is known color: Aquamarine. HEX triplet: 77, ED and DF. RGB value is (119,237,223). Sum of RGB (Red+Green+Blue) = 119+237+223=579 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.55% from 579); Green value is 237 (92.97% from 255 or 40.93% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 237 - color contains mainly: green. Hex color #77EDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EDDF is #881220. Grayscale: #C8C8C8. Windows color (decimal): -8917537 or 14675319. OLE color: 14675319.
HSL color Cylindrical-coordinate representation of color #77EDDF: hue angle of 172.88º 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 #77EDDF is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 237 | 223 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.07 |
| HSL | 172.88º | 0.77% | 0.7% | - |
| HSV(B) | 172.88º | 0.5% | 0.93% | - |
| XYZ | 51.21 | 69.82 | 80.59 | - |
| YUV | 200.12 | 140.91 | 70.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 237 | 223 | 0.50 | 0 | 0.06 | 0.07 | 172.88 | 0.77 | 0.7 |
| Hex | 77 | ED | DF | 32 | 0 | 6 | 7 | AD | 4D | 46 |
| Octal | 167 | 355 | 337 | 62 | 0 | 6 | 7 | 255 | 115 | 106 |
| Binary | 1110111 | 11101101 | 11011111 | 110010 | 0 | 110 | 111 | 10101101 | 1001101 | 1000110 |
Color Harmonies of #77EDDF
Complementary color
Monochromatic Colors of #77EDDF
Black with #77EDDF
Text Example
Text Example
White with #77EDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EDDF; }
p { color: rgb(119,237,223); }
H1.HeaderClassName
{
color: #77EDDF;
}
.AnyTagClassName
{
color: #77EDDF;
}
</style>
background-color css
<style>
a { background-color: #77EDDF; }
a { background-color: rgb(119,237,223); }
div.DivClassName
{
background-color: #77EDDF;
}
.BgClassName
{
background-color: #77EDDF;
}
</style>
border-color css
<style>
span { border-color: #77EDDF; }
span { border-color: rgb(119,237,223); }
td.TdClassName
{
border-color: #77EDDF;
}
.TagClassName
{
border-color: #77EDDF;
}
</style>