Shades of Aquamarine #78FFC2
Tints of Aquamarine #78FFC2
RGB
CMYK
RGB Variations
Color information
#78FFC2 (or 0x78FFC2) is known color: Aquamarine. HEX triplet: 78, FF and C2. RGB value is (120,255,194). Sum of RGB (Red+Green+Blue) = 120+255+194=569 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.09% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 194 (76.17% from 255 or 34.09% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #78FFC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FFC2 is #87003D. Grayscale: #CFCFCF. Windows color (decimal): -8847422 or 12779384. OLE color: 12779384.
HSL color Cylindrical-coordinate representation of color #78FFC2: hue angle of 152.89º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78FFC2 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 255 | 194 | - |
| CMYK | 0.53 | 0 | 0.24 | 0 |
| HSL | 152.89º | 1% | 0.74% | - |
| HSV(B) | 152.89º | 0.53% | 1% | - |
| XYZ | 53.24 | 79.41 | 63.56 | - |
| YUV | 207.68 | 120.27 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 255 | 194 | 0.53 | 0 | 0.24 | 0 | 152.89 | 1 | 0.74 |
| Hex | 78 | FF | C2 | 35 | 0 | 18 | 0 | 99 | 64 | 4A |
| Octal | 170 | 377 | 302 | 65 | 0 | 30 | 0 | 231 | 144 | 112 |
| Binary | 1111000 | 11111111 | 11000010 | 110101 | 0 | 11000 | 0 | 10011001 | 1100100 | 1001010 |
Color Harmonies of #78FFC2
Complementary color
Monochromatic Colors of #78FFC2
Black with #78FFC2
Text Example
Text Example
White with #78FFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FFC2; }
p { color: rgb(120,255,194); }
H1.HeaderClassName
{
color: #78FFC2;
}
.AnyTagClassName
{
color: #78FFC2;
}
</style>
background-color css
<style>
a { background-color: #78FFC2; }
a { background-color: rgb(120,255,194); }
div.DivClassName
{
background-color: #78FFC2;
}
.BgClassName
{
background-color: #78FFC2;
}
</style>
border-color css
<style>
span { border-color: #78FFC2; }
span { border-color: rgb(120,255,194); }
td.TdClassName
{
border-color: #78FFC2;
}
.TagClassName
{
border-color: #78FFC2;
}
</style>