Shades of Medium Aquamarine #78CEA8
Tints of Medium Aquamarine #78CEA8
RGB
CMYK
RGB Variations
Color information
#78CEA8 (or 0x78CEA8) is known color: Medium Aquamarine. HEX triplet: 78, CE and A8. RGB value is (120,206,168). Sum of RGB (Red+Green+Blue) = 120+206+168=494 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.29% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 206 - color contains mainly: green. Hex color #78CEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CEA8 is #873157. Grayscale: #B0B0B0. Windows color (decimal): -8859992 or 11062904. OLE color: 11062904.
HSL color Cylindrical-coordinate representation of color #78CEA8: hue angle of 153.49º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78CEA8 is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 206 | 168 | - |
| CMYK | 0.42 | 0 | 0.18 | 0.19 |
| HSL | 153.49º | 0.47% | 0.64% | - |
| HSV(B) | 153.49º | 0.42% | 0.81% | - |
| XYZ | 36.88 | 50.96 | 44.94 | - |
| YUV | 175.95 | 123.51 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 206 | 168 | 0.42 | 0 | 0.18 | 0.19 | 153.49 | 0.47 | 0.64 |
| Hex | 78 | CE | A8 | 2A | 0 | 12 | 13 | 99 | 2F | 40 |
| Octal | 170 | 316 | 250 | 52 | 0 | 22 | 23 | 231 | 57 | 100 |
| Binary | 1111000 | 11001110 | 10101000 | 101010 | 0 | 10010 | 10011 | 10011001 | 101111 | 1000000 |
Color Harmonies of #78CEA8
Complementary color
Monochromatic Colors of #78CEA8
Black with #78CEA8
Text Example
Text Example
White with #78CEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CEA8; }
p { color: rgb(120,206,168); }
H1.HeaderClassName
{
color: #78CEA8;
}
.AnyTagClassName
{
color: #78CEA8;
}
</style>
background-color css
<style>
a { background-color: #78CEA8; }
a { background-color: rgb(120,206,168); }
div.DivClassName
{
background-color: #78CEA8;
}
.BgClassName
{
background-color: #78CEA8;
}
</style>
border-color css
<style>
span { border-color: #78CEA8; }
span { border-color: rgb(120,206,168); }
td.TdClassName
{
border-color: #78CEA8;
}
.TagClassName
{
border-color: #78CEA8;
}
</style>