Shades of Medium Aquamarine #77D4AF
Tints of Medium Aquamarine #77D4AF
RGB
CMYK
RGB Variations
Color information
#77D4AF (or 0x77D4AF) is known color: Medium Aquamarine. HEX triplet: 77, D4 and AF. RGB value is (119,212,175). Sum of RGB (Red+Green+Blue) = 119+212+175=506 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.52% from 506); Green value is 212 (83.20% from 255 or 41.90% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 212 - color contains mainly: green. Hex color #77D4AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77D4AF is #882B50. Grayscale: #B4B4B4. Windows color (decimal): -8923985 or 11523191. OLE color: 11523191.
HSL color Cylindrical-coordinate representation of color #77D4AF: hue angle of 156.13º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77D4AF is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 119 | 212 | 175 | - |
| CMYK | 0.44 | 0 | 0.17 | 0.17 |
| HSL | 156.13º | 0.52% | 0.65% | - |
| HSV(B) | 156.13º | 0.44% | 0.83% | - |
| XYZ | 38.89 | 54.1 | 48.95 | - |
| YUV | 179.98 | 125.19 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 212 | 175 | 0.44 | 0 | 0.17 | 0.17 | 156.13 | 0.52 | 0.65 |
| Hex | 77 | D4 | AF | 2C | 0 | 11 | 11 | 9C | 34 | 41 |
| Octal | 167 | 324 | 257 | 54 | 0 | 21 | 21 | 234 | 64 | 101 |
| Binary | 1110111 | 11010100 | 10101111 | 101100 | 0 | 10001 | 10001 | 10011100 | 110100 | 1000001 |
Color Harmonies of #77D4AF
Complementary color
Monochromatic Colors of #77D4AF
Black with #77D4AF
Text Example
Text Example
White with #77D4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D4AF; }
p { color: rgb(119,212,175); }
H1.HeaderClassName
{
color: #77D4AF;
}
.AnyTagClassName
{
color: #77D4AF;
}
</style>
background-color css
<style>
a { background-color: #77D4AF; }
a { background-color: rgb(119,212,175); }
div.DivClassName
{
background-color: #77D4AF;
}
.BgClassName
{
background-color: #77D4AF;
}
</style>
border-color css
<style>
span { border-color: #77D4AF; }
span { border-color: rgb(119,212,175); }
td.TdClassName
{
border-color: #77D4AF;
}
.TagClassName
{
border-color: #77D4AF;
}
</style>