Shades of Medium Aquamarine #78DBA4
Tints of Medium Aquamarine #78DBA4
RGB
CMYK
RGB Variations
Color information
#78DBA4 (or 0x78DBA4) is known color: Medium Aquamarine. HEX triplet: 78, DB and A4. RGB value is (120,219,164). Sum of RGB (Red+Green+Blue) = 120+219+164=503 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.86% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 164 (64.45% from 255 or 32.60% from 503); Max value from RGB is 219 - color contains mainly: green. Hex color #78DBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DBA4 is #87245B. Grayscale: #B7B7B7. Windows color (decimal): -8856668 or 10804088. OLE color: 10804088.
HSL color Cylindrical-coordinate representation of color #78DBA4: hue angle of 146.67º 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 #78DBA4 is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 219 | 164 | - |
| CMYK | 0.45 | 0 | 0.25 | 0.14 |
| HSL | 146.67º | 0.58% | 0.66% | - |
| HSV(B) | 146.67º | 0.45% | 0.86% | - |
| XYZ | 39.78 | 57.34 | 44.09 | - |
| YUV | 183.13 | 117.2 | 82.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 219 | 164 | 0.45 | 0 | 0.25 | 0.14 | 146.67 | 0.58 | 0.66 |
| Hex | 78 | DB | A4 | 2D | 0 | 19 | E | 93 | 3A | 42 |
| Octal | 170 | 333 | 244 | 55 | 0 | 31 | 16 | 223 | 72 | 102 |
| Binary | 1111000 | 11011011 | 10100100 | 101101 | 0 | 11001 | 1110 | 10010011 | 111010 | 1000010 |
Color Harmonies of #78DBA4
Complementary color
Monochromatic Colors of #78DBA4
Black with #78DBA4
Text Example
Text Example
White with #78DBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DBA4; }
p { color: rgb(120,219,164); }
H1.HeaderClassName
{
color: #78DBA4;
}
.AnyTagClassName
{
color: #78DBA4;
}
</style>
background-color css
<style>
a { background-color: #78DBA4; }
a { background-color: rgb(120,219,164); }
div.DivClassName
{
background-color: #78DBA4;
}
.BgClassName
{
background-color: #78DBA4;
}
</style>
border-color css
<style>
span { border-color: #78DBA4; }
span { border-color: rgb(120,219,164); }
td.TdClassName
{
border-color: #78DBA4;
}
.TagClassName
{
border-color: #78DBA4;
}
</style>