Shades of Medium Aquamarine #78D1A5
Tints of Medium Aquamarine #78D1A5
RGB
CMYK
RGB Variations
Color information
#78D1A5 (or 0x78D1A5) is known color: Medium Aquamarine. HEX triplet: 78, D1 and A5. RGB value is (120,209,165). Sum of RGB (Red+Green+Blue) = 120+209+165=494 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.29% from 494); Green value is 209 (82.03% from 255 or 42.31% from 494); Blue value is 165 (64.84% from 255 or 33.40% from 494); Max value from RGB is 209 - color contains mainly: green. Hex color #78D1A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D1A5 is #872E5A. Grayscale: #B1B1B1. Windows color (decimal): -8859227 or 10867064. OLE color: 10867064.
HSL color Cylindrical-coordinate representation of color #78D1A5: hue angle of 150.34º 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 #78D1A5 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 209 | 165 | - |
| CMYK | 0.43 | 0 | 0.21 | 0.18 |
| HSL | 150.34º | 0.49% | 0.65% | - |
| HSV(B) | 150.34º | 0.43% | 0.82% | - |
| XYZ | 37.34 | 52.31 | 43.73 | - |
| YUV | 177.37 | 121.01 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 209 | 165 | 0.43 | 0 | 0.21 | 0.18 | 150.34 | 0.49 | 0.65 |
| Hex | 78 | D1 | A5 | 2B | 0 | 15 | 12 | 96 | 31 | 41 |
| Octal | 170 | 321 | 245 | 53 | 0 | 25 | 22 | 226 | 61 | 101 |
| Binary | 1111000 | 11010001 | 10100101 | 101011 | 0 | 10101 | 10010 | 10010110 | 110001 | 1000001 |
Color Harmonies of #78D1A5
Complementary color
Monochromatic Colors of #78D1A5
Black with #78D1A5
Text Example
Text Example
White with #78D1A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D1A5; }
p { color: rgb(120,209,165); }
H1.HeaderClassName
{
color: #78D1A5;
}
.AnyTagClassName
{
color: #78D1A5;
}
</style>
background-color css
<style>
a { background-color: #78D1A5; }
a { background-color: rgb(120,209,165); }
div.DivClassName
{
background-color: #78D1A5;
}
.BgClassName
{
background-color: #78D1A5;
}
</style>
border-color css
<style>
span { border-color: #78D1A5; }
span { border-color: rgb(120,209,165); }
td.TdClassName
{
border-color: #78D1A5;
}
.TagClassName
{
border-color: #78D1A5;
}
</style>