Shades of Medium Aquamarine #78DAAF
Tints of Medium Aquamarine #78DAAF
RGB
CMYK
RGB Variations
Color information
#78DAAF (or 0x78DAAF) is known color: Medium Aquamarine. HEX triplet: 78, DA and AF. RGB value is (120,218,175). Sum of RGB (Red+Green+Blue) = 120+218+175=513 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.39% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 218 - color contains mainly: green. Hex color #78DAAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DAAF is #872550. Grayscale: #B7B7B7. Windows color (decimal): -8856913 or 11524728. OLE color: 11524728.
HSL color Cylindrical-coordinate representation of color #78DAAF: hue angle of 153.67º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78DAAF is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 218 | 175 | - |
| CMYK | 0.45 | 0 | 0.20 | 0.15 |
| HSL | 153.67º | 0.57% | 0.66% | - |
| HSV(B) | 153.67º | 0.45% | 0.85% | - |
| XYZ | 40.55 | 57.23 | 49.47 | - |
| YUV | 183.8 | 123.03 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 218 | 175 | 0.45 | 0 | 0.20 | 0.15 | 153.67 | 0.57 | 0.66 |
| Hex | 78 | DA | AF | 2D | 0 | 14 | F | 9A | 39 | 42 |
| Octal | 170 | 332 | 257 | 55 | 0 | 24 | 17 | 232 | 71 | 102 |
| Binary | 1111000 | 11011010 | 10101111 | 101101 | 0 | 10100 | 1111 | 10011010 | 111001 | 1000010 |
Color Harmonies of #78DAAF
Complementary color
Monochromatic Colors of #78DAAF
Black with #78DAAF
Text Example
Text Example
White with #78DAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DAAF; }
p { color: rgb(120,218,175); }
H1.HeaderClassName
{
color: #78DAAF;
}
.AnyTagClassName
{
color: #78DAAF;
}
</style>
background-color css
<style>
a { background-color: #78DAAF; }
a { background-color: rgb(120,218,175); }
div.DivClassName
{
background-color: #78DAAF;
}
.BgClassName
{
background-color: #78DAAF;
}
</style>
border-color css
<style>
span { border-color: #78DAAF; }
span { border-color: rgb(120,218,175); }
td.TdClassName
{
border-color: #78DAAF;
}
.TagClassName
{
border-color: #78DAAF;
}
</style>