Shades of Medium Aquamarine #77CFAC
Tints of Medium Aquamarine #77CFAC
RGB
CMYK
RGB Variations
Color information
#77CFAC (or 0x77CFAC) is known color: Medium Aquamarine. HEX triplet: 77, CF and AC. RGB value is (119,207,172). Sum of RGB (Red+Green+Blue) = 119+207+172=498 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.90% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 207 - color contains mainly: green. Hex color #77CFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CFAC is #883053. Grayscale: #B0B0B0. Windows color (decimal): -8925268 or 11325303. OLE color: 11325303.
HSL color Cylindrical-coordinate representation of color #77CFAC: hue angle of 156.14º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77CFAC is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 207 | 172 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.19 |
| HSL | 156.14º | 0.48% | 0.64% | - |
| HSV(B) | 156.14º | 0.43% | 0.81% | - |
| XYZ | 37.37 | 51.53 | 47.01 | - |
| YUV | 176.7 | 125.35 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 207 | 172 | 0.43 | 0 | 0.17 | 0.19 | 156.14 | 0.48 | 0.64 |
| Hex | 77 | CF | AC | 2B | 0 | 11 | 13 | 9C | 30 | 40 |
| Octal | 167 | 317 | 254 | 53 | 0 | 21 | 23 | 234 | 60 | 100 |
| Binary | 1110111 | 11001111 | 10101100 | 101011 | 0 | 10001 | 10011 | 10011100 | 110000 | 1000000 |
Color Harmonies of #77CFAC
Complementary color
Monochromatic Colors of #77CFAC
Black with #77CFAC
Text Example
Text Example
White with #77CFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CFAC; }
p { color: rgb(119,207,172); }
H1.HeaderClassName
{
color: #77CFAC;
}
.AnyTagClassName
{
color: #77CFAC;
}
</style>
background-color css
<style>
a { background-color: #77CFAC; }
a { background-color: rgb(119,207,172); }
div.DivClassName
{
background-color: #77CFAC;
}
.BgClassName
{
background-color: #77CFAC;
}
</style>
border-color css
<style>
span { border-color: #77CFAC; }
span { border-color: rgb(119,207,172); }
td.TdClassName
{
border-color: #77CFAC;
}
.TagClassName
{
border-color: #77CFAC;
}
</style>