Shades of Medium Aquamarine #78E5AC
Tints of Medium Aquamarine #78E5AC
RGB
CMYK
RGB Variations
Color information
#78E5AC (or 0x78E5AC) is known color: Medium Aquamarine. HEX triplet: 78, E5 and AC. RGB value is (120,229,172). Sum of RGB (Red+Green+Blue) = 120+229+172=521 (69% of max value = 765). Red value is 120 (47.27% from 255 or 23.03% from 521); Green value is 229 (89.84% from 255 or 43.95% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 229 - color contains mainly: green. Hex color #78E5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78E5AC is #871A53. Grayscale: #BEBEBE. Windows color (decimal): -8854100 or 11330936. OLE color: 11330936.
HSL color Cylindrical-coordinate representation of color #78E5AC: hue angle of 148.62º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78E5AC is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 120 | 229 | 172 | - |
| CMYK | 0.48 | 0 | 0.25 | 0.10 |
| HSL | 148.62º | 0.68% | 0.68% | - |
| HSV(B) | 148.62º | 0.48% | 0.9% | - |
| XYZ | 43.21 | 63.01 | 48.91 | - |
| YUV | 189.91 | 117.89 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 229 | 172 | 0.48 | 0 | 0.25 | 0.10 | 148.62 | 0.68 | 0.68 |
| Hex | 78 | E5 | AC | 30 | 0 | 19 | A | 95 | 44 | 44 |
| Octal | 170 | 345 | 254 | 60 | 0 | 31 | 12 | 225 | 104 | 104 |
| Binary | 1111000 | 11100101 | 10101100 | 110000 | 0 | 11001 | 1010 | 10010101 | 1000100 | 1000100 |
Color Harmonies of #78E5AC
Complementary color
Monochromatic Colors of #78E5AC
Black with #78E5AC
Text Example
Text Example
White with #78E5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E5AC; }
p { color: rgb(120,229,172); }
H1.HeaderClassName
{
color: #78E5AC;
}
.AnyTagClassName
{
color: #78E5AC;
}
</style>
background-color css
<style>
a { background-color: #78E5AC; }
a { background-color: rgb(120,229,172); }
div.DivClassName
{
background-color: #78E5AC;
}
.BgClassName
{
background-color: #78E5AC;
}
</style>
border-color css
<style>
span { border-color: #78E5AC; }
span { border-color: rgb(120,229,172); }
td.TdClassName
{
border-color: #78E5AC;
}
.TagClassName
{
border-color: #78E5AC;
}
</style>