Shades of Medium Aquamarine #78DBAC
Tints of Medium Aquamarine #78DBAC
RGB
CMYK
RGB Variations
Color information
#78DBAC (or 0x78DBAC) is known color: Medium Aquamarine. HEX triplet: 78, DB and AC. RGB value is (120,219,172). Sum of RGB (Red+Green+Blue) = 120+219+172=511 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.48% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 219 - color contains mainly: green. Hex color #78DBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DBAC is #872453. Grayscale: #B8B8B8. Windows color (decimal): -8856660 or 11328376. OLE color: 11328376.
HSL color Cylindrical-coordinate representation of color #78DBAC: hue angle of 151.52º 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 #78DBAC is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 219 | 172 | - |
| CMYK | 0.45 | 0 | 0.21 | 0.14 |
| HSL | 151.52º | 0.58% | 0.66% | - |
| HSV(B) | 151.52º | 0.45% | 0.86% | - |
| XYZ | 40.52 | 57.63 | 48.02 | - |
| YUV | 184.04 | 121.2 | 82.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 219 | 172 | 0.45 | 0 | 0.21 | 0.14 | 151.52 | 0.58 | 0.66 |
| Hex | 78 | DB | AC | 2D | 0 | 15 | E | 98 | 3A | 42 |
| Octal | 170 | 333 | 254 | 55 | 0 | 25 | 16 | 230 | 72 | 102 |
| Binary | 1111000 | 11011011 | 10101100 | 101101 | 0 | 10101 | 1110 | 10011000 | 111010 | 1000010 |
Color Harmonies of #78DBAC
Complementary color
Monochromatic Colors of #78DBAC
Black with #78DBAC
Text Example
Text Example
White with #78DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DBAC; }
p { color: rgb(120,219,172); }
H1.HeaderClassName
{
color: #78DBAC;
}
.AnyTagClassName
{
color: #78DBAC;
}
</style>
background-color css
<style>
a { background-color: #78DBAC; }
a { background-color: rgb(120,219,172); }
div.DivClassName
{
background-color: #78DBAC;
}
.BgClassName
{
background-color: #78DBAC;
}
</style>
border-color css
<style>
span { border-color: #78DBAC; }
span { border-color: rgb(120,219,172); }
td.TdClassName
{
border-color: #78DBAC;
}
.TagClassName
{
border-color: #78DBAC;
}
</style>