Shades of Aquamarine #78FFDC
Tints of Aquamarine #78FFDC
RGB
CMYK
RGB Variations
Color information
#78FFDC (or 0x78FFDC) is known color: Aquamarine. HEX triplet: 78, FF and DC. RGB value is (120,255,220). Sum of RGB (Red+Green+Blue) = 120+255+220=595 (78% of max value = 765). Red value is 120 (47.27% from 255 or 20.17% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #78FFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FFDC is #870023. Grayscale: #D2D2D2. Windows color (decimal): -8847396 or 14483320. OLE color: 14483320.
HSL color Cylindrical-coordinate representation of color #78FFDC: hue angle of 164.44º 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 #78FFDC is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 255 | 220 | - |
| CMYK | 0.53 | 0 | 0.14 | 0 |
| HSL | 164.44º | 1% | 0.74% | - |
| HSV(B) | 164.44º | 0.53% | 1% | - |
| XYZ | 56.42 | 80.68 | 80.31 | - |
| YUV | 210.65 | 133.27 | 63.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 255 | 220 | 0.53 | 0 | 0.14 | 0 | 164.44 | 1 | 0.74 |
| Hex | 78 | FF | DC | 35 | 0 | E | 0 | A4 | 64 | 4A |
| Octal | 170 | 377 | 334 | 65 | 0 | 16 | 0 | 244 | 144 | 112 |
| Binary | 1111000 | 11111111 | 11011100 | 110101 | 0 | 1110 | 0 | 10100100 | 1100100 | 1001010 |
Color Harmonies of #78FFDC
Complementary color
Monochromatic Colors of #78FFDC
Black with #78FFDC
Text Example
Text Example
White with #78FFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FFDC; }
p { color: rgb(120,255,220); }
H1.HeaderClassName
{
color: #78FFDC;
}
.AnyTagClassName
{
color: #78FFDC;
}
</style>
background-color css
<style>
a { background-color: #78FFDC; }
a { background-color: rgb(120,255,220); }
div.DivClassName
{
background-color: #78FFDC;
}
.BgClassName
{
background-color: #78FFDC;
}
</style>
border-color css
<style>
span { border-color: #78FFDC; }
span { border-color: rgb(120,255,220); }
td.TdClassName
{
border-color: #78FFDC;
}
.TagClassName
{
border-color: #78FFDC;
}
</style>