Shades of Aquamarine #78FFCE
Tints of Aquamarine #78FFCE
RGB
CMYK
RGB Variations
Color information
#78FFCE (or 0x78FFCE) is known color: Aquamarine. HEX triplet: 78, FF and CE. RGB value is (120,255,206). Sum of RGB (Red+Green+Blue) = 120+255+206=581 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.65% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #78FFCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FFCE is #870031. Grayscale: #D1D1D1. Windows color (decimal): -8847410 or 13565816. OLE color: 13565816.
HSL color Cylindrical-coordinate representation of color #78FFCE: hue angle of 158.22º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78FFCE is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 255 | 206 | - |
| CMYK | 0.53 | 0 | 0.19 | 0 |
| HSL | 158.22º | 1% | 0.74% | - |
| HSV(B) | 158.22º | 0.53% | 1% | - |
| XYZ | 54.65 | 79.97 | 70.95 | - |
| YUV | 209.05 | 126.27 | 64.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 255 | 206 | 0.53 | 0 | 0.19 | 0 | 158.22 | 1 | 0.74 |
| Hex | 78 | FF | CE | 35 | 0 | 13 | 0 | 9E | 64 | 4A |
| Octal | 170 | 377 | 316 | 65 | 0 | 23 | 0 | 236 | 144 | 112 |
| Binary | 1111000 | 11111111 | 11001110 | 110101 | 0 | 10011 | 0 | 10011110 | 1100100 | 1001010 |
Color Harmonies of #78FFCE
Complementary color
Monochromatic Colors of #78FFCE
Black with #78FFCE
Text Example
Text Example
White with #78FFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FFCE; }
p { color: rgb(120,255,206); }
H1.HeaderClassName
{
color: #78FFCE;
}
.AnyTagClassName
{
color: #78FFCE;
}
</style>
background-color css
<style>
a { background-color: #78FFCE; }
a { background-color: rgb(120,255,206); }
div.DivClassName
{
background-color: #78FFCE;
}
.BgClassName
{
background-color: #78FFCE;
}
</style>
border-color css
<style>
span { border-color: #78FFCE; }
span { border-color: rgb(120,255,206); }
td.TdClassName
{
border-color: #78FFCE;
}
.TagClassName
{
border-color: #78FFCE;
}
</style>