Shades of Aquamarine #78FFBF
Tints of Aquamarine #78FFBF
RGB
CMYK
RGB Variations
Color information
#78FFBF (or 0x78FFBF) is known color: Aquamarine. HEX triplet: 78, FF and BF. RGB value is (120,255,191). Sum of RGB (Red+Green+Blue) = 120+255+191=566 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.20% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #78FFBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FFBF is #870040. Grayscale: #CFCFCF. Windows color (decimal): -8847425 or 12582776. OLE color: 12582776.
HSL color Cylindrical-coordinate representation of color #78FFBF: hue angle of 151.56º 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 #78FFBF is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 255 | 191 | - |
| CMYK | 0.53 | 0 | 0.25 | 0 |
| HSL | 151.56º | 1% | 0.74% | - |
| HSV(B) | 151.56º | 0.53% | 1% | - |
| XYZ | 52.91 | 79.27 | 61.8 | - |
| YUV | 207.34 | 118.77 | 65.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 255 | 191 | 0.53 | 0 | 0.25 | 0 | 151.56 | 1 | 0.74 |
| Hex | 78 | FF | BF | 35 | 0 | 19 | 0 | 98 | 64 | 4A |
| Octal | 170 | 377 | 277 | 65 | 0 | 31 | 0 | 230 | 144 | 112 |
| Binary | 1111000 | 11111111 | 10111111 | 110101 | 0 | 11001 | 0 | 10011000 | 1100100 | 1001010 |
Color Harmonies of #78FFBF
Complementary color
Monochromatic Colors of #78FFBF
Black with #78FFBF
Text Example
Text Example
White with #78FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FFBF; }
p { color: rgb(120,255,191); }
H1.HeaderClassName
{
color: #78FFBF;
}
.AnyTagClassName
{
color: #78FFBF;
}
</style>
background-color css
<style>
a { background-color: #78FFBF; }
a { background-color: rgb(120,255,191); }
div.DivClassName
{
background-color: #78FFBF;
}
.BgClassName
{
background-color: #78FFBF;
}
</style>
border-color css
<style>
span { border-color: #78FFBF; }
span { border-color: rgb(120,255,191); }
td.TdClassName
{
border-color: #78FFBF;
}
.TagClassName
{
border-color: #78FFBF;
}
</style>