Shades of Aquamarine #78FFD1
Tints of Aquamarine #78FFD1
RGB
CMYK
RGB Variations
Color information
#78FFD1 (or 0x78FFD1) is known color: Aquamarine. HEX triplet: 78, FF and D1. RGB value is (120,255,209). Sum of RGB (Red+Green+Blue) = 120+255+209=584 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.55% from 584); Green value is 255 (100% from 255 or 43.66% from 584); Blue value is 209 (82.03% from 255 or 35.79% from 584); Max value from RGB is 255 - color contains mainly: green. Hex color #78FFD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FFD1 is #87002E. Grayscale: #D1D1D1. Windows color (decimal): -8847407 or 13762424. OLE color: 13762424.
HSL color Cylindrical-coordinate representation of color #78FFD1: hue angle of 159.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 #78FFD1 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 255 | 209 | - |
| CMYK | 0.53 | 0 | 0.18 | 0 |
| HSL | 159.56º | 1% | 0.74% | - |
| HSV(B) | 159.56º | 0.53% | 1% | - |
| XYZ | 55.01 | 80.12 | 72.89 | - |
| YUV | 209.39 | 127.77 | 64.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 255 | 209 | 0.53 | 0 | 0.18 | 0 | 159.56 | 1 | 0.74 |
| Hex | 78 | FF | D1 | 35 | 0 | 12 | 0 | A0 | 64 | 4A |
| Octal | 170 | 377 | 321 | 65 | 0 | 22 | 0 | 240 | 144 | 112 |
| Binary | 1111000 | 11111111 | 11010001 | 110101 | 0 | 10010 | 0 | 10100000 | 1100100 | 1001010 |
Color Harmonies of #78FFD1
Complementary color
Monochromatic Colors of #78FFD1
Black with #78FFD1
Text Example
Text Example
White with #78FFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FFD1; }
p { color: rgb(120,255,209); }
H1.HeaderClassName
{
color: #78FFD1;
}
.AnyTagClassName
{
color: #78FFD1;
}
</style>
background-color css
<style>
a { background-color: #78FFD1; }
a { background-color: rgb(120,255,209); }
div.DivClassName
{
background-color: #78FFD1;
}
.BgClassName
{
background-color: #78FFD1;
}
</style>
border-color css
<style>
span { border-color: #78FFD1; }
span { border-color: rgb(120,255,209); }
td.TdClassName
{
border-color: #78FFD1;
}
.TagClassName
{
border-color: #78FFD1;
}
</style>