Shades of Aquamarine #78F0BE
Tints of Aquamarine #78F0BE
RGB
CMYK
RGB Variations
Color information
#78F0BE (or 0x78F0BE) is known color: Aquamarine. HEX triplet: 78, F0 and BE. RGB value is (120,240,190). Sum of RGB (Red+Green+Blue) = 120+240+190=550 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.82% from 550); Green value is 240 (94.14% from 255 or 43.64% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 240 - color contains mainly: green. Hex color #78F0BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78F0BE is #870F41. Grayscale: #C6C6C6. Windows color (decimal): -8851266 or 12513400. OLE color: 12513400.
HSL color Cylindrical-coordinate representation of color #78F0BE: hue angle of 155º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78F0BE is Cyan = 0.5, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 120 | 240 | 190 | - |
| CMYK | 0.5 | 0 | 0.21 | 0.06 |
| HSL | 155º | 0.8% | 0.71% | - |
| HSV(B) | 155º | 0.5% | 0.94% | - |
| XYZ | 48.2 | 70.03 | 59.69 | - |
| YUV | 198.42 | 123.24 | 72.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 240 | 190 | 0.5 | 0 | 0.21 | 0.06 | 155 | 0.8 | 0.71 |
| Hex | 78 | F0 | BE | 32 | 0 | 15 | 6 | 9B | 50 | 47 |
| Octal | 170 | 360 | 276 | 62 | 0 | 25 | 6 | 233 | 120 | 107 |
| Binary | 1111000 | 11110000 | 10111110 | 110010 | 0 | 10101 | 110 | 10011011 | 1010000 | 1000111 |
Color Harmonies of #78F0BE
Complementary color
Monochromatic Colors of #78F0BE
Black with #78F0BE
Text Example
Text Example
White with #78F0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78F0BE; }
p { color: rgb(120,240,190); }
H1.HeaderClassName
{
color: #78F0BE;
}
.AnyTagClassName
{
color: #78F0BE;
}
</style>
background-color css
<style>
a { background-color: #78F0BE; }
a { background-color: rgb(120,240,190); }
div.DivClassName
{
background-color: #78F0BE;
}
.BgClassName
{
background-color: #78F0BE;
}
</style>
border-color css
<style>
span { border-color: #78F0BE; }
span { border-color: rgb(120,240,190); }
td.TdClassName
{
border-color: #78F0BE;
}
.TagClassName
{
border-color: #78F0BE;
}
</style>