Shades of Medium Aquamarine #78D4AC
Tints of Medium Aquamarine #78D4AC
RGB
CMYK
RGB Variations
Color information
#78D4AC (or 0x78D4AC) is known color: Medium Aquamarine. HEX triplet: 78, D4 and AC. RGB value is (120,212,172). Sum of RGB (Red+Green+Blue) = 120+212+172=504 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.81% from 504); Green value is 212 (83.20% from 255 or 42.06% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 212 - color contains mainly: green. Hex color #78D4AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D4AC is #872B53. Grayscale: #B4B4B4. Windows color (decimal): -8858452 or 11326584. OLE color: 11326584.
HSL color Cylindrical-coordinate representation of color #78D4AC: hue angle of 153.91º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78D4AC is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 120 | 212 | 172 | - |
| CMYK | 0.43 | 0 | 0.19 | 0.17 |
| HSL | 153.91º | 0.52% | 0.65% | - |
| HSV(B) | 153.91º | 0.43% | 0.83% | - |
| XYZ | 38.74 | 54.06 | 47.42 | - |
| YUV | 179.93 | 123.52 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 212 | 172 | 0.43 | 0 | 0.19 | 0.17 | 153.91 | 0.52 | 0.65 |
| Hex | 78 | D4 | AC | 2B | 0 | 13 | 11 | 9A | 34 | 41 |
| Octal | 170 | 324 | 254 | 53 | 0 | 23 | 21 | 232 | 64 | 101 |
| Binary | 1111000 | 11010100 | 10101100 | 101011 | 0 | 10011 | 10001 | 10011010 | 110100 | 1000001 |
Color Harmonies of #78D4AC
Complementary color
Monochromatic Colors of #78D4AC
Black with #78D4AC
Text Example
Text Example
White with #78D4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D4AC; }
p { color: rgb(120,212,172); }
H1.HeaderClassName
{
color: #78D4AC;
}
.AnyTagClassName
{
color: #78D4AC;
}
</style>
background-color css
<style>
a { background-color: #78D4AC; }
a { background-color: rgb(120,212,172); }
div.DivClassName
{
background-color: #78D4AC;
}
.BgClassName
{
background-color: #78D4AC;
}
</style>
border-color css
<style>
span { border-color: #78D4AC; }
span { border-color: rgb(120,212,172); }
td.TdClassName
{
border-color: #78D4AC;
}
.TagClassName
{
border-color: #78D4AC;
}
</style>