Shades of Aquamarine #78FADE
Tints of Aquamarine #78FADE
RGB
CMYK
RGB Variations
Color information
#78FADE (or 0x78FADE) is known color: Aquamarine. HEX triplet: 78, FA and DE. RGB value is (120,250,222). Sum of RGB (Red+Green+Blue) = 120+250+222=592 (78% of max value = 765). Red value is 120 (47.27% from 255 or 20.27% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #78FADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FADE is #870521. Grayscale: #CFCFCF. Windows color (decimal): -8848674 or 14613112. OLE color: 14613112.
HSL color Cylindrical-coordinate representation of color #78FADE: hue angle of 167.08º degrees, saturation: 0.93, 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 #78FADE is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 250 | 222 | - |
| CMYK | 0.52 | 0 | 0.11 | 0.02 |
| HSL | 167.08º | 0.93% | 0.73% | - |
| HSV(B) | 167.08º | 0.52% | 0.98% | - |
| XYZ | 55.12 | 77.64 | 81.19 | - |
| YUV | 207.94 | 135.93 | 65.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 250 | 222 | 0.52 | 0 | 0.11 | 0.02 | 167.08 | 0.93 | 0.73 |
| Hex | 78 | FA | DE | 34 | 0 | B | 2 | A7 | 5D | 49 |
| Octal | 170 | 372 | 336 | 64 | 0 | 13 | 2 | 247 | 135 | 111 |
| Binary | 1111000 | 11111010 | 11011110 | 110100 | 0 | 1011 | 10 | 10100111 | 1011101 | 1001001 |
Color Harmonies of #78FADE
Complementary color
Monochromatic Colors of #78FADE
Black with #78FADE
Text Example
Text Example
White with #78FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FADE; }
p { color: rgb(120,250,222); }
H1.HeaderClassName
{
color: #78FADE;
}
.AnyTagClassName
{
color: #78FADE;
}
</style>
background-color css
<style>
a { background-color: #78FADE; }
a { background-color: rgb(120,250,222); }
div.DivClassName
{
background-color: #78FADE;
}
.BgClassName
{
background-color: #78FADE;
}
</style>
border-color css
<style>
span { border-color: #78FADE; }
span { border-color: rgb(120,250,222); }
td.TdClassName
{
border-color: #78FADE;
}
.TagClassName
{
border-color: #78FADE;
}
</style>