Shades of Medium Aquamarine #78D8A1
Tints of Medium Aquamarine #78D8A1
RGB
CMYK
RGB Variations
Color information
#78D8A1 (or 0x78D8A1) is known color: Medium Aquamarine. HEX triplet: 78, D8 and A1. RGB value is (120,216,161). Sum of RGB (Red+Green+Blue) = 120+216+161=497 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.14% from 497); Green value is 216 (84.77% from 255 or 43.46% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 216 - color contains mainly: green. Hex color #78D8A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D8A1 is #87275E. Grayscale: #B5B5B5. Windows color (decimal): -8857439 or 10606712. OLE color: 10606712.
HSL color Cylindrical-coordinate representation of color #78D8A1: hue angle of 145.62º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78D8A1 is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 216 | 161 | - |
| CMYK | 0.44 | 0 | 0.25 | 0.15 |
| HSL | 145.63º | 0.55% | 0.66% | - |
| HSV(B) | 145.63º | 0.44% | 0.85% | - |
| XYZ | 38.73 | 55.68 | 42.42 | - |
| YUV | 181.03 | 116.7 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 216 | 161 | 0.44 | 0 | 0.25 | 0.15 | 145.63 | 0.55 | 0.66 |
| Hex | 78 | D8 | A1 | 2C | 0 | 19 | F | 92 | 37 | 42 |
| Octal | 170 | 330 | 241 | 54 | 0 | 31 | 17 | 222 | 67 | 102 |
| Binary | 1111000 | 11011000 | 10100001 | 101100 | 0 | 11001 | 1111 | 10010010 | 110111 | 1000010 |
Color Harmonies of #78D8A1
Complementary color
Monochromatic Colors of #78D8A1
Black with #78D8A1
Text Example
Text Example
White with #78D8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D8A1; }
p { color: rgb(120,216,161); }
H1.HeaderClassName
{
color: #78D8A1;
}
.AnyTagClassName
{
color: #78D8A1;
}
</style>
background-color css
<style>
a { background-color: #78D8A1; }
a { background-color: rgb(120,216,161); }
div.DivClassName
{
background-color: #78D8A1;
}
.BgClassName
{
background-color: #78D8A1;
}
</style>
border-color css
<style>
span { border-color: #78D8A1; }
span { border-color: rgb(120,216,161); }
td.TdClassName
{
border-color: #78D8A1;
}
.TagClassName
{
border-color: #78D8A1;
}
</style>