Shades of Medium Aquamarine #77CEA6
Tints of Medium Aquamarine #77CEA6
RGB
CMYK
RGB Variations
Color information
#77CEA6 (or 0x77CEA6) is known color: Medium Aquamarine. HEX triplet: 77, CE and A6. RGB value is (119,206,166). Sum of RGB (Red+Green+Blue) = 119+206+166=491 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.24% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 206 - color contains mainly: green. Hex color #77CEA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CEA6 is #883159. Grayscale: #AFAFAF. Windows color (decimal): -8925530 or 10931831. OLE color: 10931831.
HSL color Cylindrical-coordinate representation of color #77CEA6: hue angle of 152.41º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CEA6 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 206 | 166 | - |
| CMYK | 0.42 | 0 | 0.19 | 0.19 |
| HSL | 152.41º | 0.47% | 0.64% | - |
| HSV(B) | 152.41º | 0.42% | 0.81% | - |
| XYZ | 36.56 | 50.82 | 43.96 | - |
| YUV | 175.43 | 122.68 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 206 | 166 | 0.42 | 0 | 0.19 | 0.19 | 152.41 | 0.47 | 0.64 |
| Hex | 77 | CE | A6 | 2A | 0 | 13 | 13 | 98 | 2F | 40 |
| Octal | 167 | 316 | 246 | 52 | 0 | 23 | 23 | 230 | 57 | 100 |
| Binary | 1110111 | 11001110 | 10100110 | 101010 | 0 | 10011 | 10011 | 10011000 | 101111 | 1000000 |
Color Harmonies of #77CEA6
Complementary color
Monochromatic Colors of #77CEA6
Black with #77CEA6
Text Example
Text Example
White with #77CEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CEA6; }
p { color: rgb(119,206,166); }
H1.HeaderClassName
{
color: #77CEA6;
}
.AnyTagClassName
{
color: #77CEA6;
}
</style>
background-color css
<style>
a { background-color: #77CEA6; }
a { background-color: rgb(119,206,166); }
div.DivClassName
{
background-color: #77CEA6;
}
.BgClassName
{
background-color: #77CEA6;
}
</style>
border-color css
<style>
span { border-color: #77CEA6; }
span { border-color: rgb(119,206,166); }
td.TdClassName
{
border-color: #77CEA6;
}
.TagClassName
{
border-color: #77CEA6;
}
</style>