Shades of Medium Aquamarine #78D99D
Tints of Medium Aquamarine #78D99D
RGB
CMYK
RGB Variations
Color information
#78D99D (or 0x78D99D) is known color: Medium Aquamarine. HEX triplet: 78, D9 and 9D. RGB value is (120,217,157). Sum of RGB (Red+Green+Blue) = 120+217+157=494 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.29% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 217 - color contains mainly: green. Hex color #78D99D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D99D is #872662. Grayscale: #B5B5B5. Windows color (decimal): -8857187 or 10344824. OLE color: 10344824.
HSL color Cylindrical-coordinate representation of color #78D99D: hue angle of 142.89º degrees, saturation: 0.56, 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 #78D99D is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 217 | 157 | - |
| CMYK | 0.45 | 0 | 0.28 | 0.15 |
| HSL | 142.89º | 0.56% | 0.66% | - |
| HSV(B) | 142.89º | 0.45% | 0.85% | - |
| XYZ | 38.64 | 56.05 | 40.68 | - |
| YUV | 181.16 | 114.36 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 217 | 157 | 0.45 | 0 | 0.28 | 0.15 | 142.89 | 0.56 | 0.66 |
| Hex | 78 | D9 | 9D | 2D | 0 | 1C | F | 8F | 38 | 42 |
| Octal | 170 | 331 | 235 | 55 | 0 | 34 | 17 | 217 | 70 | 102 |
| Binary | 1111000 | 11011001 | 10011101 | 101101 | 0 | 11100 | 1111 | 10001111 | 111000 | 1000010 |
Color Harmonies of #78D99D
Complementary color
Monochromatic Colors of #78D99D
Black with #78D99D
Text Example
Text Example
White with #78D99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D99D; }
p { color: rgb(120,217,157); }
H1.HeaderClassName
{
color: #78D99D;
}
.AnyTagClassName
{
color: #78D99D;
}
</style>
background-color css
<style>
a { background-color: #78D99D; }
a { background-color: rgb(120,217,157); }
div.DivClassName
{
background-color: #78D99D;
}
.BgClassName
{
background-color: #78D99D;
}
</style>
border-color css
<style>
span { border-color: #78D99D; }
span { border-color: rgb(120,217,157); }
td.TdClassName
{
border-color: #78D99D;
}
.TagClassName
{
border-color: #78D99D;
}
</style>