Shades of Medium Aquamarine #78E2B2
Tints of Medium Aquamarine #78E2B2
RGB
CMYK
RGB Variations
Color information
#78E2B2 (or 0x78E2B2) is known color: Medium Aquamarine. HEX triplet: 78, E2 and B2. RGB value is (120,226,178). Sum of RGB (Red+Green+Blue) = 120+226+178=524 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.90% from 524); Green value is 226 (88.67% from 255 or 43.13% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 226 - color contains mainly: green. Hex color #78E2B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78E2B2 is #871D4D. Grayscale: #BCBCBC. Windows color (decimal): -8854862 or 11723384. OLE color: 11723384.
HSL color Cylindrical-coordinate representation of color #78E2B2: hue angle of 152.83º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78E2B2 is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 120 | 226 | 178 | - |
| CMYK | 0.47 | 0 | 0.21 | 0.11 |
| HSL | 152.83º | 0.65% | 0.68% | - |
| HSV(B) | 152.83º | 0.47% | 0.89% | - |
| XYZ | 42.98 | 61.6 | 51.74 | - |
| YUV | 188.83 | 121.88 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 226 | 178 | 0.47 | 0 | 0.21 | 0.11 | 152.83 | 0.65 | 0.68 |
| Hex | 78 | E2 | B2 | 2F | 0 | 15 | B | 99 | 41 | 44 |
| Octal | 170 | 342 | 262 | 57 | 0 | 25 | 13 | 231 | 101 | 104 |
| Binary | 1111000 | 11100010 | 10110010 | 101111 | 0 | 10101 | 1011 | 10011001 | 1000001 | 1000100 |
Color Harmonies of #78E2B2
Complementary color
Monochromatic Colors of #78E2B2
Black with #78E2B2
Text Example
Text Example
White with #78E2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E2B2; }
p { color: rgb(120,226,178); }
H1.HeaderClassName
{
color: #78E2B2;
}
.AnyTagClassName
{
color: #78E2B2;
}
</style>
background-color css
<style>
a { background-color: #78E2B2; }
a { background-color: rgb(120,226,178); }
div.DivClassName
{
background-color: #78E2B2;
}
.BgClassName
{
background-color: #78E2B2;
}
</style>
border-color css
<style>
span { border-color: #78E2B2; }
span { border-color: rgb(120,226,178); }
td.TdClassName
{
border-color: #78E2B2;
}
.TagClassName
{
border-color: #78E2B2;
}
</style>