Shades of Medium Aquamarine #78D3AF
Tints of Medium Aquamarine #78D3AF
RGB
CMYK
RGB Variations
Color information
#78D3AF (or 0x78D3AF) is known color: Medium Aquamarine. HEX triplet: 78, D3 and AF. RGB value is (120,211,175). Sum of RGB (Red+Green+Blue) = 120+211+175=506 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.72% from 506); Green value is 211 (82.81% from 255 or 41.70% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 211 - color contains mainly: green. Hex color #78D3AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D3AF is #872C50. Grayscale: #B3B3B3. Windows color (decimal): -8858705 or 11522936. OLE color: 11522936.
HSL color Cylindrical-coordinate representation of color #78D3AF: hue angle of 156.26º degrees, saturation: 0.51, 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 #78D3AF is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 120 | 211 | 175 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.17 |
| HSL | 156.26º | 0.51% | 0.65% | - |
| HSV(B) | 156.26º | 0.43% | 0.83% | - |
| XYZ | 38.78 | 53.68 | 48.87 | - |
| YUV | 179.69 | 125.35 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 211 | 175 | 0.43 | 0 | 0.17 | 0.17 | 156.26 | 0.51 | 0.65 |
| Hex | 78 | D3 | AF | 2B | 0 | 11 | 11 | 9C | 33 | 41 |
| Octal | 170 | 323 | 257 | 53 | 0 | 21 | 21 | 234 | 63 | 101 |
| Binary | 1111000 | 11010011 | 10101111 | 101011 | 0 | 10001 | 10001 | 10011100 | 110011 | 1000001 |
Color Harmonies of #78D3AF
Complementary color
Monochromatic Colors of #78D3AF
Black with #78D3AF
Text Example
Text Example
White with #78D3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D3AF; }
p { color: rgb(120,211,175); }
H1.HeaderClassName
{
color: #78D3AF;
}
.AnyTagClassName
{
color: #78D3AF;
}
</style>
background-color css
<style>
a { background-color: #78D3AF; }
a { background-color: rgb(120,211,175); }
div.DivClassName
{
background-color: #78D3AF;
}
.BgClassName
{
background-color: #78D3AF;
}
</style>
border-color css
<style>
span { border-color: #78D3AF; }
span { border-color: rgb(120,211,175); }
td.TdClassName
{
border-color: #78D3AF;
}
.TagClassName
{
border-color: #78D3AF;
}
</style>