Shades of Aquamarine #78FFC5
Tints of Aquamarine #78FFC5
RGB
CMYK
RGB Variations
Color information
#78FFC5 (or 0x78FFC5) is known color: Aquamarine. HEX triplet: 78, FF and C5. RGB value is (120,255,197). Sum of RGB (Red+Green+Blue) = 120+255+197=572 (75% of max value = 765). Red value is 120 (47.27% from 255 or 20.98% from 572); Green value is 255 (100% from 255 or 44.58% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 255 - color contains mainly: green. Hex color #78FFC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FFC5 is #87003A. Grayscale: #D0D0D0. Windows color (decimal): -8847419 or 12975992. OLE color: 12975992.
HSL color Cylindrical-coordinate representation of color #78FFC5: hue angle of 154.22º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78FFC5 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 255 | 197 | - |
| CMYK | 0.53 | 0 | 0.23 | 0 |
| HSL | 154.22º | 1% | 0.74% | - |
| HSV(B) | 154.22º | 0.53% | 1% | - |
| XYZ | 53.58 | 79.54 | 65.35 | - |
| YUV | 208.02 | 121.77 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 255 | 197 | 0.53 | 0 | 0.23 | 0 | 154.22 | 1 | 0.74 |
| Hex | 78 | FF | C5 | 35 | 0 | 17 | 0 | 9A | 64 | 4A |
| Octal | 170 | 377 | 305 | 65 | 0 | 27 | 0 | 232 | 144 | 112 |
| Binary | 1111000 | 11111111 | 11000101 | 110101 | 0 | 10111 | 0 | 10011010 | 1100100 | 1001010 |
Color Harmonies of #78FFC5
Complementary color
Monochromatic Colors of #78FFC5
Black with #78FFC5
Text Example
Text Example
White with #78FFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FFC5; }
p { color: rgb(120,255,197); }
H1.HeaderClassName
{
color: #78FFC5;
}
.AnyTagClassName
{
color: #78FFC5;
}
</style>
background-color css
<style>
a { background-color: #78FFC5; }
a { background-color: rgb(120,255,197); }
div.DivClassName
{
background-color: #78FFC5;
}
.BgClassName
{
background-color: #78FFC5;
}
</style>
border-color css
<style>
span { border-color: #78FFC5; }
span { border-color: rgb(120,255,197); }
td.TdClassName
{
border-color: #78FFC5;
}
.TagClassName
{
border-color: #78FFC5;
}
</style>