Shades of Aquamarine #78FBDB
Tints of Aquamarine #78FBDB
RGB
CMYK
RGB Variations
Color information
#78FBDB (or 0x78FBDB) is known color: Aquamarine. HEX triplet: 78, FB and DB. RGB value is (120,251,219). Sum of RGB (Red+Green+Blue) = 120+251+219=590 (78% of max value = 765). Red value is 120 (47.27% from 255 or 20.34% from 590); Green value is 251 (98.44% from 255 or 42.54% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 251 - color contains mainly: green. Hex color #78FBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FBDB is #870424. Grayscale: #D0D0D0. Windows color (decimal): -8848421 or 14416760. OLE color: 14416760.
HSL color Cylindrical-coordinate representation of color #78FBDB: hue angle of 165.34º degrees, saturation: 0.94, 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 #78FBDB is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 251 | 219 | - |
| CMYK | 0.52 | 0 | 0.13 | 0.02 |
| HSL | 165.34º | 0.94% | 0.73% | - |
| HSV(B) | 165.34º | 0.52% | 0.98% | - |
| XYZ | 55.03 | 78.1 | 79.19 | - |
| YUV | 208.18 | 134.1 | 65.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 251 | 219 | 0.52 | 0 | 0.13 | 0.02 | 165.34 | 0.94 | 0.73 |
| Hex | 78 | FB | DB | 34 | 0 | D | 2 | A5 | 5E | 49 |
| Octal | 170 | 373 | 333 | 64 | 0 | 15 | 2 | 245 | 136 | 111 |
| Binary | 1111000 | 11111011 | 11011011 | 110100 | 0 | 1101 | 10 | 10100101 | 1011110 | 1001001 |
Color Harmonies of #78FBDB
Complementary color
Monochromatic Colors of #78FBDB
Black with #78FBDB
Text Example
Text Example
White with #78FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FBDB; }
p { color: rgb(120,251,219); }
H1.HeaderClassName
{
color: #78FBDB;
}
.AnyTagClassName
{
color: #78FBDB;
}
</style>
background-color css
<style>
a { background-color: #78FBDB; }
a { background-color: rgb(120,251,219); }
div.DivClassName
{
background-color: #78FBDB;
}
.BgClassName
{
background-color: #78FBDB;
}
</style>
border-color css
<style>
span { border-color: #78FBDB; }
span { border-color: rgb(120,251,219); }
td.TdClassName
{
border-color: #78FBDB;
}
.TagClassName
{
border-color: #78FBDB;
}
</style>