Shades of Medium Aquamarine #78D0A9
Tints of Medium Aquamarine #78D0A9
RGB
CMYK
RGB Variations
Color information
#78D0A9 (or 0x78D0A9) is known color: Medium Aquamarine. HEX triplet: 78, D0 and A9. RGB value is (120,208,169). Sum of RGB (Red+Green+Blue) = 120+208+169=497 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.14% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 169 (66.41% from 255 or 34.00% from 497); Max value from RGB is 208 - color contains mainly: green. Hex color #78D0A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D0A9 is #872F56. Grayscale: #B1B1B1. Windows color (decimal): -8859479 or 11128952. OLE color: 11128952.
HSL color Cylindrical-coordinate representation of color #78D0A9: hue angle of 153.41º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78D0A9 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 208 | 169 | - |
| CMYK | 0.42 | 0 | 0.19 | 0.18 |
| HSL | 153.41º | 0.48% | 0.64% | - |
| HSV(B) | 153.41º | 0.42% | 0.82% | - |
| XYZ | 37.46 | 51.97 | 45.59 | - |
| YUV | 177.24 | 123.35 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 208 | 169 | 0.42 | 0 | 0.19 | 0.18 | 153.41 | 0.48 | 0.64 |
| Hex | 78 | D0 | A9 | 2A | 0 | 13 | 12 | 99 | 30 | 40 |
| Octal | 170 | 320 | 251 | 52 | 0 | 23 | 22 | 231 | 60 | 100 |
| Binary | 1111000 | 11010000 | 10101001 | 101010 | 0 | 10011 | 10010 | 10011001 | 110000 | 1000000 |
Color Harmonies of #78D0A9
Complementary color
Monochromatic Colors of #78D0A9
Black with #78D0A9
Text Example
Text Example
White with #78D0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D0A9; }
p { color: rgb(120,208,169); }
H1.HeaderClassName
{
color: #78D0A9;
}
.AnyTagClassName
{
color: #78D0A9;
}
</style>
background-color css
<style>
a { background-color: #78D0A9; }
a { background-color: rgb(120,208,169); }
div.DivClassName
{
background-color: #78D0A9;
}
.BgClassName
{
background-color: #78D0A9;
}
</style>
border-color css
<style>
span { border-color: #78D0A9; }
span { border-color: rgb(120,208,169); }
td.TdClassName
{
border-color: #78D0A9;
}
.TagClassName
{
border-color: #78D0A9;
}
</style>