Shades of Medium Aquamarine #78DDB1
Tints of Medium Aquamarine #78DDB1
RGB
CMYK
RGB Variations
Color information
#78DDB1 (or 0x78DDB1) is known color: Medium Aquamarine. HEX triplet: 78, DD and B1. RGB value is (120,221,177). Sum of RGB (Red+Green+Blue) = 120+221+177=518 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.17% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #78DDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DDB1 is #87224E. Grayscale: #B9B9B9. Windows color (decimal): -8856143 or 11656568. OLE color: 11656568.
HSL color Cylindrical-coordinate representation of color #78DDB1: hue angle of 153.86º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78DDB1 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 221 | 177 | - |
| CMYK | 0.46 | 0 | 0.20 | 0.13 |
| HSL | 153.86º | 0.6% | 0.67% | - |
| HSV(B) | 153.86º | 0.46% | 0.87% | - |
| XYZ | 41.54 | 58.88 | 50.77 | - |
| YUV | 185.79 | 123.04 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 221 | 177 | 0.46 | 0 | 0.20 | 0.13 | 153.86 | 0.6 | 0.67 |
| Hex | 78 | DD | B1 | 2E | 0 | 14 | D | 9A | 3C | 43 |
| Octal | 170 | 335 | 261 | 56 | 0 | 24 | 15 | 232 | 74 | 103 |
| Binary | 1111000 | 11011101 | 10110001 | 101110 | 0 | 10100 | 1101 | 10011010 | 111100 | 1000011 |
Color Harmonies of #78DDB1
Complementary color
Monochromatic Colors of #78DDB1
Black with #78DDB1
Text Example
Text Example
White with #78DDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DDB1; }
p { color: rgb(120,221,177); }
H1.HeaderClassName
{
color: #78DDB1;
}
.AnyTagClassName
{
color: #78DDB1;
}
</style>
background-color css
<style>
a { background-color: #78DDB1; }
a { background-color: rgb(120,221,177); }
div.DivClassName
{
background-color: #78DDB1;
}
.BgClassName
{
background-color: #78DDB1;
}
</style>
border-color css
<style>
span { border-color: #78DDB1; }
span { border-color: rgb(120,221,177); }
td.TdClassName
{
border-color: #78DDB1;
}
.TagClassName
{
border-color: #78DDB1;
}
</style>