Shades of Medium Aquamarine #78D1AC
Tints of Medium Aquamarine #78D1AC
RGB
CMYK
RGB Variations
Color information
#78D1AC (or 0x78D1AC) is known color: Medium Aquamarine. HEX triplet: 78, D1 and AC. RGB value is (120,209,172). Sum of RGB (Red+Green+Blue) = 120+209+172=501 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.95% from 501); Green value is 209 (82.03% from 255 or 41.72% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 209 - color contains mainly: green. Hex color #78D1AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D1AC is #872E53. Grayscale: #B2B2B2. Windows color (decimal): -8859220 or 11325816. OLE color: 11325816.
HSL color Cylindrical-coordinate representation of color #78D1AC: hue angle of 155.06º degrees, saturation: 0.49, 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 #78D1AC is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 209 | 172 | - |
| CMYK | 0.43 | 0 | 0.18 | 0.18 |
| HSL | 155.06º | 0.49% | 0.65% | - |
| HSV(B) | 155.06º | 0.43% | 0.82% | - |
| XYZ | 37.99 | 52.57 | 47.17 | - |
| YUV | 178.17 | 124.51 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 209 | 172 | 0.43 | 0 | 0.18 | 0.18 | 155.06 | 0.49 | 0.65 |
| Hex | 78 | D1 | AC | 2B | 0 | 12 | 12 | 9B | 31 | 41 |
| Octal | 170 | 321 | 254 | 53 | 0 | 22 | 22 | 233 | 61 | 101 |
| Binary | 1111000 | 11010001 | 10101100 | 101011 | 0 | 10010 | 10010 | 10011011 | 110001 | 1000001 |
Color Harmonies of #78D1AC
Complementary color
Monochromatic Colors of #78D1AC
Black with #78D1AC
Text Example
Text Example
White with #78D1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D1AC; }
p { color: rgb(120,209,172); }
H1.HeaderClassName
{
color: #78D1AC;
}
.AnyTagClassName
{
color: #78D1AC;
}
</style>
background-color css
<style>
a { background-color: #78D1AC; }
a { background-color: rgb(120,209,172); }
div.DivClassName
{
background-color: #78D1AC;
}
.BgClassName
{
background-color: #78D1AC;
}
</style>
border-color css
<style>
span { border-color: #78D1AC; }
span { border-color: rgb(120,209,172); }
td.TdClassName
{
border-color: #78D1AC;
}
.TagClassName
{
border-color: #78D1AC;
}
</style>