Shades of Medium Aquamarine #78DCAA
Tints of Medium Aquamarine #78DCAA
RGB
CMYK
RGB Variations
Color information
#78DCAA (or 0x78DCAA) is known color: Medium Aquamarine. HEX triplet: 78, DC and AA. RGB value is (120,220,170). Sum of RGB (Red+Green+Blue) = 120+220+170=510 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.53% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #78DCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DCAA is #872355. Grayscale: #B8B8B8. Windows color (decimal): -8856406 or 11197560. OLE color: 11197560.
HSL color Cylindrical-coordinate representation of color #78DCAA: hue angle of 150º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78DCAA is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 220 | 170 | - |
| CMYK | 0.45 | 0 | 0.23 | 0.14 |
| HSL | 150º | 0.59% | 0.67% | - |
| HSV(B) | 150º | 0.45% | 0.86% | - |
| XYZ | 40.59 | 58.08 | 47.1 | - |
| YUV | 184.4 | 119.87 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 220 | 170 | 0.45 | 0 | 0.23 | 0.14 | 150 | 0.59 | 0.67 |
| Hex | 78 | DC | AA | 2D | 0 | 17 | E | 96 | 3B | 43 |
| Octal | 170 | 334 | 252 | 55 | 0 | 27 | 16 | 226 | 73 | 103 |
| Binary | 1111000 | 11011100 | 10101010 | 101101 | 0 | 10111 | 1110 | 10010110 | 111011 | 1000011 |
Color Harmonies of #78DCAA
Complementary color
Monochromatic Colors of #78DCAA
Black with #78DCAA
Text Example
Text Example
White with #78DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DCAA; }
p { color: rgb(120,220,170); }
H1.HeaderClassName
{
color: #78DCAA;
}
.AnyTagClassName
{
color: #78DCAA;
}
</style>
background-color css
<style>
a { background-color: #78DCAA; }
a { background-color: rgb(120,220,170); }
div.DivClassName
{
background-color: #78DCAA;
}
.BgClassName
{
background-color: #78DCAA;
}
</style>
border-color css
<style>
span { border-color: #78DCAA; }
span { border-color: rgb(120,220,170); }
td.TdClassName
{
border-color: #78DCAA;
}
.TagClassName
{
border-color: #78DCAA;
}
</style>