Shades of Aquamarine #78EACB
Tints of Aquamarine #78EACB
RGB
CMYK
RGB Variations
Color information
#78EACB (or 0x78EACB) is known color: Aquamarine. HEX triplet: 78, EA and CB. RGB value is (120,234,203). Sum of RGB (Red+Green+Blue) = 120+234+203=557 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.54% from 557); Green value is 234 (91.80% from 255 or 42.01% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 234 - color contains mainly: green. Hex color #78EACB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78EACB is #871534. Grayscale: #C4C4C4. Windows color (decimal): -8852789 or 13363832. OLE color: 13363832.
HSL color Cylindrical-coordinate representation of color #78EACB: hue angle of 163.68º 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 #78EACB is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 120 | 234 | 203 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.08 |
| HSL | 163.68º | 0.73% | 0.69% | - |
| HSV(B) | 163.68º | 0.49% | 0.92% | - |
| XYZ | 47.95 | 67.15 | 66.93 | - |
| YUV | 196.38 | 131.73 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 234 | 203 | 0.49 | 0 | 0.13 | 0.08 | 163.68 | 0.73 | 0.69 |
| Hex | 78 | EA | CB | 31 | 0 | D | 8 | A4 | 49 | 45 |
| Octal | 170 | 352 | 313 | 61 | 0 | 15 | 10 | 244 | 111 | 105 |
| Binary | 1111000 | 11101010 | 11001011 | 110001 | 0 | 1101 | 1000 | 10100100 | 1001001 | 1000101 |
Color Harmonies of #78EACB
Complementary color
Monochromatic Colors of #78EACB
Black with #78EACB
Text Example
Text Example
White with #78EACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EACB; }
p { color: rgb(120,234,203); }
H1.HeaderClassName
{
color: #78EACB;
}
.AnyTagClassName
{
color: #78EACB;
}
</style>
background-color css
<style>
a { background-color: #78EACB; }
a { background-color: rgb(120,234,203); }
div.DivClassName
{
background-color: #78EACB;
}
.BgClassName
{
background-color: #78EACB;
}
</style>
border-color css
<style>
span { border-color: #78EACB; }
span { border-color: rgb(120,234,203); }
td.TdClassName
{
border-color: #78EACB;
}
.TagClassName
{
border-color: #78EACB;
}
</style>