Shades of Medium Aquamarine #78E0AB
Tints of Medium Aquamarine #78E0AB
RGB
CMYK
RGB Variations
Color information
#78E0AB (or 0x78E0AB) is known color: Medium Aquamarine. HEX triplet: 78, E0 and AB. RGB value is (120,224,171). Sum of RGB (Red+Green+Blue) = 120+224+171=515 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.30% from 515); Green value is 224 (87.89% from 255 or 43.50% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 224 - color contains mainly: green. Hex color #78E0AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78E0AB is #871F54. Grayscale: #BABABA. Windows color (decimal): -8855381 or 11264120. OLE color: 11264120.
HSL color Cylindrical-coordinate representation of color #78E0AB: hue angle of 149.42º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78E0AB is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 120 | 224 | 171 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.12 |
| HSL | 149.42º | 0.63% | 0.67% | - |
| HSV(B) | 149.42º | 0.46% | 0.88% | - |
| XYZ | 41.75 | 60.24 | 47.96 | - |
| YUV | 186.86 | 119.04 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 224 | 171 | 0.46 | 0 | 0.24 | 0.12 | 149.42 | 0.63 | 0.67 |
| Hex | 78 | E0 | AB | 2E | 0 | 18 | C | 95 | 3F | 43 |
| Octal | 170 | 340 | 253 | 56 | 0 | 30 | 14 | 225 | 77 | 103 |
| Binary | 1111000 | 11100000 | 10101011 | 101110 | 0 | 11000 | 1100 | 10010101 | 111111 | 1000011 |
Color Harmonies of #78E0AB
Complementary color
Monochromatic Colors of #78E0AB
Black with #78E0AB
Text Example
Text Example
White with #78E0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E0AB; }
p { color: rgb(120,224,171); }
H1.HeaderClassName
{
color: #78E0AB;
}
.AnyTagClassName
{
color: #78E0AB;
}
</style>
background-color css
<style>
a { background-color: #78E0AB; }
a { background-color: rgb(120,224,171); }
div.DivClassName
{
background-color: #78E0AB;
}
.BgClassName
{
background-color: #78E0AB;
}
</style>
border-color css
<style>
span { border-color: #78E0AB; }
span { border-color: rgb(120,224,171); }
td.TdClassName
{
border-color: #78E0AB;
}
.TagClassName
{
border-color: #78E0AB;
}
</style>