Shades of Medium Aquamarine #78DBA9
Tints of Medium Aquamarine #78DBA9
RGB
CMYK
RGB Variations
Color information
#78DBA9 (or 0x78DBA9) is known color: Medium Aquamarine. HEX triplet: 78, DB and A9. RGB value is (120,219,169). Sum of RGB (Red+Green+Blue) = 120+219+169=508 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.62% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 169 (66.41% from 255 or 33.27% from 508); Max value from RGB is 219 - color contains mainly: green. Hex color #78DBA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DBA9 is #872456. Grayscale: #B7B7B7. Windows color (decimal): -8856663 or 11131768. OLE color: 11131768.
HSL color Cylindrical-coordinate representation of color #78DBA9: hue angle of 149.7º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78DBA9 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 219 | 169 | - |
| CMYK | 0.45 | 0 | 0.23 | 0.14 |
| HSL | 149.7º | 0.58% | 0.66% | - |
| HSV(B) | 149.7º | 0.45% | 0.86% | - |
| XYZ | 40.24 | 57.52 | 46.52 | - |
| YUV | 183.7 | 119.7 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 219 | 169 | 0.45 | 0 | 0.23 | 0.14 | 149.7 | 0.58 | 0.66 |
| Hex | 78 | DB | A9 | 2D | 0 | 17 | E | 96 | 3A | 42 |
| Octal | 170 | 333 | 251 | 55 | 0 | 27 | 16 | 226 | 72 | 102 |
| Binary | 1111000 | 11011011 | 10101001 | 101101 | 0 | 10111 | 1110 | 10010110 | 111010 | 1000010 |
Color Harmonies of #78DBA9
Complementary color
Monochromatic Colors of #78DBA9
Black with #78DBA9
Text Example
Text Example
White with #78DBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DBA9; }
p { color: rgb(120,219,169); }
H1.HeaderClassName
{
color: #78DBA9;
}
.AnyTagClassName
{
color: #78DBA9;
}
</style>
background-color css
<style>
a { background-color: #78DBA9; }
a { background-color: rgb(120,219,169); }
div.DivClassName
{
background-color: #78DBA9;
}
.BgClassName
{
background-color: #78DBA9;
}
</style>
border-color css
<style>
span { border-color: #78DBA9; }
span { border-color: rgb(120,219,169); }
td.TdClassName
{
border-color: #78DBA9;
}
.TagClassName
{
border-color: #78DBA9;
}
</style>