Shades of Aquamarine #78FFC9
Tints of Aquamarine #78FFC9
RGB
CMYK
RGB Variations
Color information
#78FFC9 (or 0x78FFC9) is known color: Aquamarine. HEX triplet: 78, FF and C9. RGB value is (120,255,201). Sum of RGB (Red+Green+Blue) = 120+255+201=576 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.83% from 576); Green value is 255 (100% from 255 or 44.27% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 255 - color contains mainly: green. Hex color #78FFC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FFC9 is #870036. Grayscale: #D0D0D0. Windows color (decimal): -8847415 or 13238136. OLE color: 13238136.
HSL color Cylindrical-coordinate representation of color #78FFC9: hue angle of 156º 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 #78FFC9 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 255 | 201 | - |
| CMYK | 0.53 | 0 | 0.21 | 0 |
| HSL | 156º | 1% | 0.74% | - |
| HSV(B) | 156º | 0.53% | 1% | - |
| XYZ | 54.05 | 79.73 | 67.8 | - |
| YUV | 208.48 | 123.77 | 64.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 255 | 201 | 0.53 | 0 | 0.21 | 0 | 156 | 1 | 0.74 |
| Hex | 78 | FF | C9 | 35 | 0 | 15 | 0 | 9C | 64 | 4A |
| Octal | 170 | 377 | 311 | 65 | 0 | 25 | 0 | 234 | 144 | 112 |
| Binary | 1111000 | 11111111 | 11001001 | 110101 | 0 | 10101 | 0 | 10011100 | 1100100 | 1001010 |
Color Harmonies of #78FFC9
Complementary color
Monochromatic Colors of #78FFC9
Black with #78FFC9
Text Example
Text Example
White with #78FFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FFC9; }
p { color: rgb(120,255,201); }
H1.HeaderClassName
{
color: #78FFC9;
}
.AnyTagClassName
{
color: #78FFC9;
}
</style>
background-color css
<style>
a { background-color: #78FFC9; }
a { background-color: rgb(120,255,201); }
div.DivClassName
{
background-color: #78FFC9;
}
.BgClassName
{
background-color: #78FFC9;
}
</style>
border-color css
<style>
span { border-color: #78FFC9; }
span { border-color: rgb(120,255,201); }
td.TdClassName
{
border-color: #78FFC9;
}
.TagClassName
{
border-color: #78FFC9;
}
</style>