Shades of Medium Aquamarine #77DFAC
Tints of Medium Aquamarine #77DFAC
RGB
CMYK
RGB Variations
Color information
#77DFAC (or 0x77DFAC) is known color: Medium Aquamarine. HEX triplet: 77, DF and AC. RGB value is (119,223,172). Sum of RGB (Red+Green+Blue) = 119+223+172=514 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.15% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 223 - color contains mainly: green. Hex color #77DFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DFAC is #882053. Grayscale: #BABABA. Windows color (decimal): -8921172 or 11329399. OLE color: 11329399.
HSL color Cylindrical-coordinate representation of color #77DFAC: hue angle of 150.58º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77DFAC is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 223 | 172 | - |
| CMYK | 0.47 | 0 | 0.23 | 0.13 |
| HSL | 150.58º | 0.62% | 0.67% | - |
| HSV(B) | 150.58º | 0.47% | 0.87% | - |
| XYZ | 41.44 | 59.68 | 48.36 | - |
| YUV | 186.09 | 120.04 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 223 | 172 | 0.47 | 0 | 0.23 | 0.13 | 150.58 | 0.62 | 0.67 |
| Hex | 77 | DF | AC | 2F | 0 | 17 | D | 97 | 3E | 43 |
| Octal | 167 | 337 | 254 | 57 | 0 | 27 | 15 | 227 | 76 | 103 |
| Binary | 1110111 | 11011111 | 10101100 | 101111 | 0 | 10111 | 1101 | 10010111 | 111110 | 1000011 |
Color Harmonies of #77DFAC
Complementary color
Monochromatic Colors of #77DFAC
Black with #77DFAC
Text Example
Text Example
White with #77DFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DFAC; }
p { color: rgb(119,223,172); }
H1.HeaderClassName
{
color: #77DFAC;
}
.AnyTagClassName
{
color: #77DFAC;
}
</style>
background-color css
<style>
a { background-color: #77DFAC; }
a { background-color: rgb(119,223,172); }
div.DivClassName
{
background-color: #77DFAC;
}
.BgClassName
{
background-color: #77DFAC;
}
</style>
border-color css
<style>
span { border-color: #77DFAC; }
span { border-color: rgb(119,223,172); }
td.TdClassName
{
border-color: #77DFAC;
}
.TagClassName
{
border-color: #77DFAC;
}
</style>