Shades of Aquamarine #78FFD4
Tints of Aquamarine #78FFD4
RGB
CMYK
RGB Variations
Color information
#78FFD4 (or 0x78FFD4) is known color: Aquamarine. HEX triplet: 78, FF and D4. RGB value is (120,255,212). Sum of RGB (Red+Green+Blue) = 120+255+212=587 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.44% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #78FFD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FFD4 is #87002B. Grayscale: #D1D1D1. Windows color (decimal): -8847404 or 13959032. OLE color: 13959032.
HSL color Cylindrical-coordinate representation of color #78FFD4: hue angle of 160.89º 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 #78FFD4 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 255 | 212 | - |
| CMYK | 0.53 | 0 | 0.17 | 0 |
| HSL | 160.89º | 1% | 0.74% | - |
| HSV(B) | 160.89º | 0.53% | 1% | - |
| XYZ | 55.39 | 80.27 | 74.86 | - |
| YUV | 209.73 | 129.27 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 255 | 212 | 0.53 | 0 | 0.17 | 0 | 160.89 | 1 | 0.74 |
| Hex | 78 | FF | D4 | 35 | 0 | 11 | 0 | A1 | 64 | 4A |
| Octal | 170 | 377 | 324 | 65 | 0 | 21 | 0 | 241 | 144 | 112 |
| Binary | 1111000 | 11111111 | 11010100 | 110101 | 0 | 10001 | 0 | 10100001 | 1100100 | 1001010 |
Color Harmonies of #78FFD4
Complementary color
Monochromatic Colors of #78FFD4
Black with #78FFD4
Text Example
Text Example
White with #78FFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FFD4; }
p { color: rgb(120,255,212); }
H1.HeaderClassName
{
color: #78FFD4;
}
.AnyTagClassName
{
color: #78FFD4;
}
</style>
background-color css
<style>
a { background-color: #78FFD4; }
a { background-color: rgb(120,255,212); }
div.DivClassName
{
background-color: #78FFD4;
}
.BgClassName
{
background-color: #78FFD4;
}
</style>
border-color css
<style>
span { border-color: #78FFD4; }
span { border-color: rgb(120,255,212); }
td.TdClassName
{
border-color: #78FFD4;
}
.TagClassName
{
border-color: #78FFD4;
}
</style>