Shades of Medium Aquamarine #77EBAC
Tints of Medium Aquamarine #77EBAC
RGB
CMYK
RGB Variations
Color information
#77EBAC (or 0x77EBAC) is known color: Medium Aquamarine. HEX triplet: 77, EB and AC. RGB value is (119,235,172). Sum of RGB (Red+Green+Blue) = 119+235+172=526 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.62% from 526); Green value is 235 (92.19% from 255 or 44.68% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 235 - color contains mainly: green. Hex color #77EBAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77EBAC is #881453. Grayscale: #C1C1C1. Windows color (decimal): -8918100 or 11332471. OLE color: 11332471.
HSL color Cylindrical-coordinate representation of color #77EBAC: hue angle of 147.41º 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 #77EBAC is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 235 | 172 | - |
| CMYK | 0.49 | 0 | 0.27 | 0.08 |
| HSL | 147.41º | 0.74% | 0.69% | - |
| HSV(B) | 147.41º | 0.49% | 0.92% | - |
| XYZ | 44.76 | 66.32 | 49.47 | - |
| YUV | 193.13 | 116.07 | 75.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 235 | 172 | 0.49 | 0 | 0.27 | 0.08 | 147.41 | 0.74 | 0.69 |
| Hex | 77 | EB | AC | 31 | 0 | 1B | 8 | 93 | 4A | 45 |
| Octal | 167 | 353 | 254 | 61 | 0 | 33 | 10 | 223 | 112 | 105 |
| Binary | 1110111 | 11101011 | 10101100 | 110001 | 0 | 11011 | 1000 | 10010011 | 1001010 | 1000101 |
Color Harmonies of #77EBAC
Complementary color
Monochromatic Colors of #77EBAC
Black with #77EBAC
Text Example
Text Example
White with #77EBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EBAC; }
p { color: rgb(119,235,172); }
H1.HeaderClassName
{
color: #77EBAC;
}
.AnyTagClassName
{
color: #77EBAC;
}
</style>
background-color css
<style>
a { background-color: #77EBAC; }
a { background-color: rgb(119,235,172); }
div.DivClassName
{
background-color: #77EBAC;
}
.BgClassName
{
background-color: #77EBAC;
}
</style>
border-color css
<style>
span { border-color: #77EBAC; }
span { border-color: rgb(119,235,172); }
td.TdClassName
{
border-color: #77EBAC;
}
.TagClassName
{
border-color: #77EBAC;
}
</style>