Shades of Aquamarine #78EFC2
Tints of Aquamarine #78EFC2
RGB
CMYK
RGB Variations
Color information
#78EFC2 (or 0x78EFC2) is known color: Aquamarine. HEX triplet: 78, EF and C2. RGB value is (120,239,194). Sum of RGB (Red+Green+Blue) = 120+239+194=553 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.70% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 239 - color contains mainly: green. Hex color #78EFC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78EFC2 is #87103D. Grayscale: #C6C6C6. Windows color (decimal): -8851518 or 12775288. OLE color: 12775288.
HSL color Cylindrical-coordinate representation of color #78EFC2: hue angle of 157.31º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78EFC2 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 120 | 239 | 194 | - |
| CMYK | 0.50 | 0 | 0.19 | 0.06 |
| HSL | 157.31º | 0.79% | 0.7% | - |
| HSV(B) | 157.31º | 0.5% | 0.94% | - |
| XYZ | 48.35 | 69.62 | 61.93 | - |
| YUV | 198.29 | 125.58 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 239 | 194 | 0.50 | 0 | 0.19 | 0.06 | 157.31 | 0.79 | 0.7 |
| Hex | 78 | EF | C2 | 32 | 0 | 13 | 6 | 9D | 4F | 46 |
| Octal | 170 | 357 | 302 | 62 | 0 | 23 | 6 | 235 | 117 | 106 |
| Binary | 1111000 | 11101111 | 11000010 | 110010 | 0 | 10011 | 110 | 10011101 | 1001111 | 1000110 |
Color Harmonies of #78EFC2
Complementary color
Monochromatic Colors of #78EFC2
Black with #78EFC2
Text Example
Text Example
White with #78EFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EFC2; }
p { color: rgb(120,239,194); }
H1.HeaderClassName
{
color: #78EFC2;
}
.AnyTagClassName
{
color: #78EFC2;
}
</style>
background-color css
<style>
a { background-color: #78EFC2; }
a { background-color: rgb(120,239,194); }
div.DivClassName
{
background-color: #78EFC2;
}
.BgClassName
{
background-color: #78EFC2;
}
</style>
border-color css
<style>
span { border-color: #78EFC2; }
span { border-color: rgb(120,239,194); }
td.TdClassName
{
border-color: #78EFC2;
}
.TagClassName
{
border-color: #78EFC2;
}
</style>