Shades of Aquamarine #77F7E0
Tints of Aquamarine #77F7E0
RGB
CMYK
RGB Variations
Color information
#77F7E0 (or 0x77F7E0) is known color: Aquamarine. HEX triplet: 77, F7 and E0. RGB value is (119,247,224). Sum of RGB (Red+Green+Blue) = 119+247+224=590 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.17% from 590); Green value is 247 (96.88% from 255 or 41.86% from 590); Blue value is 224 (87.89% from 255 or 37.97% from 590); Max value from RGB is 247 - color contains mainly: green. Hex color #77F7E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F7E0 is #88081F. Grayscale: #CECECE. Windows color (decimal): -8914976 or 14743415. OLE color: 14743415.
HSL color Cylindrical-coordinate representation of color #77F7E0: hue angle of 169.22º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77F7E0 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 119 | 247 | 224 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.03 |
| HSL | 169.22º | 0.89% | 0.72% | - |
| HSV(B) | 169.22º | 0.52% | 0.97% | - |
| XYZ | 54.32 | 75.83 | 82.29 | - |
| YUV | 206.11 | 138.09 | 65.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 247 | 224 | 0.52 | 0 | 0.09 | 0.03 | 169.22 | 0.89 | 0.72 |
| Hex | 77 | F7 | E0 | 34 | 0 | 9 | 3 | A9 | 59 | 48 |
| Octal | 167 | 367 | 340 | 64 | 0 | 11 | 3 | 251 | 131 | 110 |
| Binary | 1110111 | 11110111 | 11100000 | 110100 | 0 | 1001 | 11 | 10101001 | 1011001 | 1001000 |
Color Harmonies of #77F7E0
Complementary color
Monochromatic Colors of #77F7E0
Black with #77F7E0
Text Example
Text Example
White with #77F7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77F7E0; }
p { color: rgb(119,247,224); }
H1.HeaderClassName
{
color: #77F7E0;
}
.AnyTagClassName
{
color: #77F7E0;
}
</style>
background-color css
<style>
a { background-color: #77F7E0; }
a { background-color: rgb(119,247,224); }
div.DivClassName
{
background-color: #77F7E0;
}
.BgClassName
{
background-color: #77F7E0;
}
</style>
border-color css
<style>
span { border-color: #77F7E0; }
span { border-color: rgb(119,247,224); }
td.TdClassName
{
border-color: #77F7E0;
}
.TagClassName
{
border-color: #77F7E0;
}
</style>