Shades of Medium Aquamarine #77DEA3
Tints of Medium Aquamarine #77DEA3
RGB
CMYK
RGB Variations
Color information
#77DEA3 (or 0x77DEA3) is known color: Medium Aquamarine. HEX triplet: 77, DE and A3. RGB value is (119,222,163). Sum of RGB (Red+Green+Blue) = 119+222+163=504 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.61% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 163 (64.06% from 255 or 32.34% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #77DEA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DEA3 is #88215C. Grayscale: #B8B8B8. Windows color (decimal): -8921437 or 10739319. OLE color: 10739319.
HSL color Cylindrical-coordinate representation of color #77DEA3: hue angle of 145.63º 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 #77DEA3 is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 222 | 163 | - |
| CMYK | 0.46 | 0 | 0.27 | 0.13 |
| HSL | 145.63º | 0.61% | 0.67% | - |
| HSV(B) | 145.63º | 0.46% | 0.87% | - |
| XYZ | 40.34 | 58.81 | 43.88 | - |
| YUV | 184.48 | 115.88 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 222 | 163 | 0.46 | 0 | 0.27 | 0.13 | 145.63 | 0.61 | 0.67 |
| Hex | 77 | DE | A3 | 2E | 0 | 1B | D | 92 | 3D | 43 |
| Octal | 167 | 336 | 243 | 56 | 0 | 33 | 15 | 222 | 75 | 103 |
| Binary | 1110111 | 11011110 | 10100011 | 101110 | 0 | 11011 | 1101 | 10010010 | 111101 | 1000011 |
Color Harmonies of #77DEA3
Complementary color
Monochromatic Colors of #77DEA3
Black with #77DEA3
Text Example
Text Example
White with #77DEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DEA3; }
p { color: rgb(119,222,163); }
H1.HeaderClassName
{
color: #77DEA3;
}
.AnyTagClassName
{
color: #77DEA3;
}
</style>
background-color css
<style>
a { background-color: #77DEA3; }
a { background-color: rgb(119,222,163); }
div.DivClassName
{
background-color: #77DEA3;
}
.BgClassName
{
background-color: #77DEA3;
}
</style>
border-color css
<style>
span { border-color: #77DEA3; }
span { border-color: rgb(119,222,163); }
td.TdClassName
{
border-color: #77DEA3;
}
.TagClassName
{
border-color: #77DEA3;
}
</style>