Shades of Medium Aquamarine #78CCA9
Tints of Medium Aquamarine #78CCA9
RGB
CMYK
RGB Variations
Color information
#78CCA9 (or 0x78CCA9) is known color: Medium Aquamarine. HEX triplet: 78, CC and A9. RGB value is (120,204,169). Sum of RGB (Red+Green+Blue) = 120+204+169=493 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.34% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 169 (66.41% from 255 or 34.28% from 493); Max value from RGB is 204 - color contains mainly: green. Hex color #78CCA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CCA9 is #873356. Grayscale: #AEAEAE. Windows color (decimal): -8860503 or 11127928. OLE color: 11127928.
HSL color Cylindrical-coordinate representation of color #78CCA9: hue angle of 155º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CCA9 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 204 | 169 | - |
| CMYK | 0.41 | 0 | 0.17 | 0.2 |
| HSL | 155º | 0.45% | 0.64% | - |
| HSV(B) | 155º | 0.41% | 0.8% | - |
| XYZ | 36.5 | 50.04 | 45.27 | - |
| YUV | 174.89 | 124.67 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 204 | 169 | 0.41 | 0 | 0.17 | 0.2 | 155 | 0.45 | 0.64 |
| Hex | 78 | CC | A9 | 29 | 0 | 11 | 14 | 9B | 2D | 40 |
| Octal | 170 | 314 | 251 | 51 | 0 | 21 | 24 | 233 | 55 | 100 |
| Binary | 1111000 | 11001100 | 10101001 | 101001 | 0 | 10001 | 10100 | 10011011 | 101101 | 1000000 |
Color Harmonies of #78CCA9
Complementary color
Monochromatic Colors of #78CCA9
Black with #78CCA9
Text Example
Text Example
White with #78CCA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CCA9; }
p { color: rgb(120,204,169); }
H1.HeaderClassName
{
color: #78CCA9;
}
.AnyTagClassName
{
color: #78CCA9;
}
</style>
background-color css
<style>
a { background-color: #78CCA9; }
a { background-color: rgb(120,204,169); }
div.DivClassName
{
background-color: #78CCA9;
}
.BgClassName
{
background-color: #78CCA9;
}
</style>
border-color css
<style>
span { border-color: #78CCA9; }
span { border-color: rgb(120,204,169); }
td.TdClassName
{
border-color: #78CCA9;
}
.TagClassName
{
border-color: #78CCA9;
}
</style>