Shades of Medium Aquamarine #78C9A8
Tints of Medium Aquamarine #78C9A8
RGB
CMYK
RGB Variations
Color information
#78C9A8 (or 0x78C9A8) is known color: Medium Aquamarine. HEX triplet: 78, C9 and A8. RGB value is (120,201,168). Sum of RGB (Red+Green+Blue) = 120+201+168=489 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.54% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 168 (66.02% from 255 or 34.36% from 489); Max value from RGB is 201 - color contains mainly: green. Hex color #78C9A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C9A8 is #873657. Grayscale: #ADADAD. Windows color (decimal): -8861272 or 11061624. OLE color: 11061624.
HSL color Cylindrical-coordinate representation of color #78C9A8: hue angle of 155.56º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #78C9A8 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 201 | 168 | - |
| CMYK | 0.40 | 0 | 0.16 | 0.21 |
| HSL | 155.56º | 0.43% | 0.63% | - |
| HSV(B) | 155.56º | 0.4% | 0.79% | - |
| XYZ | 35.7 | 48.59 | 44.54 | - |
| YUV | 173.02 | 125.16 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 201 | 168 | 0.40 | 0 | 0.16 | 0.21 | 155.56 | 0.43 | 0.63 |
| Hex | 78 | C9 | A8 | 28 | 0 | 10 | 15 | 9C | 2B | 3F |
| Octal | 170 | 311 | 250 | 50 | 0 | 20 | 25 | 234 | 53 | 77 |
| Binary | 1111000 | 11001001 | 10101000 | 101000 | 0 | 10000 | 10101 | 10011100 | 101011 | 111111 |
Color Harmonies of #78C9A8
Complementary color
Monochromatic Colors of #78C9A8
Black with #78C9A8
Text Example
Text Example
White with #78C9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C9A8; }
p { color: rgb(120,201,168); }
H1.HeaderClassName
{
color: #78C9A8;
}
.AnyTagClassName
{
color: #78C9A8;
}
</style>
background-color css
<style>
a { background-color: #78C9A8; }
a { background-color: rgb(120,201,168); }
div.DivClassName
{
background-color: #78C9A8;
}
.BgClassName
{
background-color: #78C9A8;
}
</style>
border-color css
<style>
span { border-color: #78C9A8; }
span { border-color: rgb(120,201,168); }
td.TdClassName
{
border-color: #78C9A8;
}
.TagClassName
{
border-color: #78C9A8;
}
</style>