Shades of Aquamarine #78EACF
Tints of Aquamarine #78EACF
RGB
CMYK
RGB Variations
Color information
#78EACF (or 0x78EACF) is known color: Aquamarine. HEX triplet: 78, EA and CF. RGB value is (120,234,207). Sum of RGB (Red+Green+Blue) = 120+234+207=561 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.39% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 234 - color contains mainly: green. Hex color #78EACF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78EACF is #871530. Grayscale: #C4C4C4. Windows color (decimal): -8852785 or 13625976. OLE color: 13625976.
HSL color Cylindrical-coordinate representation of color #78EACF: hue angle of 165.79º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78EACF is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 120 | 234 | 207 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.08 |
| HSL | 165.79º | 0.73% | 0.69% | - |
| HSV(B) | 165.79º | 0.49% | 0.92% | - |
| XYZ | 48.43 | 67.34 | 69.48 | - |
| YUV | 196.84 | 133.73 | 73.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 234 | 207 | 0.49 | 0 | 0.12 | 0.08 | 165.79 | 0.73 | 0.69 |
| Hex | 78 | EA | CF | 31 | 0 | C | 8 | A6 | 49 | 45 |
| Octal | 170 | 352 | 317 | 61 | 0 | 14 | 10 | 246 | 111 | 105 |
| Binary | 1111000 | 11101010 | 11001111 | 110001 | 0 | 1100 | 1000 | 10100110 | 1001001 | 1000101 |
Color Harmonies of #78EACF
Complementary color
Monochromatic Colors of #78EACF
Black with #78EACF
Text Example
Text Example
White with #78EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EACF; }
p { color: rgb(120,234,207); }
H1.HeaderClassName
{
color: #78EACF;
}
.AnyTagClassName
{
color: #78EACF;
}
</style>
background-color css
<style>
a { background-color: #78EACF; }
a { background-color: rgb(120,234,207); }
div.DivClassName
{
background-color: #78EACF;
}
.BgClassName
{
background-color: #78EACF;
}
</style>
border-color css
<style>
span { border-color: #78EACF; }
span { border-color: rgb(120,234,207); }
td.TdClassName
{
border-color: #78EACF;
}
.TagClassName
{
border-color: #78EACF;
}
</style>