Shades of Aquamarine #77F9DA
Tints of Aquamarine #77F9DA
RGB
CMYK
RGB Variations
Color information
#77F9DA (or 0x77F9DA) is known color: Aquamarine. HEX triplet: 77, F9 and DA. RGB value is (119,249,218). Sum of RGB (Red+Green+Blue) = 119+249+218=586 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.31% from 586); Green value is 249 (97.66% from 255 or 42.49% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 249 - color contains mainly: green. Hex color #77F9DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F9DA is #880625. Grayscale: #CECECE. Windows color (decimal): -8914470 or 14350711. OLE color: 14350711.
HSL color Cylindrical-coordinate representation of color #77F9DA: hue angle of 165.69º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77F9DA is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 249 | 218 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.02 |
| HSL | 165.69º | 0.92% | 0.72% | - |
| HSV(B) | 165.69º | 0.52% | 0.98% | - |
| XYZ | 54.14 | 76.74 | 78.29 | - |
| YUV | 206.6 | 134.43 | 65.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 249 | 218 | 0.52 | 0 | 0.12 | 0.02 | 165.69 | 0.92 | 0.72 |
| Hex | 77 | F9 | DA | 34 | 0 | C | 2 | A6 | 5C | 48 |
| Octal | 167 | 371 | 332 | 64 | 0 | 14 | 2 | 246 | 134 | 110 |
| Binary | 1110111 | 11111001 | 11011010 | 110100 | 0 | 1100 | 10 | 10100110 | 1011100 | 1001000 |
Color Harmonies of #77F9DA
Complementary color
Monochromatic Colors of #77F9DA
Black with #77F9DA
Text Example
Text Example
White with #77F9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77F9DA; }
p { color: rgb(119,249,218); }
H1.HeaderClassName
{
color: #77F9DA;
}
.AnyTagClassName
{
color: #77F9DA;
}
</style>
background-color css
<style>
a { background-color: #77F9DA; }
a { background-color: rgb(119,249,218); }
div.DivClassName
{
background-color: #77F9DA;
}
.BgClassName
{
background-color: #77F9DA;
}
</style>
border-color css
<style>
span { border-color: #77F9DA; }
span { border-color: rgb(119,249,218); }
td.TdClassName
{
border-color: #77F9DA;
}
.TagClassName
{
border-color: #77F9DA;
}
</style>