Shades of Aquamarine #78FADB
Tints of Aquamarine #78FADB
RGB
CMYK
RGB Variations
Color information
#78FADB (or 0x78FADB) is known color: Aquamarine. HEX triplet: 78, FA and DB. RGB value is (120,250,219). Sum of RGB (Red+Green+Blue) = 120+250+219=589 (78% of max value = 765). Red value is 120 (47.27% from 255 or 20.37% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 250 - color contains mainly: green. Hex color #78FADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FADB is #870524. Grayscale: #CFCFCF. Windows color (decimal): -8848677 or 14416504. OLE color: 14416504.
HSL color Cylindrical-coordinate representation of color #78FADB: hue angle of 165.69º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78FADB is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 250 | 219 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.02 |
| HSL | 165.69º | 0.93% | 0.73% | - |
| HSV(B) | 165.69º | 0.52% | 0.98% | - |
| XYZ | 54.72 | 77.48 | 79.09 | - |
| YUV | 207.6 | 134.43 | 65.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 250 | 219 | 0.52 | 0 | 0.12 | 0.02 | 165.69 | 0.93 | 0.73 |
| Hex | 78 | FA | DB | 34 | 0 | C | 2 | A6 | 5D | 49 |
| Octal | 170 | 372 | 333 | 64 | 0 | 14 | 2 | 246 | 135 | 111 |
| Binary | 1111000 | 11111010 | 11011011 | 110100 | 0 | 1100 | 10 | 10100110 | 1011101 | 1001001 |
Color Harmonies of #78FADB
Complementary color
Monochromatic Colors of #78FADB
Black with #78FADB
Text Example
Text Example
White with #78FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FADB; }
p { color: rgb(120,250,219); }
H1.HeaderClassName
{
color: #78FADB;
}
.AnyTagClassName
{
color: #78FADB;
}
</style>
background-color css
<style>
a { background-color: #78FADB; }
a { background-color: rgb(120,250,219); }
div.DivClassName
{
background-color: #78FADB;
}
.BgClassName
{
background-color: #78FADB;
}
</style>
border-color css
<style>
span { border-color: #78FADB; }
span { border-color: rgb(120,250,219); }
td.TdClassName
{
border-color: #78FADB;
}
.TagClassName
{
border-color: #78FADB;
}
</style>