Shades of Medium Aquamarine #77EBA6
Tints of Medium Aquamarine #77EBA6
RGB
CMYK
RGB Variations
Color information
#77EBA6 (or 0x77EBA6) is known color: Medium Aquamarine. HEX triplet: 77, EB and A6. RGB value is (119,235,166). Sum of RGB (Red+Green+Blue) = 119+235+166=520 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.88% from 520); Green value is 235 (92.19% from 255 or 45.19% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 235 - color contains mainly: green. Hex color #77EBA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77EBA6 is #881459. Grayscale: #C0C0C0. Windows color (decimal): -8918106 or 10939255. OLE color: 10939255.
HSL color Cylindrical-coordinate representation of color #77EBA6: hue angle of 144.31º degrees, saturation: 0.74, 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 #77EBA6 is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 235 | 166 | - |
| CMYK | 0.49 | 0 | 0.29 | 0.08 |
| HSL | 144.31º | 0.74% | 0.69% | - |
| HSV(B) | 144.31º | 0.49% | 0.92% | - |
| XYZ | 44.2 | 66.09 | 46.5 | - |
| YUV | 192.45 | 113.07 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 235 | 166 | 0.49 | 0 | 0.29 | 0.08 | 144.31 | 0.74 | 0.69 |
| Hex | 77 | EB | A6 | 31 | 0 | 1D | 8 | 90 | 4A | 45 |
| Octal | 167 | 353 | 246 | 61 | 0 | 35 | 10 | 220 | 112 | 105 |
| Binary | 1110111 | 11101011 | 10100110 | 110001 | 0 | 11101 | 1000 | 10010000 | 1001010 | 1000101 |
Color Harmonies of #77EBA6
Complementary color
Monochromatic Colors of #77EBA6
Black with #77EBA6
Text Example
Text Example
White with #77EBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EBA6; }
p { color: rgb(119,235,166); }
H1.HeaderClassName
{
color: #77EBA6;
}
.AnyTagClassName
{
color: #77EBA6;
}
</style>
background-color css
<style>
a { background-color: #77EBA6; }
a { background-color: rgb(119,235,166); }
div.DivClassName
{
background-color: #77EBA6;
}
.BgClassName
{
background-color: #77EBA6;
}
</style>
border-color css
<style>
span { border-color: #77EBA6; }
span { border-color: rgb(119,235,166); }
td.TdClassName
{
border-color: #77EBA6;
}
.TagClassName
{
border-color: #77EBA6;
}
</style>