Shades of Medium Aquamarine #78DBAF
Tints of Medium Aquamarine #78DBAF
RGB
CMYK
RGB Variations
Color information
#78DBAF (or 0x78DBAF) is known color: Medium Aquamarine. HEX triplet: 78, DB and AF. RGB value is (120,219,175). Sum of RGB (Red+Green+Blue) = 120+219+175=514 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.35% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #78DBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DBAF is #872450. Grayscale: #B8B8B8. Windows color (decimal): -8856657 or 11524984. OLE color: 11524984.
HSL color Cylindrical-coordinate representation of color #78DBAF: hue angle of 153.33º 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 #78DBAF is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 219 | 175 | - |
| CMYK | 0.45 | 0 | 0.20 | 0.14 |
| HSL | 153.33º | 0.58% | 0.66% | - |
| HSV(B) | 153.33º | 0.45% | 0.86% | - |
| XYZ | 40.82 | 57.75 | 49.55 | - |
| YUV | 184.38 | 122.7 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 219 | 175 | 0.45 | 0 | 0.20 | 0.14 | 153.33 | 0.58 | 0.66 |
| Hex | 78 | DB | AF | 2D | 0 | 14 | E | 99 | 3A | 42 |
| Octal | 170 | 333 | 257 | 55 | 0 | 24 | 16 | 231 | 72 | 102 |
| Binary | 1111000 | 11011011 | 10101111 | 101101 | 0 | 10100 | 1110 | 10011001 | 111010 | 1000010 |
Color Harmonies of #78DBAF
Complementary color
Monochromatic Colors of #78DBAF
Black with #78DBAF
Text Example
Text Example
White with #78DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DBAF; }
p { color: rgb(120,219,175); }
H1.HeaderClassName
{
color: #78DBAF;
}
.AnyTagClassName
{
color: #78DBAF;
}
</style>
background-color css
<style>
a { background-color: #78DBAF; }
a { background-color: rgb(120,219,175); }
div.DivClassName
{
background-color: #78DBAF;
}
.BgClassName
{
background-color: #78DBAF;
}
</style>
border-color css
<style>
span { border-color: #78DBAF; }
span { border-color: rgb(120,219,175); }
td.TdClassName
{
border-color: #78DBAF;
}
.TagClassName
{
border-color: #78DBAF;
}
</style>