Shades of Medium Aquamarine #78DCB2
Tints of Medium Aquamarine #78DCB2
RGB
CMYK
RGB Variations
Color information
#78DCB2 (or 0x78DCB2) is known color: Medium Aquamarine. HEX triplet: 78, DC and B2. RGB value is (120,220,178). Sum of RGB (Red+Green+Blue) = 120+220+178=518 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.17% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #78DCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DCB2 is #87234D. Grayscale: #B9B9B9. Windows color (decimal): -8856398 or 11721848. OLE color: 11721848.
HSL color Cylindrical-coordinate representation of color #78DCB2: hue angle of 154.8º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78DCB2 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 220 | 178 | - |
| CMYK | 0.45 | 0 | 0.19 | 0.14 |
| HSL | 154.8º | 0.59% | 0.67% | - |
| HSV(B) | 154.8º | 0.45% | 0.86% | - |
| XYZ | 41.37 | 58.39 | 51.21 | - |
| YUV | 185.31 | 123.87 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 220 | 178 | 0.45 | 0 | 0.19 | 0.14 | 154.8 | 0.59 | 0.67 |
| Hex | 78 | DC | B2 | 2D | 0 | 13 | E | 9B | 3B | 43 |
| Octal | 170 | 334 | 262 | 55 | 0 | 23 | 16 | 233 | 73 | 103 |
| Binary | 1111000 | 11011100 | 10110010 | 101101 | 0 | 10011 | 1110 | 10011011 | 111011 | 1000011 |
Color Harmonies of #78DCB2
Complementary color
Monochromatic Colors of #78DCB2
Black with #78DCB2
Text Example
Text Example
White with #78DCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DCB2; }
p { color: rgb(120,220,178); }
H1.HeaderClassName
{
color: #78DCB2;
}
.AnyTagClassName
{
color: #78DCB2;
}
</style>
background-color css
<style>
a { background-color: #78DCB2; }
a { background-color: rgb(120,220,178); }
div.DivClassName
{
background-color: #78DCB2;
}
.BgClassName
{
background-color: #78DCB2;
}
</style>
border-color css
<style>
span { border-color: #78DCB2; }
span { border-color: rgb(120,220,178); }
td.TdClassName
{
border-color: #78DCB2;
}
.TagClassName
{
border-color: #78DCB2;
}
</style>