Shades of Aquamarine #78F1BA
Tints of Aquamarine #78F1BA
RGB
CMYK
RGB Variations
Color information
#78F1BA (or 0x78F1BA) is known color: Aquamarine. HEX triplet: 78, F1 and BA. RGB value is (120,241,186). Sum of RGB (Red+Green+Blue) = 120+241+186=547 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.94% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 241 - color contains mainly: green. Hex color #78F1BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78F1BA is #870E45. Grayscale: #C6C6C6. Windows color (decimal): -8851014 or 12251512. OLE color: 12251512.
HSL color Cylindrical-coordinate representation of color #78F1BA: hue angle of 152.73º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78F1BA is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 120 | 241 | 186 | - |
| CMYK | 0.50 | 0 | 0.23 | 0.05 |
| HSL | 152.73º | 0.81% | 0.71% | - |
| HSV(B) | 152.73º | 0.5% | 0.95% | - |
| XYZ | 48.06 | 70.45 | 57.52 | - |
| YUV | 198.55 | 120.91 | 71.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 241 | 186 | 0.50 | 0 | 0.23 | 0.05 | 152.73 | 0.81 | 0.71 |
| Hex | 78 | F1 | BA | 32 | 0 | 17 | 5 | 99 | 51 | 47 |
| Octal | 170 | 361 | 272 | 62 | 0 | 27 | 5 | 231 | 121 | 107 |
| Binary | 1111000 | 11110001 | 10111010 | 110010 | 0 | 10111 | 101 | 10011001 | 1010001 | 1000111 |
Color Harmonies of #78F1BA
Complementary color
Monochromatic Colors of #78F1BA
Black with #78F1BA
Text Example
Text Example
White with #78F1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78F1BA; }
p { color: rgb(120,241,186); }
H1.HeaderClassName
{
color: #78F1BA;
}
.AnyTagClassName
{
color: #78F1BA;
}
</style>
background-color css
<style>
a { background-color: #78F1BA; }
a { background-color: rgb(120,241,186); }
div.DivClassName
{
background-color: #78F1BA;
}
.BgClassName
{
background-color: #78F1BA;
}
</style>
border-color css
<style>
span { border-color: #78F1BA; }
span { border-color: rgb(120,241,186); }
td.TdClassName
{
border-color: #78F1BA;
}
.TagClassName
{
border-color: #78F1BA;
}
</style>