Shades of Medium Aquamarine #78DBA0
Tints of Medium Aquamarine #78DBA0
RGB
CMYK
RGB Variations
Color information
#78DBA0 (or 0x78DBA0) is known color: Medium Aquamarine. HEX triplet: 78, DB and A0. RGB value is (120,219,160). Sum of RGB (Red+Green+Blue) = 120+219+160=499 (66% of max value = 765). Red value is 120 (47.27% from 255 or 24.05% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #78DBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DBA0 is #87245F. Grayscale: #B6B6B6. Windows color (decimal): -8856672 or 10541944. OLE color: 10541944.
HSL color Cylindrical-coordinate representation of color #78DBA0: hue angle of 144.24º 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 #78DBA0 is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 219 | 160 | - |
| CMYK | 0.45 | 0 | 0.27 | 0.14 |
| HSL | 144.24º | 0.58% | 0.66% | - |
| HSV(B) | 144.24º | 0.45% | 0.86% | - |
| XYZ | 39.42 | 57.19 | 42.22 | - |
| YUV | 182.67 | 115.2 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 219 | 160 | 0.45 | 0 | 0.27 | 0.14 | 144.24 | 0.58 | 0.66 |
| Hex | 78 | DB | A0 | 2D | 0 | 1B | E | 90 | 3A | 42 |
| Octal | 170 | 333 | 240 | 55 | 0 | 33 | 16 | 220 | 72 | 102 |
| Binary | 1111000 | 11011011 | 10100000 | 101101 | 0 | 11011 | 1110 | 10010000 | 111010 | 1000010 |
Color Harmonies of #78DBA0
Complementary color
Monochromatic Colors of #78DBA0
Black with #78DBA0
Text Example
Text Example
White with #78DBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DBA0; }
p { color: rgb(120,219,160); }
H1.HeaderClassName
{
color: #78DBA0;
}
.AnyTagClassName
{
color: #78DBA0;
}
</style>
background-color css
<style>
a { background-color: #78DBA0; }
a { background-color: rgb(120,219,160); }
div.DivClassName
{
background-color: #78DBA0;
}
.BgClassName
{
background-color: #78DBA0;
}
</style>
border-color css
<style>
span { border-color: #78DBA0; }
span { border-color: rgb(120,219,160); }
td.TdClassName
{
border-color: #78DBA0;
}
.TagClassName
{
border-color: #78DBA0;
}
</style>