Shades of Medium Aquamarine #78D8AD
Tints of Medium Aquamarine #78D8AD
RGB
CMYK
RGB Variations
Color information
#78D8AD (or 0x78D8AD) is known color: Medium Aquamarine. HEX triplet: 78, D8 and AD. RGB value is (120,216,173). Sum of RGB (Red+Green+Blue) = 120+216+173=509 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.58% from 509); Green value is 216 (84.77% from 255 or 42.44% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 216 - color contains mainly: green. Hex color #78D8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D8AD is #872752. Grayscale: #B6B6B6. Windows color (decimal): -8857427 or 11393144. OLE color: 11393144.
HSL color Cylindrical-coordinate representation of color #78D8AD: hue angle of 153.12º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78D8AD is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 216 | 173 | - |
| CMYK | 0.44 | 0 | 0.20 | 0.15 |
| HSL | 153.13º | 0.55% | 0.66% | - |
| HSV(B) | 153.13º | 0.44% | 0.85% | - |
| XYZ | 39.84 | 56.12 | 48.27 | - |
| YUV | 182.39 | 122.7 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 216 | 173 | 0.44 | 0 | 0.20 | 0.15 | 153.13 | 0.55 | 0.66 |
| Hex | 78 | D8 | AD | 2C | 0 | 14 | F | 99 | 37 | 42 |
| Octal | 170 | 330 | 255 | 54 | 0 | 24 | 17 | 231 | 67 | 102 |
| Binary | 1111000 | 11011000 | 10101101 | 101100 | 0 | 10100 | 1111 | 10011001 | 110111 | 1000010 |
Color Harmonies of #78D8AD
Complementary color
Monochromatic Colors of #78D8AD
Black with #78D8AD
Text Example
Text Example
White with #78D8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D8AD; }
p { color: rgb(120,216,173); }
H1.HeaderClassName
{
color: #78D8AD;
}
.AnyTagClassName
{
color: #78D8AD;
}
</style>
background-color css
<style>
a { background-color: #78D8AD; }
a { background-color: rgb(120,216,173); }
div.DivClassName
{
background-color: #78D8AD;
}
.BgClassName
{
background-color: #78D8AD;
}
</style>
border-color css
<style>
span { border-color: #78D8AD; }
span { border-color: rgb(120,216,173); }
td.TdClassName
{
border-color: #78D8AD;
}
.TagClassName
{
border-color: #78D8AD;
}
</style>