Shades of Aquamarine #77EEDA
Tints of Aquamarine #77EEDA
RGB
CMYK
RGB Variations
Color information
#77EEDA (or 0x77EEDA) is known color: Aquamarine. HEX triplet: 77, EE and DA. RGB value is (119,238,218). Sum of RGB (Red+Green+Blue) = 119+238+218=575 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.70% from 575); Green value is 238 (93.36% from 255 or 41.39% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 238 - color contains mainly: green. Hex color #77EEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EEDA is #881125. Grayscale: #C8C8C8. Windows color (decimal): -8917286 or 14347895. OLE color: 14347895.
HSL color Cylindrical-coordinate representation of color #77EEDA: hue angle of 169.92º degrees, saturation: 0.78, 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 #77EEDA is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 238 | 218 | - |
| CMYK | 0.50 | 0 | 0.08 | 0.07 |
| HSL | 169.92º | 0.78% | 0.7% | - |
| HSV(B) | 169.92º | 0.5% | 0.93% | - |
| XYZ | 50.84 | 70.13 | 77.19 | - |
| YUV | 200.14 | 138.08 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 238 | 218 | 0.50 | 0 | 0.08 | 0.07 | 169.92 | 0.78 | 0.7 |
| Hex | 77 | EE | DA | 32 | 0 | 8 | 7 | AA | 4E | 46 |
| Octal | 167 | 356 | 332 | 62 | 0 | 10 | 7 | 252 | 116 | 106 |
| Binary | 1110111 | 11101110 | 11011010 | 110010 | 0 | 1000 | 111 | 10101010 | 1001110 | 1000110 |
Color Harmonies of #77EEDA
Complementary color
Monochromatic Colors of #77EEDA
Black with #77EEDA
Text Example
Text Example
White with #77EEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EEDA; }
p { color: rgb(119,238,218); }
H1.HeaderClassName
{
color: #77EEDA;
}
.AnyTagClassName
{
color: #77EEDA;
}
</style>
background-color css
<style>
a { background-color: #77EEDA; }
a { background-color: rgb(119,238,218); }
div.DivClassName
{
background-color: #77EEDA;
}
.BgClassName
{
background-color: #77EEDA;
}
</style>
border-color css
<style>
span { border-color: #77EEDA; }
span { border-color: rgb(119,238,218); }
td.TdClassName
{
border-color: #77EEDA;
}
.TagClassName
{
border-color: #77EEDA;
}
</style>