Shades of Medium Aquamarine #78C6A2
Tints of Medium Aquamarine #78C6A2
RGB
CMYK
RGB Variations
Color information
#78C6A2 (or 0x78C6A2) is known color: Medium Aquamarine. HEX triplet: 78, C6 and A2. RGB value is (120,198,162). Sum of RGB (Red+Green+Blue) = 120+198+162=480 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 198 - color contains mainly: green. Hex color #78C6A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C6A2 is #87395D. Grayscale: #AAAAAA. Windows color (decimal): -8862046 or 10667640. OLE color: 10667640.
HSL color Cylindrical-coordinate representation of color #78C6A2: hue angle of 152.31º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78C6A2 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 198 | 162 | - |
| CMYK | 0.39 | 0 | 0.18 | 0.22 |
| HSL | 152.31º | 0.41% | 0.62% | - |
| HSV(B) | 152.31º | 0.39% | 0.78% | - |
| XYZ | 34.46 | 46.99 | 41.44 | - |
| YUV | 170.57 | 123.16 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 198 | 162 | 0.39 | 0 | 0.18 | 0.22 | 152.31 | 0.41 | 0.62 |
| Hex | 78 | C6 | A2 | 27 | 0 | 12 | 16 | 98 | 29 | 3E |
| Octal | 170 | 306 | 242 | 47 | 0 | 22 | 26 | 230 | 51 | 76 |
| Binary | 1111000 | 11000110 | 10100010 | 100111 | 0 | 10010 | 10110 | 10011000 | 101001 | 111110 |
Color Harmonies of #78C6A2
Complementary color
Monochromatic Colors of #78C6A2
Black with #78C6A2
Text Example
Text Example
White with #78C6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C6A2; }
p { color: rgb(120,198,162); }
H1.HeaderClassName
{
color: #78C6A2;
}
.AnyTagClassName
{
color: #78C6A2;
}
</style>
background-color css
<style>
a { background-color: #78C6A2; }
a { background-color: rgb(120,198,162); }
div.DivClassName
{
background-color: #78C6A2;
}
.BgClassName
{
background-color: #78C6A2;
}
</style>
border-color css
<style>
span { border-color: #78C6A2; }
span { border-color: rgb(120,198,162); }
td.TdClassName
{
border-color: #78C6A2;
}
.TagClassName
{
border-color: #78C6A2;
}
</style>