Shades of Aquamarine #78FCDB
Tints of Aquamarine #78FCDB
RGB
CMYK
RGB Variations
Color information
#78FCDB (or 0x78FCDB) is known color: Aquamarine. HEX triplet: 78, FC and DB. RGB value is (120,252,219). Sum of RGB (Red+Green+Blue) = 120+252+219=591 (78% of max value = 765). Red value is 120 (47.27% from 255 or 20.30% from 591); Green value is 252 (98.83% from 255 or 42.64% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 252 - color contains mainly: green. Hex color #78FCDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FCDB is #870324. Grayscale: #D0D0D0. Windows color (decimal): -8848165 or 14417016. OLE color: 14417016.
HSL color Cylindrical-coordinate representation of color #78FCDB: hue angle of 165º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78FCDB is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 120 | 252 | 219 | - |
| CMYK | 0.52 | 0 | 0.13 | 0.01 |
| HSL | 165º | 0.96% | 0.73% | - |
| HSV(B) | 165º | 0.52% | 0.99% | - |
| XYZ | 55.34 | 78.73 | 79.3 | - |
| YUV | 208.77 | 133.77 | 64.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 252 | 219 | 0.52 | 0 | 0.13 | 0.01 | 165 | 0.96 | 0.73 |
| Hex | 78 | FC | DB | 34 | 0 | D | 1 | A5 | 60 | 49 |
| Octal | 170 | 374 | 333 | 64 | 0 | 15 | 1 | 245 | 140 | 111 |
| Binary | 1111000 | 11111100 | 11011011 | 110100 | 0 | 1101 | 1 | 10100101 | 1100000 | 1001001 |
Color Harmonies of #78FCDB
Complementary color
Monochromatic Colors of #78FCDB
Black with #78FCDB
Text Example
Text Example
White with #78FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FCDB; }
p { color: rgb(120,252,219); }
H1.HeaderClassName
{
color: #78FCDB;
}
.AnyTagClassName
{
color: #78FCDB;
}
</style>
background-color css
<style>
a { background-color: #78FCDB; }
a { background-color: rgb(120,252,219); }
div.DivClassName
{
background-color: #78FCDB;
}
.BgClassName
{
background-color: #78FCDB;
}
</style>
border-color css
<style>
span { border-color: #78FCDB; }
span { border-color: rgb(120,252,219); }
td.TdClassName
{
border-color: #78FCDB;
}
.TagClassName
{
border-color: #78FCDB;
}
</style>