Shades of Medium Aquamarine #78C0A2
Tints of Medium Aquamarine #78C0A2
RGB
CMYK
RGB Variations
Color information
#78C0A2 (or 0x78C0A2) is known color: Medium Aquamarine. HEX triplet: 78, C0 and A2. RGB value is (120,192,162). Sum of RGB (Red+Green+Blue) = 120+192+162=474 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.32% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 192 - color contains mainly: green. Hex color #78C0A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C0A2 is #873F5D. Grayscale: #A7A7A7. Windows color (decimal): -8863582 or 10666104. OLE color: 10666104.
HSL color Cylindrical-coordinate representation of color #78C0A2: hue angle of 155º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78C0A2 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 192 | 162 | - |
| CMYK | 0.38 | 0 | 0.16 | 0.25 |
| HSL | 155º | 0.36% | 0.61% | - |
| HSV(B) | 155º | 0.38% | 0.75% | - |
| XYZ | 33.12 | 44.3 | 40.99 | - |
| YUV | 167.05 | 125.15 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 192 | 162 | 0.38 | 0 | 0.16 | 0.25 | 155 | 0.36 | 0.61 |
| Hex | 78 | C0 | A2 | 26 | 0 | 10 | 19 | 9B | 24 | 3D |
| Octal | 170 | 300 | 242 | 46 | 0 | 20 | 31 | 233 | 44 | 75 |
| Binary | 1111000 | 11000000 | 10100010 | 100110 | 0 | 10000 | 11001 | 10011011 | 100100 | 111101 |
Color Harmonies of #78C0A2
Complementary color
Monochromatic Colors of #78C0A2
Black with #78C0A2
Text Example
Text Example
White with #78C0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C0A2; }
p { color: rgb(120,192,162); }
H1.HeaderClassName
{
color: #78C0A2;
}
.AnyTagClassName
{
color: #78C0A2;
}
</style>
background-color css
<style>
a { background-color: #78C0A2; }
a { background-color: rgb(120,192,162); }
div.DivClassName
{
background-color: #78C0A2;
}
.BgClassName
{
background-color: #78C0A2;
}
</style>
border-color css
<style>
span { border-color: #78C0A2; }
span { border-color: rgb(120,192,162); }
td.TdClassName
{
border-color: #78C0A2;
}
.TagClassName
{
border-color: #78C0A2;
}
</style>