Shades of Medium Aquamarine #78D0A4
Tints of Medium Aquamarine #78D0A4
RGB
CMYK
RGB Variations
Color information
#78D0A4 (or 0x78D0A4) is known color: Medium Aquamarine. HEX triplet: 78, D0 and A4. RGB value is (120,208,164). Sum of RGB (Red+Green+Blue) = 120+208+164=492 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.39% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 164 (64.45% from 255 or 33.33% from 492); Max value from RGB is 208 - color contains mainly: green. Hex color #78D0A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D0A4 is #872F5B. Grayscale: #B0B0B0. Windows color (decimal): -8859484 or 10801272. OLE color: 10801272.
HSL color Cylindrical-coordinate representation of color #78D0A4: hue angle of 150º 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 #78D0A4 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 208 | 164 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.18 |
| HSL | 150º | 0.48% | 0.64% | - |
| HSV(B) | 150º | 0.42% | 0.82% | - |
| XYZ | 37 | 51.79 | 43.17 | - |
| YUV | 176.67 | 120.85 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 208 | 164 | 0.42 | 0 | 0.21 | 0.18 | 150 | 0.48 | 0.64 |
| Hex | 78 | D0 | A4 | 2A | 0 | 15 | 12 | 96 | 30 | 40 |
| Octal | 170 | 320 | 244 | 52 | 0 | 25 | 22 | 226 | 60 | 100 |
| Binary | 1111000 | 11010000 | 10100100 | 101010 | 0 | 10101 | 10010 | 10010110 | 110000 | 1000000 |
Color Harmonies of #78D0A4
Complementary color
Monochromatic Colors of #78D0A4
Black with #78D0A4
Text Example
Text Example
White with #78D0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D0A4; }
p { color: rgb(120,208,164); }
H1.HeaderClassName
{
color: #78D0A4;
}
.AnyTagClassName
{
color: #78D0A4;
}
</style>
background-color css
<style>
a { background-color: #78D0A4; }
a { background-color: rgb(120,208,164); }
div.DivClassName
{
background-color: #78D0A4;
}
.BgClassName
{
background-color: #78D0A4;
}
</style>
border-color css
<style>
span { border-color: #78D0A4; }
span { border-color: rgb(120,208,164); }
td.TdClassName
{
border-color: #78D0A4;
}
.TagClassName
{
border-color: #78D0A4;
}
</style>