Shades of Aquamarine #78FED0
Tints of Aquamarine #78FED0
RGB
CMYK
RGB Variations
Color information
#78FED0 (or 0x78FED0) is known color: Aquamarine. HEX triplet: 78, FE and D0. RGB value is (120,254,208). Sum of RGB (Red+Green+Blue) = 120+254+208=582 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.62% from 582); Green value is 254 (99.61% from 255 or 43.64% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 254 - color contains mainly: green. Hex color #78FED0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FED0 is #87012F. Grayscale: #D0D0D0. Windows color (decimal): -8847664 or 13696632. OLE color: 13696632.
HSL color Cylindrical-coordinate representation of color #78FED0: hue angle of 159.4º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78FED0 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 120 | 254 | 208 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.00 |
| HSL | 159.4º | 0.99% | 0.73% | - |
| HSV(B) | 159.4º | 0.53% | 1% | - |
| XYZ | 54.57 | 79.43 | 72.13 | - |
| YUV | 208.69 | 127.61 | 64.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 254 | 208 | 0.53 | 0 | 0.18 | 0.00 | 159.4 | 0.99 | 0.73 |
| Hex | 78 | FE | D0 | 35 | 0 | 12 | 0 | 9F | 63 | 49 |
| Octal | 170 | 376 | 320 | 65 | 0 | 22 | 0 | 237 | 143 | 111 |
| Binary | 1111000 | 11111110 | 11010000 | 110101 | 0 | 10010 | 0 | 10011111 | 1100011 | 1001001 |
Color Harmonies of #78FED0
Complementary color
Monochromatic Colors of #78FED0
Black with #78FED0
Text Example
Text Example
White with #78FED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FED0; }
p { color: rgb(120,254,208); }
H1.HeaderClassName
{
color: #78FED0;
}
.AnyTagClassName
{
color: #78FED0;
}
</style>
background-color css
<style>
a { background-color: #78FED0; }
a { background-color: rgb(120,254,208); }
div.DivClassName
{
background-color: #78FED0;
}
.BgClassName
{
background-color: #78FED0;
}
</style>
border-color css
<style>
span { border-color: #78FED0; }
span { border-color: rgb(120,254,208); }
td.TdClassName
{
border-color: #78FED0;
}
.TagClassName
{
border-color: #78FED0;
}
</style>