Shades of Medium Aquamarine #78D0AC
Tints of Medium Aquamarine #78D0AC
RGB
CMYK
RGB Variations
Color information
#78D0AC (or 0x78D0AC) is known color: Medium Aquamarine. HEX triplet: 78, D0 and AC. RGB value is (120,208,172). Sum of RGB (Red+Green+Blue) = 120+208+172=500 (66% of max value = 765). Red value is 120 (47.27% from 255 or 24% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 208 - color contains mainly: green. Hex color #78D0AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D0AC is #872F53. Grayscale: #B1B1B1. Windows color (decimal): -8859476 or 11325560. OLE color: 11325560.
HSL color Cylindrical-coordinate representation of color #78D0AC: hue angle of 155.45º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78D0AC is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 208 | 172 | - |
| CMYK | 0.42 | 0 | 0.17 | 0.18 |
| HSL | 155.45º | 0.48% | 0.64% | - |
| HSV(B) | 155.45º | 0.42% | 0.82% | - |
| XYZ | 37.75 | 52.08 | 47.09 | - |
| YUV | 177.58 | 124.85 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 208 | 172 | 0.42 | 0 | 0.17 | 0.18 | 155.45 | 0.48 | 0.64 |
| Hex | 78 | D0 | AC | 2A | 0 | 11 | 12 | 9B | 30 | 40 |
| Octal | 170 | 320 | 254 | 52 | 0 | 21 | 22 | 233 | 60 | 100 |
| Binary | 1111000 | 11010000 | 10101100 | 101010 | 0 | 10001 | 10010 | 10011011 | 110000 | 1000000 |
Color Harmonies of #78D0AC
Complementary color
Monochromatic Colors of #78D0AC
Black with #78D0AC
Text Example
Text Example
White with #78D0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D0AC; }
p { color: rgb(120,208,172); }
H1.HeaderClassName
{
color: #78D0AC;
}
.AnyTagClassName
{
color: #78D0AC;
}
</style>
background-color css
<style>
a { background-color: #78D0AC; }
a { background-color: rgb(120,208,172); }
div.DivClassName
{
background-color: #78D0AC;
}
.BgClassName
{
background-color: #78D0AC;
}
</style>
border-color css
<style>
span { border-color: #78D0AC; }
span { border-color: rgb(120,208,172); }
td.TdClassName
{
border-color: #78D0AC;
}
.TagClassName
{
border-color: #78D0AC;
}
</style>