Shades of Aquamarine #78FFDB
Tints of Aquamarine #78FFDB
RGB
CMYK
RGB Variations
Color information
#78FFDB (or 0x78FFDB) is known color: Aquamarine. HEX triplet: 78, FF and DB. RGB value is (120,255,219). Sum of RGB (Red+Green+Blue) = 120+255+219=594 (78% of max value = 765). Red value is 120 (47.27% from 255 or 20.20% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #78FFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FFDB is #870024. Grayscale: #D2D2D2. Windows color (decimal): -8847397 or 14417784. OLE color: 14417784.
HSL color Cylindrical-coordinate representation of color #78FFDB: hue angle of 164º 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 #78FFDB is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 255 | 219 | - |
| CMYK | 0.53 | 0 | 0.14 | 0 |
| HSL | 164º | 1% | 0.74% | - |
| HSV(B) | 164º | 0.53% | 1% | - |
| XYZ | 56.29 | 80.63 | 79.61 | - |
| YUV | 210.53 | 132.77 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 255 | 219 | 0.53 | 0 | 0.14 | 0 | 164 | 1 | 0.74 |
| Hex | 78 | FF | DB | 35 | 0 | E | 0 | A4 | 64 | 4A |
| Octal | 170 | 377 | 333 | 65 | 0 | 16 | 0 | 244 | 144 | 112 |
| Binary | 1111000 | 11111111 | 11011011 | 110101 | 0 | 1110 | 0 | 10100100 | 1100100 | 1001010 |
Color Harmonies of #78FFDB
Complementary color
Monochromatic Colors of #78FFDB
Black with #78FFDB
Text Example
Text Example
White with #78FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FFDB; }
p { color: rgb(120,255,219); }
H1.HeaderClassName
{
color: #78FFDB;
}
.AnyTagClassName
{
color: #78FFDB;
}
</style>
background-color css
<style>
a { background-color: #78FFDB; }
a { background-color: rgb(120,255,219); }
div.DivClassName
{
background-color: #78FFDB;
}
.BgClassName
{
background-color: #78FFDB;
}
</style>
border-color css
<style>
span { border-color: #78FFDB; }
span { border-color: rgb(120,255,219); }
td.TdClassName
{
border-color: #78FFDB;
}
.TagClassName
{
border-color: #78FFDB;
}
</style>