Shades of Aquamarine #78F7BA
Tints of Aquamarine #78F7BA
RGB
CMYK
RGB Variations
Color information
#78F7BA (or 0x78F7BA) is known color: Aquamarine. HEX triplet: 78, F7 and BA. RGB value is (120,247,186). Sum of RGB (Red+Green+Blue) = 120+247+186=553 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.70% from 553); Green value is 247 (96.88% from 255 or 44.67% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 247 - color contains mainly: green. Hex color #78F7BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78F7BA is #870845. Grayscale: #CACACA. Windows color (decimal): -8849478 or 12253048. OLE color: 12253048.
HSL color Cylindrical-coordinate representation of color #78F7BA: hue angle of 151.18º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78F7BA is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 120 | 247 | 186 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.03 |
| HSL | 151.18º | 0.89% | 0.72% | - |
| HSV(B) | 151.18º | 0.51% | 0.97% | - |
| XYZ | 49.87 | 74.06 | 58.12 | - |
| YUV | 202.07 | 118.92 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 247 | 186 | 0.51 | 0 | 0.25 | 0.03 | 151.18 | 0.89 | 0.72 |
| Hex | 78 | F7 | BA | 33 | 0 | 19 | 3 | 97 | 59 | 48 |
| Octal | 170 | 367 | 272 | 63 | 0 | 31 | 3 | 227 | 131 | 110 |
| Binary | 1111000 | 11110111 | 10111010 | 110011 | 0 | 11001 | 11 | 10010111 | 1011001 | 1001000 |
Color Harmonies of #78F7BA
Complementary color
Monochromatic Colors of #78F7BA
Black with #78F7BA
Text Example
Text Example
White with #78F7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78F7BA; }
p { color: rgb(120,247,186); }
H1.HeaderClassName
{
color: #78F7BA;
}
.AnyTagClassName
{
color: #78F7BA;
}
</style>
background-color css
<style>
a { background-color: #78F7BA; }
a { background-color: rgb(120,247,186); }
div.DivClassName
{
background-color: #78F7BA;
}
.BgClassName
{
background-color: #78F7BA;
}
</style>
border-color css
<style>
span { border-color: #78F7BA; }
span { border-color: rgb(120,247,186); }
td.TdClassName
{
border-color: #78F7BA;
}
.TagClassName
{
border-color: #78F7BA;
}
</style>