Shades of Aquamarine #78EACE
Tints of Aquamarine #78EACE
RGB
CMYK
RGB Variations
Color information
#78EACE (or 0x78EACE) is known color: Aquamarine. HEX triplet: 78, EA and CE. RGB value is (120,234,206). Sum of RGB (Red+Green+Blue) = 120+234+206=560 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.43% from 560); Green value is 234 (91.80% from 255 or 41.79% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 234 - color contains mainly: green. Hex color #78EACE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78EACE is #871531. Grayscale: #C4C4C4. Windows color (decimal): -8852786 or 13560440. OLE color: 13560440.
HSL color Cylindrical-coordinate representation of color #78EACE: hue angle of 165.26º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78EACE is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 120 | 234 | 206 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.08 |
| HSL | 165.26º | 0.73% | 0.69% | - |
| HSV(B) | 165.26º | 0.49% | 0.92% | - |
| XYZ | 48.31 | 67.29 | 68.84 | - |
| YUV | 196.72 | 133.23 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 234 | 206 | 0.49 | 0 | 0.12 | 0.08 | 165.26 | 0.73 | 0.69 |
| Hex | 78 | EA | CE | 31 | 0 | C | 8 | A5 | 49 | 45 |
| Octal | 170 | 352 | 316 | 61 | 0 | 14 | 10 | 245 | 111 | 105 |
| Binary | 1111000 | 11101010 | 11001110 | 110001 | 0 | 1100 | 1000 | 10100101 | 1001001 | 1000101 |
Color Harmonies of #78EACE
Complementary color
Monochromatic Colors of #78EACE
Black with #78EACE
Text Example
Text Example
White with #78EACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EACE; }
p { color: rgb(120,234,206); }
H1.HeaderClassName
{
color: #78EACE;
}
.AnyTagClassName
{
color: #78EACE;
}
</style>
background-color css
<style>
a { background-color: #78EACE; }
a { background-color: rgb(120,234,206); }
div.DivClassName
{
background-color: #78EACE;
}
.BgClassName
{
background-color: #78EACE;
}
</style>
border-color css
<style>
span { border-color: #78EACE; }
span { border-color: rgb(120,234,206); }
td.TdClassName
{
border-color: #78EACE;
}
.TagClassName
{
border-color: #78EACE;
}
</style>