Shades of Medium Aquamarine #78CCA2
Tints of Medium Aquamarine #78CCA2
RGB
CMYK
RGB Variations
Color information
#78CCA2 (or 0x78CCA2) is known color: Medium Aquamarine. HEX triplet: 78, CC and A2. RGB value is (120,204,162). Sum of RGB (Red+Green+Blue) = 120+204+162=486 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.69% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 162 (63.67% from 255 or 33.33% from 486); Max value from RGB is 204 - color contains mainly: green. Hex color #78CCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CCA2 is #87335D. Grayscale: #AEAEAE. Windows color (decimal): -8860510 or 10669176. OLE color: 10669176.
HSL color Cylindrical-coordinate representation of color #78CCA2: hue angle of 150º degrees, saturation: 0.45, 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 #78CCA2 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 204 | 162 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.2 |
| HSL | 150º | 0.45% | 0.64% | - |
| HSV(B) | 150º | 0.41% | 0.8% | - |
| XYZ | 35.86 | 49.79 | 41.9 | - |
| YUV | 174.1 | 121.17 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 204 | 162 | 0.41 | 0 | 0.21 | 0.2 | 150 | 0.45 | 0.64 |
| Hex | 78 | CC | A2 | 29 | 0 | 15 | 14 | 96 | 2D | 40 |
| Octal | 170 | 314 | 242 | 51 | 0 | 25 | 24 | 226 | 55 | 100 |
| Binary | 1111000 | 11001100 | 10100010 | 101001 | 0 | 10101 | 10100 | 10010110 | 101101 | 1000000 |
Color Harmonies of #78CCA2
Complementary color
Monochromatic Colors of #78CCA2
Black with #78CCA2
Text Example
Text Example
White with #78CCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CCA2; }
p { color: rgb(120,204,162); }
H1.HeaderClassName
{
color: #78CCA2;
}
.AnyTagClassName
{
color: #78CCA2;
}
</style>
background-color css
<style>
a { background-color: #78CCA2; }
a { background-color: rgb(120,204,162); }
div.DivClassName
{
background-color: #78CCA2;
}
.BgClassName
{
background-color: #78CCA2;
}
</style>
border-color css
<style>
span { border-color: #78CCA2; }
span { border-color: rgb(120,204,162); }
td.TdClassName
{
border-color: #78CCA2;
}
.TagClassName
{
border-color: #78CCA2;
}
</style>