Shades of Aquamarine #78EBCC
Tints of Aquamarine #78EBCC
RGB
CMYK
RGB Variations
Color information
#78EBCC (or 0x78EBCC) is known color: Aquamarine. HEX triplet: 78, EB and CC. RGB value is (120,235,204). Sum of RGB (Red+Green+Blue) = 120+235+204=559 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.47% from 559); Green value is 235 (92.19% from 255 or 42.04% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 235 - color contains mainly: green. Hex color #78EBCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78EBCC is #871433. Grayscale: #C5C5C5. Windows color (decimal): -8852532 or 13429624. OLE color: 13429624.
HSL color Cylindrical-coordinate representation of color #78EBCC: hue angle of 163.83º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78EBCC is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 120 | 235 | 204 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.08 |
| HSL | 163.83º | 0.74% | 0.7% | - |
| HSV(B) | 163.83º | 0.49% | 0.92% | - |
| XYZ | 48.35 | 67.77 | 67.66 | - |
| YUV | 197.08 | 131.9 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 235 | 204 | 0.49 | 0 | 0.13 | 0.08 | 163.83 | 0.74 | 0.7 |
| Hex | 78 | EB | CC | 31 | 0 | D | 8 | A4 | 4A | 46 |
| Octal | 170 | 353 | 314 | 61 | 0 | 15 | 10 | 244 | 112 | 106 |
| Binary | 1111000 | 11101011 | 11001100 | 110001 | 0 | 1101 | 1000 | 10100100 | 1001010 | 1000110 |
Color Harmonies of #78EBCC
Complementary color
Monochromatic Colors of #78EBCC
Black with #78EBCC
Text Example
Text Example
White with #78EBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EBCC; }
p { color: rgb(120,235,204); }
H1.HeaderClassName
{
color: #78EBCC;
}
.AnyTagClassName
{
color: #78EBCC;
}
</style>
background-color css
<style>
a { background-color: #78EBCC; }
a { background-color: rgb(120,235,204); }
div.DivClassName
{
background-color: #78EBCC;
}
.BgClassName
{
background-color: #78EBCC;
}
</style>
border-color css
<style>
span { border-color: #78EBCC; }
span { border-color: rgb(120,235,204); }
td.TdClassName
{
border-color: #78EBCC;
}
.TagClassName
{
border-color: #78EBCC;
}
</style>