Shades of Aquamarine #78FFD7
Tints of Aquamarine #78FFD7
RGB
CMYK
RGB Variations
Color information
#78FFD7 (or 0x78FFD7) is known color: Aquamarine. HEX triplet: 78, FF and D7. RGB value is (120,255,215). Sum of RGB (Red+Green+Blue) = 120+255+215=590 (78% of max value = 765). Red value is 120 (47.27% from 255 or 20.34% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 215 (84.38% from 255 or 36.44% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #78FFD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FFD7 is #870028. Grayscale: #D2D2D2. Windows color (decimal): -8847401 or 14155640. OLE color: 14155640.
HSL color Cylindrical-coordinate representation of color #78FFD7: hue angle of 162.22º 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 #78FFD7 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 255 | 215 | - |
| CMYK | 0.53 | 0 | 0.16 | 0 |
| HSL | 162.22º | 1% | 0.74% | - |
| HSV(B) | 162.22º | 0.53% | 1% | - |
| XYZ | 55.77 | 80.42 | 76.87 | - |
| YUV | 210.08 | 130.77 | 63.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 255 | 215 | 0.53 | 0 | 0.16 | 0 | 162.22 | 1 | 0.74 |
| Hex | 78 | FF | D7 | 35 | 0 | 10 | 0 | A2 | 64 | 4A |
| Octal | 170 | 377 | 327 | 65 | 0 | 20 | 0 | 242 | 144 | 112 |
| Binary | 1111000 | 11111111 | 11010111 | 110101 | 0 | 10000 | 0 | 10100010 | 1100100 | 1001010 |
Color Harmonies of #78FFD7
Complementary color
Monochromatic Colors of #78FFD7
Black with #78FFD7
Text Example
Text Example
White with #78FFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FFD7; }
p { color: rgb(120,255,215); }
H1.HeaderClassName
{
color: #78FFD7;
}
.AnyTagClassName
{
color: #78FFD7;
}
</style>
background-color css
<style>
a { background-color: #78FFD7; }
a { background-color: rgb(120,255,215); }
div.DivClassName
{
background-color: #78FFD7;
}
.BgClassName
{
background-color: #78FFD7;
}
</style>
border-color css
<style>
span { border-color: #78FFD7; }
span { border-color: rgb(120,255,215); }
td.TdClassName
{
border-color: #78FFD7;
}
.TagClassName
{
border-color: #78FFD7;
}
</style>