Shades of Aquamarine #78FFB7
Tints of Aquamarine #78FFB7
RGB
CMYK
RGB Variations
Color information
#78FFB7 (or 0x78FFB7) is known color: Aquamarine. HEX triplet: 78, FF and B7. RGB value is (120,255,183). Sum of RGB (Red+Green+Blue) = 120+255+183=558 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.51% from 558); Green value is 255 (100% from 255 or 45.70% from 558); Blue value is 183 (71.88% from 255 or 32.80% from 558); Max value from RGB is 255 - color contains mainly: green. Hex color #78FFB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FFB7 is #870048. Grayscale: #CECECE. Windows color (decimal): -8847433 or 12058488. OLE color: 12058488.
HSL color Cylindrical-coordinate representation of color #78FFB7: hue angle of 148º 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 #78FFB7 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 255 | 183 | - |
| CMYK | 0.53 | 0 | 0.28 | 0 |
| HSL | 148º | 1% | 0.74% | - |
| HSV(B) | 148º | 0.53% | 1% | - |
| XYZ | 52.05 | 78.93 | 57.29 | - |
| YUV | 206.43 | 114.77 | 66.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 255 | 183 | 0.53 | 0 | 0.28 | 0 | 148 | 1 | 0.74 |
| Hex | 78 | FF | B7 | 35 | 0 | 1C | 0 | 94 | 64 | 4A |
| Octal | 170 | 377 | 267 | 65 | 0 | 34 | 0 | 224 | 144 | 112 |
| Binary | 1111000 | 11111111 | 10110111 | 110101 | 0 | 11100 | 0 | 10010100 | 1100100 | 1001010 |
Color Harmonies of #78FFB7
Complementary color
Monochromatic Colors of #78FFB7
Black with #78FFB7
Text Example
Text Example
White with #78FFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FFB7; }
p { color: rgb(120,255,183); }
H1.HeaderClassName
{
color: #78FFB7;
}
.AnyTagClassName
{
color: #78FFB7;
}
</style>
background-color css
<style>
a { background-color: #78FFB7; }
a { background-color: rgb(120,255,183); }
div.DivClassName
{
background-color: #78FFB7;
}
.BgClassName
{
background-color: #78FFB7;
}
</style>
border-color css
<style>
span { border-color: #78FFB7; }
span { border-color: rgb(120,255,183); }
td.TdClassName
{
border-color: #78FFB7;
}
.TagClassName
{
border-color: #78FFB7;
}
</style>