Shades of Aquamarine #78FFBE
Tints of Aquamarine #78FFBE
RGB
CMYK
RGB Variations
Color information
#78FFBE (or 0x78FFBE) is known color: Aquamarine. HEX triplet: 78, FF and BE. RGB value is (120,255,190). Sum of RGB (Red+Green+Blue) = 120+255+190=565 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.24% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #78FFBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FFBE is #870041. Grayscale: #CFCFCF. Windows color (decimal): -8847426 or 12517240. OLE color: 12517240.
HSL color Cylindrical-coordinate representation of color #78FFBE: hue angle of 151.11º 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 #78FFBE is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 255 | 190 | - |
| CMYK | 0.53 | 0 | 0.25 | 0 |
| HSL | 151.11º | 1% | 0.74% | - |
| HSV(B) | 151.11º | 0.53% | 1% | - |
| XYZ | 52.8 | 79.23 | 61.23 | - |
| YUV | 207.23 | 118.27 | 65.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 255 | 190 | 0.53 | 0 | 0.25 | 0 | 151.11 | 1 | 0.74 |
| Hex | 78 | FF | BE | 35 | 0 | 19 | 0 | 97 | 64 | 4A |
| Octal | 170 | 377 | 276 | 65 | 0 | 31 | 0 | 227 | 144 | 112 |
| Binary | 1111000 | 11111111 | 10111110 | 110101 | 0 | 11001 | 0 | 10010111 | 1100100 | 1001010 |
Color Harmonies of #78FFBE
Complementary color
Monochromatic Colors of #78FFBE
Black with #78FFBE
Text Example
Text Example
White with #78FFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FFBE; }
p { color: rgb(120,255,190); }
H1.HeaderClassName
{
color: #78FFBE;
}
.AnyTagClassName
{
color: #78FFBE;
}
</style>
background-color css
<style>
a { background-color: #78FFBE; }
a { background-color: rgb(120,255,190); }
div.DivClassName
{
background-color: #78FFBE;
}
.BgClassName
{
background-color: #78FFBE;
}
</style>
border-color css
<style>
span { border-color: #78FFBE; }
span { border-color: rgb(120,255,190); }
td.TdClassName
{
border-color: #78FFBE;
}
.TagClassName
{
border-color: #78FFBE;
}
</style>