Shades of Aquamarine #77FFBF
Tints of Aquamarine #77FFBF
RGB
CMYK
RGB Variations
Color information
#77FFBF (or 0x77FFBF) is known color: Aquamarine. HEX triplet: 77, FF and BF. RGB value is (119,255,191). Sum of RGB (Red+Green+Blue) = 119+255+191=565 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.06% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #77FFBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FFBF is #880040. Grayscale: #CFCFCF. Windows color (decimal): -8912961 or 12582775. OLE color: 12582775.
HSL color Cylindrical-coordinate representation of color #77FFBF: hue angle of 151.76º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FFBF is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 255 | 191 | - |
| CMYK | 0.53 | 0 | 0.25 | 0 |
| HSL | 151.76º | 1% | 0.73% | - |
| HSV(B) | 151.76º | 0.53% | 1% | - |
| XYZ | 52.77 | 79.2 | 61.8 | - |
| YUV | 207.04 | 118.94 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 255 | 191 | 0.53 | 0 | 0.25 | 0 | 151.76 | 1 | 0.73 |
| Hex | 77 | FF | BF | 35 | 0 | 19 | 0 | 98 | 64 | 49 |
| Octal | 167 | 377 | 277 | 65 | 0 | 31 | 0 | 230 | 144 | 111 |
| Binary | 1110111 | 11111111 | 10111111 | 110101 | 0 | 11001 | 0 | 10011000 | 1100100 | 1001001 |
Color Harmonies of #77FFBF
Complementary color
Monochromatic Colors of #77FFBF
Black with #77FFBF
Text Example
Text Example
White with #77FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FFBF; }
p { color: rgb(119,255,191); }
H1.HeaderClassName
{
color: #77FFBF;
}
.AnyTagClassName
{
color: #77FFBF;
}
</style>
background-color css
<style>
a { background-color: #77FFBF; }
a { background-color: rgb(119,255,191); }
div.DivClassName
{
background-color: #77FFBF;
}
.BgClassName
{
background-color: #77FFBF;
}
</style>
border-color css
<style>
span { border-color: #77FFBF; }
span { border-color: rgb(119,255,191); }
td.TdClassName
{
border-color: #77FFBF;
}
.TagClassName
{
border-color: #77FFBF;
}
</style>