Shades of Aquamarine #78F5BA
Tints of Aquamarine #78F5BA
RGB
CMYK
RGB Variations
Color information
#78F5BA (or 0x78F5BA) is known color: Aquamarine. HEX triplet: 78, F5 and BA. RGB value is (120,245,186). Sum of RGB (Red+Green+Blue) = 120+245+186=551 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.78% from 551); Green value is 245 (96.09% from 255 or 44.46% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 245 - color contains mainly: green. Hex color #78F5BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78F5BA is #870A45. Grayscale: #C9C9C9. Windows color (decimal): -8849990 or 12252536. OLE color: 12252536.
HSL color Cylindrical-coordinate representation of color #78F5BA: hue angle of 151.68º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78F5BA is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 120 | 245 | 186 | - |
| CMYK | 0.51 | 0 | 0.24 | 0.04 |
| HSL | 151.68º | 0.86% | 0.72% | - |
| HSV(B) | 151.68º | 0.51% | 0.96% | - |
| XYZ | 49.26 | 72.84 | 57.92 | - |
| YUV | 200.9 | 119.59 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 245 | 186 | 0.51 | 0 | 0.24 | 0.04 | 151.68 | 0.86 | 0.72 |
| Hex | 78 | F5 | BA | 33 | 0 | 18 | 4 | 98 | 56 | 48 |
| Octal | 170 | 365 | 272 | 63 | 0 | 30 | 4 | 230 | 126 | 110 |
| Binary | 1111000 | 11110101 | 10111010 | 110011 | 0 | 11000 | 100 | 10011000 | 1010110 | 1001000 |
Color Harmonies of #78F5BA
Complementary color
Monochromatic Colors of #78F5BA
Black with #78F5BA
Text Example
Text Example
White with #78F5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78F5BA; }
p { color: rgb(120,245,186); }
H1.HeaderClassName
{
color: #78F5BA;
}
.AnyTagClassName
{
color: #78F5BA;
}
</style>
background-color css
<style>
a { background-color: #78F5BA; }
a { background-color: rgb(120,245,186); }
div.DivClassName
{
background-color: #78F5BA;
}
.BgClassName
{
background-color: #78F5BA;
}
</style>
border-color css
<style>
span { border-color: #78F5BA; }
span { border-color: rgb(120,245,186); }
td.TdClassName
{
border-color: #78F5BA;
}
.TagClassName
{
border-color: #78F5BA;
}
</style>