Shades of Aquamarine #78FFDA
Tints of Aquamarine #78FFDA
RGB
CMYK
RGB Variations
Color information
#78FFDA (or 0x78FFDA) is known color: Aquamarine. HEX triplet: 78, FF and DA. RGB value is (120,255,218). Sum of RGB (Red+Green+Blue) = 120+255+218=593 (78% of max value = 765). Red value is 120 (47.27% from 255 or 20.24% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #78FFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FFDA is #870025. Grayscale: #D2D2D2. Windows color (decimal): -8847398 or 14352248. OLE color: 14352248.
HSL color Cylindrical-coordinate representation of color #78FFDA: hue angle of 163.56º 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 #78FFDA is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 255 | 218 | - |
| CMYK | 0.53 | 0 | 0.15 | 0 |
| HSL | 163.56º | 1% | 0.74% | - |
| HSV(B) | 163.56º | 0.53% | 1% | - |
| XYZ | 56.16 | 80.58 | 78.92 | - |
| YUV | 210.42 | 132.27 | 63.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 255 | 218 | 0.53 | 0 | 0.15 | 0 | 163.56 | 1 | 0.74 |
| Hex | 78 | FF | DA | 35 | 0 | F | 0 | A4 | 64 | 4A |
| Octal | 170 | 377 | 332 | 65 | 0 | 17 | 0 | 244 | 144 | 112 |
| Binary | 1111000 | 11111111 | 11011010 | 110101 | 0 | 1111 | 0 | 10100100 | 1100100 | 1001010 |
Color Harmonies of #78FFDA
Complementary color
Monochromatic Colors of #78FFDA
Black with #78FFDA
Text Example
Text Example
White with #78FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FFDA; }
p { color: rgb(120,255,218); }
H1.HeaderClassName
{
color: #78FFDA;
}
.AnyTagClassName
{
color: #78FFDA;
}
</style>
background-color css
<style>
a { background-color: #78FFDA; }
a { background-color: rgb(120,255,218); }
div.DivClassName
{
background-color: #78FFDA;
}
.BgClassName
{
background-color: #78FFDA;
}
</style>
border-color css
<style>
span { border-color: #78FFDA; }
span { border-color: rgb(120,255,218); }
td.TdClassName
{
border-color: #78FFDA;
}
.TagClassName
{
border-color: #78FFDA;
}
</style>