Shades of Medium Aquamarine #78E2A8
Tints of Medium Aquamarine #78E2A8
RGB
CMYK
RGB Variations
Color information
#78E2A8 (or 0x78E2A8) is known color: Medium Aquamarine. HEX triplet: 78, E2 and A8. RGB value is (120,226,168). Sum of RGB (Red+Green+Blue) = 120+226+168=514 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.35% from 514); Green value is 226 (88.67% from 255 or 43.97% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 226 - color contains mainly: green. Hex color #78E2A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78E2A8 is #871D57. Grayscale: #BBBBBB. Windows color (decimal): -8854872 or 11068024. OLE color: 11068024.
HSL color Cylindrical-coordinate representation of color #78E2A8: hue angle of 147.17º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78E2A8 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 120 | 226 | 168 | - |
| CMYK | 0.47 | 0 | 0.26 | 0.11 |
| HSL | 147.17º | 0.65% | 0.68% | - |
| HSV(B) | 147.17º | 0.47% | 0.89% | - |
| XYZ | 42.01 | 61.21 | 46.65 | - |
| YUV | 187.69 | 116.88 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 226 | 168 | 0.47 | 0 | 0.26 | 0.11 | 147.17 | 0.65 | 0.68 |
| Hex | 78 | E2 | A8 | 2F | 0 | 1A | B | 93 | 41 | 44 |
| Octal | 170 | 342 | 250 | 57 | 0 | 32 | 13 | 223 | 101 | 104 |
| Binary | 1111000 | 11100010 | 10101000 | 101111 | 0 | 11010 | 1011 | 10010011 | 1000001 | 1000100 |
Color Harmonies of #78E2A8
Complementary color
Monochromatic Colors of #78E2A8
Black with #78E2A8
Text Example
Text Example
White with #78E2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E2A8; }
p { color: rgb(120,226,168); }
H1.HeaderClassName
{
color: #78E2A8;
}
.AnyTagClassName
{
color: #78E2A8;
}
</style>
background-color css
<style>
a { background-color: #78E2A8; }
a { background-color: rgb(120,226,168); }
div.DivClassName
{
background-color: #78E2A8;
}
.BgClassName
{
background-color: #78E2A8;
}
</style>
border-color css
<style>
span { border-color: #78E2A8; }
span { border-color: rgb(120,226,168); }
td.TdClassName
{
border-color: #78E2A8;
}
.TagClassName
{
border-color: #78E2A8;
}
</style>