Shades of Aquamarine #78FCDD
Tints of Aquamarine #78FCDD
RGB
CMYK
RGB Variations
Color information
#78FCDD (or 0x78FCDD) is known color: Aquamarine. HEX triplet: 78, FC and DD. RGB value is (120,252,221). Sum of RGB (Red+Green+Blue) = 120+252+221=593 (78% of max value = 765). Red value is 120 (47.27% from 255 or 20.24% from 593); Green value is 252 (98.83% from 255 or 42.50% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 252 - color contains mainly: green. Hex color #78FCDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FCDD is #870322. Grayscale: #D0D0D0. Windows color (decimal): -8848163 or 14548088. OLE color: 14548088.
HSL color Cylindrical-coordinate representation of color #78FCDD: hue angle of 165.91º 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 #78FCDD is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 120 | 252 | 221 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.01 |
| HSL | 165.91º | 0.96% | 0.73% | - |
| HSV(B) | 165.91º | 0.52% | 0.99% | - |
| XYZ | 55.61 | 78.83 | 80.69 | - |
| YUV | 209 | 134.77 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 252 | 221 | 0.52 | 0 | 0.12 | 0.01 | 165.91 | 0.96 | 0.73 |
| Hex | 78 | FC | DD | 34 | 0 | C | 1 | A6 | 60 | 49 |
| Octal | 170 | 374 | 335 | 64 | 0 | 14 | 1 | 246 | 140 | 111 |
| Binary | 1111000 | 11111100 | 11011101 | 110100 | 0 | 1100 | 1 | 10100110 | 1100000 | 1001001 |
Color Harmonies of #78FCDD
Complementary color
Monochromatic Colors of #78FCDD
Black with #78FCDD
Text Example
Text Example
White with #78FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FCDD; }
p { color: rgb(120,252,221); }
H1.HeaderClassName
{
color: #78FCDD;
}
.AnyTagClassName
{
color: #78FCDD;
}
</style>
background-color css
<style>
a { background-color: #78FCDD; }
a { background-color: rgb(120,252,221); }
div.DivClassName
{
background-color: #78FCDD;
}
.BgClassName
{
background-color: #78FCDD;
}
</style>
border-color css
<style>
span { border-color: #78FCDD; }
span { border-color: rgb(120,252,221); }
td.TdClassName
{
border-color: #78FCDD;
}
.TagClassName
{
border-color: #78FCDD;
}
</style>