Shades of Aquamarine #78EEBA
Tints of Aquamarine #78EEBA
RGB
CMYK
RGB Variations
Color information
#78EEBA (or 0x78EEBA) is known color: Aquamarine. HEX triplet: 78, EE and BA. RGB value is (120,238,186). Sum of RGB (Red+Green+Blue) = 120+238+186=544 (72% of max value = 765). Red value is 120 (47.27% from 255 or 22.06% from 544); Green value is 238 (93.36% from 255 or 43.75% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 238 - color contains mainly: green. Hex color #78EEBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78EEBA is #871145. Grayscale: #C4C4C4. Windows color (decimal): -8851782 or 12250744. OLE color: 12250744.
HSL color Cylindrical-coordinate representation of color #78EEBA: hue angle of 153.56º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78EEBA is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 238 | 186 | - |
| CMYK | 0.50 | 0 | 0.22 | 0.07 |
| HSL | 153.56º | 0.78% | 0.7% | - |
| HSV(B) | 153.56º | 0.5% | 0.93% | - |
| XYZ | 47.18 | 68.69 | 57.23 | - |
| YUV | 196.79 | 121.91 | 73.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 238 | 186 | 0.50 | 0 | 0.22 | 0.07 | 153.56 | 0.78 | 0.7 |
| Hex | 78 | EE | BA | 32 | 0 | 16 | 7 | 9A | 4E | 46 |
| Octal | 170 | 356 | 272 | 62 | 0 | 26 | 7 | 232 | 116 | 106 |
| Binary | 1111000 | 11101110 | 10111010 | 110010 | 0 | 10110 | 111 | 10011010 | 1001110 | 1000110 |
Color Harmonies of #78EEBA
Complementary color
Monochromatic Colors of #78EEBA
Black with #78EEBA
Text Example
Text Example
White with #78EEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EEBA; }
p { color: rgb(120,238,186); }
H1.HeaderClassName
{
color: #78EEBA;
}
.AnyTagClassName
{
color: #78EEBA;
}
</style>
background-color css
<style>
a { background-color: #78EEBA; }
a { background-color: rgb(120,238,186); }
div.DivClassName
{
background-color: #78EEBA;
}
.BgClassName
{
background-color: #78EEBA;
}
</style>
border-color css
<style>
span { border-color: #78EEBA; }
span { border-color: rgb(120,238,186); }
td.TdClassName
{
border-color: #78EEBA;
}
.TagClassName
{
border-color: #78EEBA;
}
</style>