Shades of Aquamarine #78FCD5
Tints of Aquamarine #78FCD5
RGB
CMYK
RGB Variations
Color information
#78FCD5 (or 0x78FCD5) is known color: Aquamarine. HEX triplet: 78, FC and D5. RGB value is (120,252,213). Sum of RGB (Red+Green+Blue) = 120+252+213=585 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.51% from 585); Green value is 252 (98.83% from 255 or 43.08% from 585); Blue value is 213 (83.59% from 255 or 36.41% from 585); Max value from RGB is 252 - color contains mainly: green. Hex color #78FCD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FCD5 is #87032A. Grayscale: #D0D0D0. Windows color (decimal): -8848171 or 14023800. OLE color: 14023800.
HSL color Cylindrical-coordinate representation of color #78FCD5: hue angle of 162.27º 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 #78FCD5 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 120 | 252 | 213 | - |
| CMYK | 0.52 | 0 | 0.15 | 0.01 |
| HSL | 162.27º | 0.96% | 0.73% | - |
| HSV(B) | 162.27º | 0.52% | 0.99% | - |
| XYZ | 54.57 | 78.42 | 75.21 | - |
| YUV | 208.09 | 130.77 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 252 | 213 | 0.52 | 0 | 0.15 | 0.01 | 162.27 | 0.96 | 0.73 |
| Hex | 78 | FC | D5 | 34 | 0 | F | 1 | A2 | 60 | 49 |
| Octal | 170 | 374 | 325 | 64 | 0 | 17 | 1 | 242 | 140 | 111 |
| Binary | 1111000 | 11111100 | 11010101 | 110100 | 0 | 1111 | 1 | 10100010 | 1100000 | 1001001 |
Color Harmonies of #78FCD5
Complementary color
Monochromatic Colors of #78FCD5
Black with #78FCD5
Text Example
Text Example
White with #78FCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FCD5; }
p { color: rgb(120,252,213); }
H1.HeaderClassName
{
color: #78FCD5;
}
.AnyTagClassName
{
color: #78FCD5;
}
</style>
background-color css
<style>
a { background-color: #78FCD5; }
a { background-color: rgb(120,252,213); }
div.DivClassName
{
background-color: #78FCD5;
}
.BgClassName
{
background-color: #78FCD5;
}
</style>
border-color css
<style>
span { border-color: #78FCD5; }
span { border-color: rgb(120,252,213); }
td.TdClassName
{
border-color: #78FCD5;
}
.TagClassName
{
border-color: #78FCD5;
}
</style>