Shades of Medium Aquamarine #77DEA2
Tints of Medium Aquamarine #77DEA2
RGB
CMYK
RGB Variations
Color information
#77DEA2 (or 0x77DEA2) is known color: Medium Aquamarine. HEX triplet: 77, DE and A2. RGB value is (119,222,162). Sum of RGB (Red+Green+Blue) = 119+222+162=503 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.66% from 503); Green value is 222 (87.11% from 255 or 44.14% from 503); Blue value is 162 (63.67% from 255 or 32.21% from 503); Max value from RGB is 222 - color contains mainly: green. Hex color #77DEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DEA2 is #88215D. Grayscale: #B8B8B8. Windows color (decimal): -8921438 or 10673783. OLE color: 10673783.
HSL color Cylindrical-coordinate representation of color #77DEA2: hue angle of 145.05º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DEA2 is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 222 | 162 | - |
| CMYK | 0.46 | 0 | 0.27 | 0.13 |
| HSL | 145.05º | 0.61% | 0.67% | - |
| HSV(B) | 145.05º | 0.46% | 0.87% | - |
| XYZ | 40.25 | 58.77 | 43.41 | - |
| YUV | 184.36 | 115.38 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 222 | 162 | 0.46 | 0 | 0.27 | 0.13 | 145.05 | 0.61 | 0.67 |
| Hex | 77 | DE | A2 | 2E | 0 | 1B | D | 91 | 3D | 43 |
| Octal | 167 | 336 | 242 | 56 | 0 | 33 | 15 | 221 | 75 | 103 |
| Binary | 1110111 | 11011110 | 10100010 | 101110 | 0 | 11011 | 1101 | 10010001 | 111101 | 1000011 |
Color Harmonies of #77DEA2
Complementary color
Monochromatic Colors of #77DEA2
Black with #77DEA2
Text Example
Text Example
White with #77DEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DEA2; }
p { color: rgb(119,222,162); }
H1.HeaderClassName
{
color: #77DEA2;
}
.AnyTagClassName
{
color: #77DEA2;
}
</style>
background-color css
<style>
a { background-color: #77DEA2; }
a { background-color: rgb(119,222,162); }
div.DivClassName
{
background-color: #77DEA2;
}
.BgClassName
{
background-color: #77DEA2;
}
</style>
border-color css
<style>
span { border-color: #77DEA2; }
span { border-color: rgb(119,222,162); }
td.TdClassName
{
border-color: #77DEA2;
}
.TagClassName
{
border-color: #77DEA2;
}
</style>