Shades of Aquamarine #77EACF
Tints of Aquamarine #77EACF
RGB
CMYK
RGB Variations
Color information
#77EACF (or 0x77EACF) is known color: Aquamarine. HEX triplet: 77, EA and CF. RGB value is (119,234,207). Sum of RGB (Red+Green+Blue) = 119+234+207=560 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.25% from 560); Green value is 234 (91.80% from 255 or 41.79% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 234 - color contains mainly: green. Hex color #77EACF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EACF is #881530. Grayscale: #C4C4C4. Windows color (decimal): -8918321 or 13625975. OLE color: 13625975.
HSL color Cylindrical-coordinate representation of color #77EACF: hue angle of 165.91º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77EACF is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 234 | 207 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.08 |
| HSL | 165.91º | 0.73% | 0.69% | - |
| HSV(B) | 165.91º | 0.49% | 0.92% | - |
| XYZ | 48.29 | 67.27 | 69.47 | - |
| YUV | 196.54 | 133.9 | 72.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 234 | 207 | 0.49 | 0 | 0.12 | 0.08 | 165.91 | 0.73 | 0.69 |
| Hex | 77 | EA | CF | 31 | 0 | C | 8 | A6 | 49 | 45 |
| Octal | 167 | 352 | 317 | 61 | 0 | 14 | 10 | 246 | 111 | 105 |
| Binary | 1110111 | 11101010 | 11001111 | 110001 | 0 | 1100 | 1000 | 10100110 | 1001001 | 1000101 |
Color Harmonies of #77EACF
Complementary color
Monochromatic Colors of #77EACF
Black with #77EACF
Text Example
Text Example
White with #77EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EACF; }
p { color: rgb(119,234,207); }
H1.HeaderClassName
{
color: #77EACF;
}
.AnyTagClassName
{
color: #77EACF;
}
</style>
background-color css
<style>
a { background-color: #77EACF; }
a { background-color: rgb(119,234,207); }
div.DivClassName
{
background-color: #77EACF;
}
.BgClassName
{
background-color: #77EACF;
}
</style>
border-color css
<style>
span { border-color: #77EACF; }
span { border-color: rgb(119,234,207); }
td.TdClassName
{
border-color: #77EACF;
}
.TagClassName
{
border-color: #77EACF;
}
</style>