Shades of Aquamarine #77EED9
Tints of Aquamarine #77EED9
RGB
CMYK
RGB Variations
Color information
#77EED9 (or 0x77EED9) is known color: Aquamarine. HEX triplet: 77, EE and D9. RGB value is (119,238,217). Sum of RGB (Red+Green+Blue) = 119+238+217=574 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.73% from 574); Green value is 238 (93.36% from 255 or 41.46% from 574); Blue value is 217 (85.16% from 255 or 37.80% from 574); Max value from RGB is 238 - color contains mainly: green. Hex color #77EED9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EED9 is #881126. Grayscale: #C7C7C7. Windows color (decimal): -8917287 or 14282359. OLE color: 14282359.
HSL color Cylindrical-coordinate representation of color #77EED9: hue angle of 169.41º 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 #77EED9 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 238 | 217 | - |
| CMYK | 0.50 | 0 | 0.09 | 0.07 |
| HSL | 169.41º | 0.78% | 0.7% | - |
| HSV(B) | 169.41º | 0.5% | 0.93% | - |
| XYZ | 50.71 | 70.08 | 76.5 | - |
| YUV | 200.03 | 137.58 | 70.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 238 | 217 | 0.50 | 0 | 0.09 | 0.07 | 169.41 | 0.78 | 0.7 |
| Hex | 77 | EE | D9 | 32 | 0 | 9 | 7 | A9 | 4E | 46 |
| Octal | 167 | 356 | 331 | 62 | 0 | 11 | 7 | 251 | 116 | 106 |
| Binary | 1110111 | 11101110 | 11011001 | 110010 | 0 | 1001 | 111 | 10101001 | 1001110 | 1000110 |
Color Harmonies of #77EED9
Complementary color
Monochromatic Colors of #77EED9
Black with #77EED9
Text Example
Text Example
White with #77EED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EED9; }
p { color: rgb(119,238,217); }
H1.HeaderClassName
{
color: #77EED9;
}
.AnyTagClassName
{
color: #77EED9;
}
</style>
background-color css
<style>
a { background-color: #77EED9; }
a { background-color: rgb(119,238,217); }
div.DivClassName
{
background-color: #77EED9;
}
.BgClassName
{
background-color: #77EED9;
}
</style>
border-color css
<style>
span { border-color: #77EED9; }
span { border-color: rgb(119,238,217); }
td.TdClassName
{
border-color: #77EED9;
}
.TagClassName
{
border-color: #77EED9;
}
</style>