Shades of Medium Aquamarine #78CAA0
Tints of Medium Aquamarine #78CAA0
RGB
CMYK
RGB Variations
Color information
#78CAA0 (or 0x78CAA0) is known color: Medium Aquamarine. HEX triplet: 78, CA and A0. RGB value is (120,202,160). Sum of RGB (Red+Green+Blue) = 120+202+160=482 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.90% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #78CAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CAA0 is #87355F. Grayscale: #ACACAC. Windows color (decimal): -8861024 or 10537592. OLE color: 10537592.
HSL color Cylindrical-coordinate representation of color #78CAA0: hue angle of 149.27º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CAA0 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 202 | 160 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.21 |
| HSL | 149.27º | 0.44% | 0.63% | - |
| HSV(B) | 149.27º | 0.41% | 0.79% | - |
| XYZ | 35.21 | 48.77 | 40.82 | - |
| YUV | 172.69 | 120.83 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 202 | 160 | 0.41 | 0 | 0.21 | 0.21 | 149.27 | 0.44 | 0.63 |
| Hex | 78 | CA | A0 | 29 | 0 | 15 | 15 | 95 | 2C | 3F |
| Octal | 170 | 312 | 240 | 51 | 0 | 25 | 25 | 225 | 54 | 77 |
| Binary | 1111000 | 11001010 | 10100000 | 101001 | 0 | 10101 | 10101 | 10010101 | 101100 | 111111 |
Color Harmonies of #78CAA0
Complementary color
Monochromatic Colors of #78CAA0
Black with #78CAA0
Text Example
Text Example
White with #78CAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CAA0; }
p { color: rgb(120,202,160); }
H1.HeaderClassName
{
color: #78CAA0;
}
.AnyTagClassName
{
color: #78CAA0;
}
</style>
background-color css
<style>
a { background-color: #78CAA0; }
a { background-color: rgb(120,202,160); }
div.DivClassName
{
background-color: #78CAA0;
}
.BgClassName
{
background-color: #78CAA0;
}
</style>
border-color css
<style>
span { border-color: #78CAA0; }
span { border-color: rgb(120,202,160); }
td.TdClassName
{
border-color: #78CAA0;
}
.TagClassName
{
border-color: #78CAA0;
}
</style>