Shades of Medium Aquamarine #78D2AC
Tints of Medium Aquamarine #78D2AC
RGB
CMYK
RGB Variations
Color information
#78D2AC (or 0x78D2AC) is known color: Medium Aquamarine. HEX triplet: 78, D2 and AC. RGB value is (120,210,172). Sum of RGB (Red+Green+Blue) = 120+210+172=502 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.90% from 502); Green value is 210 (82.42% from 255 or 41.83% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 210 - color contains mainly: green. Hex color #78D2AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D2AC is #872D53. Grayscale: #B2B2B2. Windows color (decimal): -8858964 or 11326072. OLE color: 11326072.
HSL color Cylindrical-coordinate representation of color #78D2AC: hue angle of 154.67º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78D2AC is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 210 | 172 | - |
| CMYK | 0.43 | 0 | 0.18 | 0.18 |
| HSL | 154.67º | 0.5% | 0.65% | - |
| HSV(B) | 154.67º | 0.43% | 0.82% | - |
| XYZ | 38.24 | 53.06 | 47.26 | - |
| YUV | 178.76 | 124.18 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 210 | 172 | 0.43 | 0 | 0.18 | 0.18 | 154.67 | 0.5 | 0.65 |
| Hex | 78 | D2 | AC | 2B | 0 | 12 | 12 | 9B | 32 | 41 |
| Octal | 170 | 322 | 254 | 53 | 0 | 22 | 22 | 233 | 62 | 101 |
| Binary | 1111000 | 11010010 | 10101100 | 101011 | 0 | 10010 | 10010 | 10011011 | 110010 | 1000001 |
Color Harmonies of #78D2AC
Complementary color
Monochromatic Colors of #78D2AC
Black with #78D2AC
Text Example
Text Example
White with #78D2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D2AC; }
p { color: rgb(120,210,172); }
H1.HeaderClassName
{
color: #78D2AC;
}
.AnyTagClassName
{
color: #78D2AC;
}
</style>
background-color css
<style>
a { background-color: #78D2AC; }
a { background-color: rgb(120,210,172); }
div.DivClassName
{
background-color: #78D2AC;
}
.BgClassName
{
background-color: #78D2AC;
}
</style>
border-color css
<style>
span { border-color: #78D2AC; }
span { border-color: rgb(120,210,172); }
td.TdClassName
{
border-color: #78D2AC;
}
.TagClassName
{
border-color: #78D2AC;
}
</style>