Shades of Medium Aquamarine #78D0AD
Tints of Medium Aquamarine #78D0AD
RGB
CMYK
RGB Variations
Color information
#78D0AD (or 0x78D0AD) is known color: Medium Aquamarine. HEX triplet: 78, D0 and AD. RGB value is (120,208,173). Sum of RGB (Red+Green+Blue) = 120+208+173=501 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.95% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 208 - color contains mainly: green. Hex color #78D0AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D0AD is #872F52. Grayscale: #B1B1B1. Windows color (decimal): -8859475 or 11391096. OLE color: 11391096.
HSL color Cylindrical-coordinate representation of color #78D0AD: hue angle of 156.14º 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 #78D0AD is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 208 | 173 | - |
| CMYK | 0.42 | 0 | 0.17 | 0.18 |
| HSL | 156.14º | 0.48% | 0.64% | - |
| HSV(B) | 156.14º | 0.42% | 0.82% | - |
| XYZ | 37.84 | 52.12 | 47.6 | - |
| YUV | 177.7 | 125.35 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 208 | 173 | 0.42 | 0 | 0.17 | 0.18 | 156.14 | 0.48 | 0.64 |
| Hex | 78 | D0 | AD | 2A | 0 | 11 | 12 | 9C | 30 | 40 |
| Octal | 170 | 320 | 255 | 52 | 0 | 21 | 22 | 234 | 60 | 100 |
| Binary | 1111000 | 11010000 | 10101101 | 101010 | 0 | 10001 | 10010 | 10011100 | 110000 | 1000000 |
Color Harmonies of #78D0AD
Complementary color
Monochromatic Colors of #78D0AD
Black with #78D0AD
Text Example
Text Example
White with #78D0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D0AD; }
p { color: rgb(120,208,173); }
H1.HeaderClassName
{
color: #78D0AD;
}
.AnyTagClassName
{
color: #78D0AD;
}
</style>
background-color css
<style>
a { background-color: #78D0AD; }
a { background-color: rgb(120,208,173); }
div.DivClassName
{
background-color: #78D0AD;
}
.BgClassName
{
background-color: #78D0AD;
}
</style>
border-color css
<style>
span { border-color: #78D0AD; }
span { border-color: rgb(120,208,173); }
td.TdClassName
{
border-color: #78D0AD;
}
.TagClassName
{
border-color: #78D0AD;
}
</style>