Shades of Medium Aquamarine #78DBA3
Tints of Medium Aquamarine #78DBA3
RGB
CMYK
RGB Variations
Color information
#78DBA3 (or 0x78DBA3) is known color: Medium Aquamarine. HEX triplet: 78, DB and A3. RGB value is (120,219,163). Sum of RGB (Red+Green+Blue) = 120+219+163=502 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.90% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 163 (64.06% from 255 or 32.47% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #78DBA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DBA3 is #87245C. Grayscale: #B7B7B7. Windows color (decimal): -8856669 or 10738552. OLE color: 10738552.
HSL color Cylindrical-coordinate representation of color #78DBA3: hue angle of 146.06º 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 #78DBA3 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 219 | 163 | - |
| CMYK | 0.45 | 0 | 0.26 | 0.14 |
| HSL | 146.06º | 0.58% | 0.66% | - |
| HSV(B) | 146.06º | 0.45% | 0.86% | - |
| XYZ | 39.69 | 57.3 | 43.62 | - |
| YUV | 183.02 | 116.7 | 83.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 219 | 163 | 0.45 | 0 | 0.26 | 0.14 | 146.06 | 0.58 | 0.66 |
| Hex | 78 | DB | A3 | 2D | 0 | 1A | E | 92 | 3A | 42 |
| Octal | 170 | 333 | 243 | 55 | 0 | 32 | 16 | 222 | 72 | 102 |
| Binary | 1111000 | 11011011 | 10100011 | 101101 | 0 | 11010 | 1110 | 10010010 | 111010 | 1000010 |
Color Harmonies of #78DBA3
Complementary color
Monochromatic Colors of #78DBA3
Black with #78DBA3
Text Example
Text Example
White with #78DBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DBA3; }
p { color: rgb(120,219,163); }
H1.HeaderClassName
{
color: #78DBA3;
}
.AnyTagClassName
{
color: #78DBA3;
}
</style>
background-color css
<style>
a { background-color: #78DBA3; }
a { background-color: rgb(120,219,163); }
div.DivClassName
{
background-color: #78DBA3;
}
.BgClassName
{
background-color: #78DBA3;
}
</style>
border-color css
<style>
span { border-color: #78DBA3; }
span { border-color: rgb(120,219,163); }
td.TdClassName
{
border-color: #78DBA3;
}
.TagClassName
{
border-color: #78DBA3;
}
</style>