Shades of Aquamarine #78FED5
Tints of Aquamarine #78FED5
RGB
CMYK
RGB Variations
Color information
#78FED5 (or 0x78FED5) is known color: Aquamarine. HEX triplet: 78, FE and D5. RGB value is (120,254,213). Sum of RGB (Red+Green+Blue) = 120+254+213=587 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.44% from 587); Green value is 254 (99.61% from 255 or 43.27% from 587); Blue value is 213 (83.59% from 255 or 36.29% from 587); Max value from RGB is 254 - color contains mainly: green. Hex color #78FED5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FED5 is #87012A. Grayscale: #D1D1D1. Windows color (decimal): -8847659 or 14024312. OLE color: 14024312.
HSL color Cylindrical-coordinate representation of color #78FED5: hue angle of 161.64º 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 #78FED5 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 120 | 254 | 213 | - |
| CMYK | 0.53 | 0 | 0.16 | 0.00 |
| HSL | 161.64º | 0.99% | 0.73% | - |
| HSV(B) | 161.64º | 0.53% | 1% | - |
| XYZ | 55.2 | 79.68 | 75.42 | - |
| YUV | 209.26 | 130.11 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 254 | 213 | 0.53 | 0 | 0.16 | 0.00 | 161.64 | 0.99 | 0.73 |
| Hex | 78 | FE | D5 | 35 | 0 | 10 | 0 | A2 | 63 | 49 |
| Octal | 170 | 376 | 325 | 65 | 0 | 20 | 0 | 242 | 143 | 111 |
| Binary | 1111000 | 11111110 | 11010101 | 110101 | 0 | 10000 | 0 | 10100010 | 1100011 | 1001001 |
Color Harmonies of #78FED5
Complementary color
Monochromatic Colors of #78FED5
Black with #78FED5
Text Example
Text Example
White with #78FED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FED5; }
p { color: rgb(120,254,213); }
H1.HeaderClassName
{
color: #78FED5;
}
.AnyTagClassName
{
color: #78FED5;
}
</style>
background-color css
<style>
a { background-color: #78FED5; }
a { background-color: rgb(120,254,213); }
div.DivClassName
{
background-color: #78FED5;
}
.BgClassName
{
background-color: #78FED5;
}
</style>
border-color css
<style>
span { border-color: #78FED5; }
span { border-color: rgb(120,254,213); }
td.TdClassName
{
border-color: #78FED5;
}
.TagClassName
{
border-color: #78FED5;
}
</style>