Shades of Medium Aquamarine #78DAA8
Tints of Medium Aquamarine #78DAA8
RGB
CMYK
RGB Variations
Color information
#78DAA8 (or 0x78DAA8) is known color: Medium Aquamarine. HEX triplet: 78, DA and A8. RGB value is (120,218,168). Sum of RGB (Red+Green+Blue) = 120+218+168=506 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.72% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #78DAA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DAA8 is #872557. Grayscale: #B7B7B7. Windows color (decimal): -8856920 or 11065976. OLE color: 11065976.
HSL color Cylindrical-coordinate representation of color #78DAA8: hue angle of 149.39º 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 #78DAA8 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 218 | 168 | - |
| CMYK | 0.45 | 0 | 0.23 | 0.15 |
| HSL | 149.39º | 0.57% | 0.66% | - |
| HSV(B) | 149.39º | 0.45% | 0.85% | - |
| XYZ | 39.89 | 56.96 | 45.94 | - |
| YUV | 183 | 119.53 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 218 | 168 | 0.45 | 0 | 0.23 | 0.15 | 149.39 | 0.57 | 0.66 |
| Hex | 78 | DA | A8 | 2D | 0 | 17 | F | 95 | 39 | 42 |
| Octal | 170 | 332 | 250 | 55 | 0 | 27 | 17 | 225 | 71 | 102 |
| Binary | 1111000 | 11011010 | 10101000 | 101101 | 0 | 10111 | 1111 | 10010101 | 111001 | 1000010 |
Color Harmonies of #78DAA8
Complementary color
Monochromatic Colors of #78DAA8
Black with #78DAA8
Text Example
Text Example
White with #78DAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DAA8; }
p { color: rgb(120,218,168); }
H1.HeaderClassName
{
color: #78DAA8;
}
.AnyTagClassName
{
color: #78DAA8;
}
</style>
background-color css
<style>
a { background-color: #78DAA8; }
a { background-color: rgb(120,218,168); }
div.DivClassName
{
background-color: #78DAA8;
}
.BgClassName
{
background-color: #78DAA8;
}
</style>
border-color css
<style>
span { border-color: #78DAA8; }
span { border-color: rgb(120,218,168); }
td.TdClassName
{
border-color: #78DAA8;
}
.TagClassName
{
border-color: #78DAA8;
}
</style>