Shades of Medium Aquamarine #78CDA5
Tints of Medium Aquamarine #78CDA5
RGB
CMYK
RGB Variations
Color information
#78CDA5 (or 0x78CDA5) is known color: Medium Aquamarine. HEX triplet: 78, CD and A5. RGB value is (120,205,165). Sum of RGB (Red+Green+Blue) = 120+205+165=490 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.49% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 205 - color contains mainly: green. Hex color #78CDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CDA5 is #87325A. Grayscale: #AFAFAF. Windows color (decimal): -8860251 or 10866040. OLE color: 10866040.
HSL color Cylindrical-coordinate representation of color #78CDA5: hue angle of 151.76º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CDA5 is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 205 | 165 | - |
| CMYK | 0.41 | 0 | 0.20 | 0.20 |
| HSL | 151.76º | 0.46% | 0.64% | - |
| HSV(B) | 151.76º | 0.41% | 0.8% | - |
| XYZ | 36.37 | 50.37 | 43.4 | - |
| YUV | 175.03 | 122.34 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 205 | 165 | 0.41 | 0 | 0.20 | 0.20 | 151.76 | 0.46 | 0.64 |
| Hex | 78 | CD | A5 | 29 | 0 | 14 | 14 | 98 | 2E | 40 |
| Octal | 170 | 315 | 245 | 51 | 0 | 24 | 24 | 230 | 56 | 100 |
| Binary | 1111000 | 11001101 | 10100101 | 101001 | 0 | 10100 | 10100 | 10011000 | 101110 | 1000000 |
Color Harmonies of #78CDA5
Complementary color
Monochromatic Colors of #78CDA5
Black with #78CDA5
Text Example
Text Example
White with #78CDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CDA5; }
p { color: rgb(120,205,165); }
H1.HeaderClassName
{
color: #78CDA5;
}
.AnyTagClassName
{
color: #78CDA5;
}
</style>
background-color css
<style>
a { background-color: #78CDA5; }
a { background-color: rgb(120,205,165); }
div.DivClassName
{
background-color: #78CDA5;
}
.BgClassName
{
background-color: #78CDA5;
}
</style>
border-color css
<style>
span { border-color: #78CDA5; }
span { border-color: rgb(120,205,165); }
td.TdClassName
{
border-color: #78CDA5;
}
.TagClassName
{
border-color: #78CDA5;
}
</style>