Shades of Medium Aquamarine #78DBA7
Tints of Medium Aquamarine #78DBA7
RGB
CMYK
RGB Variations
Color information
#78DBA7 (or 0x78DBA7) is known color: Medium Aquamarine. HEX triplet: 78, DB and A7. RGB value is (120,219,167). Sum of RGB (Red+Green+Blue) = 120+219+167=506 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.72% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 167 (65.62% from 255 or 33.00% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #78DBA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DBA7 is #872458. Grayscale: #B7B7B7. Windows color (decimal): -8856665 or 11000696. OLE color: 11000696.
HSL color Cylindrical-coordinate representation of color #78DBA7: hue angle of 148.48º 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 #78DBA7 is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 219 | 167 | - |
| CMYK | 0.45 | 0 | 0.24 | 0.14 |
| HSL | 148.48º | 0.58% | 0.66% | - |
| HSV(B) | 148.48º | 0.45% | 0.86% | - |
| XYZ | 40.05 | 57.45 | 45.54 | - |
| YUV | 183.47 | 118.7 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 219 | 167 | 0.45 | 0 | 0.24 | 0.14 | 148.48 | 0.58 | 0.66 |
| Hex | 78 | DB | A7 | 2D | 0 | 18 | E | 94 | 3A | 42 |
| Octal | 170 | 333 | 247 | 55 | 0 | 30 | 16 | 224 | 72 | 102 |
| Binary | 1111000 | 11011011 | 10100111 | 101101 | 0 | 11000 | 1110 | 10010100 | 111010 | 1000010 |
Color Harmonies of #78DBA7
Complementary color
Monochromatic Colors of #78DBA7
Black with #78DBA7
Text Example
Text Example
White with #78DBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DBA7; }
p { color: rgb(120,219,167); }
H1.HeaderClassName
{
color: #78DBA7;
}
.AnyTagClassName
{
color: #78DBA7;
}
</style>
background-color css
<style>
a { background-color: #78DBA7; }
a { background-color: rgb(120,219,167); }
div.DivClassName
{
background-color: #78DBA7;
}
.BgClassName
{
background-color: #78DBA7;
}
</style>
border-color css
<style>
span { border-color: #78DBA7; }
span { border-color: rgb(120,219,167); }
td.TdClassName
{
border-color: #78DBA7;
}
.TagClassName
{
border-color: #78DBA7;
}
</style>