Shades of Aquamarine #78FFDE
Tints of Aquamarine #78FFDE
RGB
CMYK
RGB Variations
Color information
#78FFDE (or 0x78FFDE) is known color: Aquamarine. HEX triplet: 78, FF and DE. RGB value is (120,255,222). Sum of RGB (Red+Green+Blue) = 120+255+222=597 (79% of max value = 765). Red value is 120 (47.27% from 255 or 20.10% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #78FFDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FFDE is #870021. Grayscale: #D2D2D2. Windows color (decimal): -8847394 or 14614392. OLE color: 14614392.
HSL color Cylindrical-coordinate representation of color #78FFDE: hue angle of 165.33º 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 #78FFDE is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 255 | 222 | - |
| CMYK | 0.53 | 0 | 0.13 | 0 |
| HSL | 165.33º | 1% | 0.74% | - |
| HSV(B) | 165.33º | 0.53% | 1% | - |
| XYZ | 56.69 | 80.79 | 81.71 | - |
| YUV | 210.87 | 134.27 | 63.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 255 | 222 | 0.53 | 0 | 0.13 | 0 | 165.33 | 1 | 0.74 |
| Hex | 78 | FF | DE | 35 | 0 | D | 0 | A5 | 64 | 4A |
| Octal | 170 | 377 | 336 | 65 | 0 | 15 | 0 | 245 | 144 | 112 |
| Binary | 1111000 | 11111111 | 11011110 | 110101 | 0 | 1101 | 0 | 10100101 | 1100100 | 1001010 |
Color Harmonies of #78FFDE
Complementary color
Monochromatic Colors of #78FFDE
Black with #78FFDE
Text Example
Text Example
White with #78FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FFDE; }
p { color: rgb(120,255,222); }
H1.HeaderClassName
{
color: #78FFDE;
}
.AnyTagClassName
{
color: #78FFDE;
}
</style>
background-color css
<style>
a { background-color: #78FFDE; }
a { background-color: rgb(120,255,222); }
div.DivClassName
{
background-color: #78FFDE;
}
.BgClassName
{
background-color: #78FFDE;
}
</style>
border-color css
<style>
span { border-color: #78FFDE; }
span { border-color: rgb(120,255,222); }
td.TdClassName
{
border-color: #78FFDE;
}
.TagClassName
{
border-color: #78FFDE;
}
</style>