Shades of Aquamarine #77FFBC
Tints of Aquamarine #77FFBC
RGB
CMYK
RGB Variations
Color information
#77FFBC (or 0x77FFBC) is known color: Aquamarine. HEX triplet: 77, FF and BC. RGB value is (119,255,188). Sum of RGB (Red+Green+Blue) = 119+255+188=562 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.17% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #77FFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FFBC is #880043. Grayscale: #CECECE. Windows color (decimal): -8912964 or 12386167. OLE color: 12386167.
HSL color Cylindrical-coordinate representation of color #77FFBC: hue angle of 150.44º 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 #77FFBC is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 255 | 188 | - |
| CMYK | 0.53 | 0 | 0.26 | 0 |
| HSL | 150.44º | 1% | 0.73% | - |
| HSV(B) | 150.44º | 0.53% | 1% | - |
| XYZ | 52.44 | 79.07 | 60.08 | - |
| YUV | 206.7 | 117.44 | 65.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 255 | 188 | 0.53 | 0 | 0.26 | 0 | 150.44 | 1 | 0.73 |
| Hex | 77 | FF | BC | 35 | 0 | 1A | 0 | 96 | 64 | 49 |
| Octal | 167 | 377 | 274 | 65 | 0 | 32 | 0 | 226 | 144 | 111 |
| Binary | 1110111 | 11111111 | 10111100 | 110101 | 0 | 11010 | 0 | 10010110 | 1100100 | 1001001 |
Color Harmonies of #77FFBC
Complementary color
Monochromatic Colors of #77FFBC
Black with #77FFBC
Text Example
Text Example
White with #77FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FFBC; }
p { color: rgb(119,255,188); }
H1.HeaderClassName
{
color: #77FFBC;
}
.AnyTagClassName
{
color: #77FFBC;
}
</style>
background-color css
<style>
a { background-color: #77FFBC; }
a { background-color: rgb(119,255,188); }
div.DivClassName
{
background-color: #77FFBC;
}
.BgClassName
{
background-color: #77FFBC;
}
</style>
border-color css
<style>
span { border-color: #77FFBC; }
span { border-color: rgb(119,255,188); }
td.TdClassName
{
border-color: #77FFBC;
}
.TagClassName
{
border-color: #77FFBC;
}
</style>