Shades of Aquamarine #78FCD4
Tints of Aquamarine #78FCD4
RGB
CMYK
RGB Variations
Color information
#78FCD4 (or 0x78FCD4) is known color: Aquamarine. HEX triplet: 78, FC and D4. RGB value is (120,252,212). Sum of RGB (Red+Green+Blue) = 120+252+212=584 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.55% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 212 (83.20% from 255 or 36.30% from 584); Max value from RGB is 252 - color contains mainly: green. Hex color #78FCD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FCD4 is #87032B. Grayscale: #CFCFCF. Windows color (decimal): -8848172 or 13958264. OLE color: 13958264.
HSL color Cylindrical-coordinate representation of color #78FCD4: hue angle of 161.82º 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 #78FCD4 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 120 | 252 | 212 | - |
| CMYK | 0.52 | 0 | 0.16 | 0.01 |
| HSL | 161.82º | 0.96% | 0.73% | - |
| HSV(B) | 161.82º | 0.52% | 0.99% | - |
| XYZ | 54.44 | 78.37 | 74.54 | - |
| YUV | 207.97 | 130.27 | 65.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 252 | 212 | 0.52 | 0 | 0.16 | 0.01 | 161.82 | 0.96 | 0.73 |
| Hex | 78 | FC | D4 | 34 | 0 | 10 | 1 | A2 | 60 | 49 |
| Octal | 170 | 374 | 324 | 64 | 0 | 20 | 1 | 242 | 140 | 111 |
| Binary | 1111000 | 11111100 | 11010100 | 110100 | 0 | 10000 | 1 | 10100010 | 1100000 | 1001001 |
Color Harmonies of #78FCD4
Complementary color
Monochromatic Colors of #78FCD4
Black with #78FCD4
Text Example
Text Example
White with #78FCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FCD4; }
p { color: rgb(120,252,212); }
H1.HeaderClassName
{
color: #78FCD4;
}
.AnyTagClassName
{
color: #78FCD4;
}
</style>
background-color css
<style>
a { background-color: #78FCD4; }
a { background-color: rgb(120,252,212); }
div.DivClassName
{
background-color: #78FCD4;
}
.BgClassName
{
background-color: #78FCD4;
}
</style>
border-color css
<style>
span { border-color: #78FCD4; }
span { border-color: rgb(120,252,212); }
td.TdClassName
{
border-color: #78FCD4;
}
.TagClassName
{
border-color: #78FCD4;
}
</style>