Shades of Medium Aquamarine #78D4A2
Tints of Medium Aquamarine #78D4A2
RGB
CMYK
RGB Variations
Color information
#78D4A2 (or 0x78D4A2) is known color: Medium Aquamarine. HEX triplet: 78, D4 and A2. RGB value is (120,212,162). Sum of RGB (Red+Green+Blue) = 120+212+162=494 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.29% from 494); Green value is 212 (83.20% from 255 or 42.91% from 494); Blue value is 162 (63.67% from 255 or 32.79% from 494); Max value from RGB is 212 - color contains mainly: green. Hex color #78D4A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D4A2 is #872B5D. Grayscale: #B2B2B2. Windows color (decimal): -8858462 or 10671224. OLE color: 10671224.
HSL color Cylindrical-coordinate representation of color #78D4A2: hue angle of 147.39º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78D4A2 is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 120 | 212 | 162 | - |
| CMYK | 0.43 | 0 | 0.24 | 0.17 |
| HSL | 147.39º | 0.52% | 0.65% | - |
| HSV(B) | 147.39º | 0.43% | 0.83% | - |
| XYZ | 37.81 | 53.69 | 42.55 | - |
| YUV | 178.79 | 118.52 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 212 | 162 | 0.43 | 0 | 0.24 | 0.17 | 147.39 | 0.52 | 0.65 |
| Hex | 78 | D4 | A2 | 2B | 0 | 18 | 11 | 93 | 34 | 41 |
| Octal | 170 | 324 | 242 | 53 | 0 | 30 | 21 | 223 | 64 | 101 |
| Binary | 1111000 | 11010100 | 10100010 | 101011 | 0 | 11000 | 10001 | 10010011 | 110100 | 1000001 |
Color Harmonies of #78D4A2
Complementary color
Monochromatic Colors of #78D4A2
Black with #78D4A2
Text Example
Text Example
White with #78D4A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D4A2; }
p { color: rgb(120,212,162); }
H1.HeaderClassName
{
color: #78D4A2;
}
.AnyTagClassName
{
color: #78D4A2;
}
</style>
background-color css
<style>
a { background-color: #78D4A2; }
a { background-color: rgb(120,212,162); }
div.DivClassName
{
background-color: #78D4A2;
}
.BgClassName
{
background-color: #78D4A2;
}
</style>
border-color css
<style>
span { border-color: #78D4A2; }
span { border-color: rgb(120,212,162); }
td.TdClassName
{
border-color: #78D4A2;
}
.TagClassName
{
border-color: #78D4A2;
}
</style>