Shades of Medium Aquamarine #78DDA5
Tints of Medium Aquamarine #78DDA5
RGB
CMYK
RGB Variations
Color information
#78DDA5 (or 0x78DDA5) is known color: Medium Aquamarine. HEX triplet: 78, DD and A5. RGB value is (120,221,165). Sum of RGB (Red+Green+Blue) = 120+221+165=506 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.72% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 165 (64.84% from 255 or 32.61% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #78DDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DDA5 is #87225A. Grayscale: #B8B8B8. Windows color (decimal): -8856155 or 10870136. OLE color: 10870136.
HSL color Cylindrical-coordinate representation of color #78DDA5: hue angle of 146.73º 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 #78DDA5 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 221 | 165 | - |
| CMYK | 0.46 | 0 | 0.25 | 0.13 |
| HSL | 146.73º | 0.6% | 0.67% | - |
| HSV(B) | 146.73º | 0.46% | 0.87% | - |
| XYZ | 40.39 | 58.42 | 44.75 | - |
| YUV | 184.42 | 117.04 | 82.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 221 | 165 | 0.46 | 0 | 0.25 | 0.13 | 146.73 | 0.6 | 0.67 |
| Hex | 78 | DD | A5 | 2E | 0 | 19 | D | 93 | 3C | 43 |
| Octal | 170 | 335 | 245 | 56 | 0 | 31 | 15 | 223 | 74 | 103 |
| Binary | 1111000 | 11011101 | 10100101 | 101110 | 0 | 11001 | 1101 | 10010011 | 111100 | 1000011 |
Color Harmonies of #78DDA5
Complementary color
Monochromatic Colors of #78DDA5
Black with #78DDA5
Text Example
Text Example
White with #78DDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DDA5; }
p { color: rgb(120,221,165); }
H1.HeaderClassName
{
color: #78DDA5;
}
.AnyTagClassName
{
color: #78DDA5;
}
</style>
background-color css
<style>
a { background-color: #78DDA5; }
a { background-color: rgb(120,221,165); }
div.DivClassName
{
background-color: #78DDA5;
}
.BgClassName
{
background-color: #78DDA5;
}
</style>
border-color css
<style>
span { border-color: #78DDA5; }
span { border-color: rgb(120,221,165); }
td.TdClassName
{
border-color: #78DDA5;
}
.TagClassName
{
border-color: #78DDA5;
}
</style>