Shades of Aquamarine #78F7B2
Tints of Aquamarine #78F7B2
RGB
CMYK
RGB Variations
Color information
#78F7B2 (or 0x78F7B2) is known color: Aquamarine. HEX triplet: 78, F7 and B2. RGB value is (120,247,178). Sum of RGB (Red+Green+Blue) = 120+247+178=545 (72% of max value = 765). Red value is 120 (47.27% from 255 or 22.02% from 545); Green value is 247 (96.88% from 255 or 45.32% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 247 - color contains mainly: green. Hex color #78F7B2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78F7B2 is #87084D. Grayscale: #C9C9C9. Windows color (decimal): -8849486 or 11728760. OLE color: 11728760.
HSL color Cylindrical-coordinate representation of color #78F7B2: hue angle of 147.4º 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 #78F7B2 is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 120 | 247 | 178 | - |
| CMYK | 0.51 | 0 | 0.28 | 0.03 |
| HSL | 147.4º | 0.89% | 0.72% | - |
| HSV(B) | 147.4º | 0.51% | 0.97% | - |
| XYZ | 49.04 | 73.73 | 53.77 | - |
| YUV | 201.16 | 114.92 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 247 | 178 | 0.51 | 0 | 0.28 | 0.03 | 147.4 | 0.89 | 0.72 |
| Hex | 78 | F7 | B2 | 33 | 0 | 1C | 3 | 93 | 59 | 48 |
| Octal | 170 | 367 | 262 | 63 | 0 | 34 | 3 | 223 | 131 | 110 |
| Binary | 1111000 | 11110111 | 10110010 | 110011 | 0 | 11100 | 11 | 10010011 | 1011001 | 1001000 |
Color Harmonies of #78F7B2
Complementary color
Monochromatic Colors of #78F7B2
Black with #78F7B2
Text Example
Text Example
White with #78F7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78F7B2; }
p { color: rgb(120,247,178); }
H1.HeaderClassName
{
color: #78F7B2;
}
.AnyTagClassName
{
color: #78F7B2;
}
</style>
background-color css
<style>
a { background-color: #78F7B2; }
a { background-color: rgb(120,247,178); }
div.DivClassName
{
background-color: #78F7B2;
}
.BgClassName
{
background-color: #78F7B2;
}
</style>
border-color css
<style>
span { border-color: #78F7B2; }
span { border-color: rgb(120,247,178); }
td.TdClassName
{
border-color: #78F7B2;
}
.TagClassName
{
border-color: #78F7B2;
}
</style>