Shades of Medium Aquamarine #78DDA3
Tints of Medium Aquamarine #78DDA3
RGB
CMYK
RGB Variations
Color information
#78DDA3 (or 0x78DDA3) is known color: Medium Aquamarine. HEX triplet: 78, DD and A3. RGB value is (120,221,163). Sum of RGB (Red+Green+Blue) = 120+221+163=504 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.81% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 163 (64.06% from 255 or 32.34% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #78DDA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DDA3 is #87225C. Grayscale: #B8B8B8. Windows color (decimal): -8856157 or 10739064. OLE color: 10739064.
HSL color Cylindrical-coordinate representation of color #78DDA3: hue angle of 145.54º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78DDA3 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 221 | 163 | - |
| CMYK | 0.46 | 0 | 0.26 | 0.13 |
| HSL | 145.54º | 0.6% | 0.67% | - |
| HSV(B) | 145.54º | 0.46% | 0.87% | - |
| XYZ | 40.21 | 58.35 | 43.79 | - |
| YUV | 184.19 | 116.04 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 221 | 163 | 0.46 | 0 | 0.26 | 0.13 | 145.54 | 0.6 | 0.67 |
| Hex | 78 | DD | A3 | 2E | 0 | 1A | D | 92 | 3C | 43 |
| Octal | 170 | 335 | 243 | 56 | 0 | 32 | 15 | 222 | 74 | 103 |
| Binary | 1111000 | 11011101 | 10100011 | 101110 | 0 | 11010 | 1101 | 10010010 | 111100 | 1000011 |
Color Harmonies of #78DDA3
Complementary color
Monochromatic Colors of #78DDA3
Black with #78DDA3
Text Example
Text Example
White with #78DDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DDA3; }
p { color: rgb(120,221,163); }
H1.HeaderClassName
{
color: #78DDA3;
}
.AnyTagClassName
{
color: #78DDA3;
}
</style>
background-color css
<style>
a { background-color: #78DDA3; }
a { background-color: rgb(120,221,163); }
div.DivClassName
{
background-color: #78DDA3;
}
.BgClassName
{
background-color: #78DDA3;
}
</style>
border-color css
<style>
span { border-color: #78DDA3; }
span { border-color: rgb(120,221,163); }
td.TdClassName
{
border-color: #78DDA3;
}
.TagClassName
{
border-color: #78DDA3;
}
</style>