Shades of Aquamarine #78EEDB
Tints of Aquamarine #78EEDB
RGB
CMYK
RGB Variations
Color information
#78EEDB (or 0x78EEDB) is known color: Aquamarine. HEX triplet: 78, EE and DB. RGB value is (120,238,219). Sum of RGB (Red+Green+Blue) = 120+238+219=577 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.80% from 577); Green value is 238 (93.36% from 255 or 41.25% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 238 - color contains mainly: green. Hex color #78EEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78EEDB is #871124. Grayscale: #C8C8C8. Windows color (decimal): -8851749 or 14413432. OLE color: 14413432.
HSL color Cylindrical-coordinate representation of color #78EEDB: hue angle of 170.34º 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 #78EEDB is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 238 | 219 | - |
| CMYK | 0.50 | 0 | 0.08 | 0.07 |
| HSL | 170.34º | 0.78% | 0.7% | - |
| HSV(B) | 170.34º | 0.5% | 0.93% | - |
| XYZ | 51.11 | 70.26 | 77.89 | - |
| YUV | 200.55 | 138.41 | 70.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 238 | 219 | 0.50 | 0 | 0.08 | 0.07 | 170.34 | 0.78 | 0.7 |
| Hex | 78 | EE | DB | 32 | 0 | 8 | 7 | AA | 4E | 46 |
| Octal | 170 | 356 | 333 | 62 | 0 | 10 | 7 | 252 | 116 | 106 |
| Binary | 1111000 | 11101110 | 11011011 | 110010 | 0 | 1000 | 111 | 10101010 | 1001110 | 1000110 |
Color Harmonies of #78EEDB
Complementary color
Monochromatic Colors of #78EEDB
Black with #78EEDB
Text Example
Text Example
White with #78EEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EEDB; }
p { color: rgb(120,238,219); }
H1.HeaderClassName
{
color: #78EEDB;
}
.AnyTagClassName
{
color: #78EEDB;
}
</style>
background-color css
<style>
a { background-color: #78EEDB; }
a { background-color: rgb(120,238,219); }
div.DivClassName
{
background-color: #78EEDB;
}
.BgClassName
{
background-color: #78EEDB;
}
</style>
border-color css
<style>
span { border-color: #78EEDB; }
span { border-color: rgb(120,238,219); }
td.TdClassName
{
border-color: #78EEDB;
}
.TagClassName
{
border-color: #78EEDB;
}
</style>