Shades of Aquamarine #78EDDB
Tints of Aquamarine #78EDDB
RGB
CMYK
RGB Variations
Color information
#78EDDB (or 0x78EDDB) is known color: Aquamarine. HEX triplet: 78, ED and DB. RGB value is (120,237,219). Sum of RGB (Red+Green+Blue) = 120+237+219=576 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.83% from 576); Green value is 237 (92.97% from 255 or 41.15% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 237 - color contains mainly: green. Hex color #78EDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78EDDB is #871224. Grayscale: #C7C7C7. Windows color (decimal): -8852005 or 14413176. OLE color: 14413176.
HSL color Cylindrical-coordinate representation of color #78EDDB: hue angle of 170.77º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78EDDB is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 237 | 219 | - |
| CMYK | 0.49 | 0 | 0.08 | 0.07 |
| HSL | 170.77º | 0.76% | 0.7% | - |
| HSV(B) | 170.77º | 0.49% | 0.93% | - |
| XYZ | 50.82 | 69.68 | 77.79 | - |
| YUV | 199.97 | 138.74 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 237 | 219 | 0.49 | 0 | 0.08 | 0.07 | 170.77 | 0.76 | 0.7 |
| Hex | 78 | ED | DB | 31 | 0 | 8 | 7 | AB | 4C | 46 |
| Octal | 170 | 355 | 333 | 61 | 0 | 10 | 7 | 253 | 114 | 106 |
| Binary | 1111000 | 11101101 | 11011011 | 110001 | 0 | 1000 | 111 | 10101011 | 1001100 | 1000110 |
Color Harmonies of #78EDDB
Complementary color
Monochromatic Colors of #78EDDB
Black with #78EDDB
Text Example
Text Example
White with #78EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EDDB; }
p { color: rgb(120,237,219); }
H1.HeaderClassName
{
color: #78EDDB;
}
.AnyTagClassName
{
color: #78EDDB;
}
</style>
background-color css
<style>
a { background-color: #78EDDB; }
a { background-color: rgb(120,237,219); }
div.DivClassName
{
background-color: #78EDDB;
}
.BgClassName
{
background-color: #78EDDB;
}
</style>
border-color css
<style>
span { border-color: #78EDDB; }
span { border-color: rgb(120,237,219); }
td.TdClassName
{
border-color: #78EDDB;
}
.TagClassName
{
border-color: #78EDDB;
}
</style>