Shades of Aquamarine #77EED8
Tints of Aquamarine #77EED8
RGB
CMYK
RGB Variations
Color information
#77EED8 (or 0x77EED8) is known color: Aquamarine. HEX triplet: 77, EE and D8. RGB value is (119,238,216). Sum of RGB (Red+Green+Blue) = 119+238+216=573 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.77% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 216 (84.77% from 255 or 37.70% from 573); Max value from RGB is 238 - color contains mainly: green. Hex color #77EED8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EED8 is #881127. Grayscale: #C7C7C7. Windows color (decimal): -8917288 or 14216823. OLE color: 14216823.
HSL color Cylindrical-coordinate representation of color #77EED8: hue angle of 168.91º 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 #77EED8 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 238 | 216 | - |
| CMYK | 0.50 | 0 | 0.09 | 0.07 |
| HSL | 168.91º | 0.78% | 0.7% | - |
| HSV(B) | 168.91º | 0.5% | 0.93% | - |
| XYZ | 50.58 | 70.03 | 75.82 | - |
| YUV | 199.91 | 137.08 | 70.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 238 | 216 | 0.50 | 0 | 0.09 | 0.07 | 168.91 | 0.78 | 0.7 |
| Hex | 77 | EE | D8 | 32 | 0 | 9 | 7 | A9 | 4E | 46 |
| Octal | 167 | 356 | 330 | 62 | 0 | 11 | 7 | 251 | 116 | 106 |
| Binary | 1110111 | 11101110 | 11011000 | 110010 | 0 | 1001 | 111 | 10101001 | 1001110 | 1000110 |
Color Harmonies of #77EED8
Complementary color
Monochromatic Colors of #77EED8
Black with #77EED8
Text Example
Text Example
White with #77EED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EED8; }
p { color: rgb(119,238,216); }
H1.HeaderClassName
{
color: #77EED8;
}
.AnyTagClassName
{
color: #77EED8;
}
</style>
background-color css
<style>
a { background-color: #77EED8; }
a { background-color: rgb(119,238,216); }
div.DivClassName
{
background-color: #77EED8;
}
.BgClassName
{
background-color: #77EED8;
}
</style>
border-color css
<style>
span { border-color: #77EED8; }
span { border-color: rgb(119,238,216); }
td.TdClassName
{
border-color: #77EED8;
}
.TagClassName
{
border-color: #77EED8;
}
</style>