Shades of Aquamarine #77FFBA
Tints of Aquamarine #77FFBA
RGB
CMYK
RGB Variations
Color information
#77FFBA (or 0x77FFBA) is known color: Aquamarine. HEX triplet: 77, FF and BA. RGB value is (119,255,186). Sum of RGB (Red+Green+Blue) = 119+255+186=560 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.25% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #77FFBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FFBA is #880045. Grayscale: #CECECE. Windows color (decimal): -8912966 or 12255095. OLE color: 12255095.
HSL color Cylindrical-coordinate representation of color #77FFBA: hue angle of 149.56º 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 #77FFBA is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 255 | 186 | - |
| CMYK | 0.53 | 0 | 0.27 | 0 |
| HSL | 149.56º | 1% | 0.73% | - |
| HSV(B) | 149.56º | 0.53% | 1% | - |
| XYZ | 52.23 | 78.99 | 58.95 | - |
| YUV | 206.47 | 116.44 | 65.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 255 | 186 | 0.53 | 0 | 0.27 | 0 | 149.56 | 1 | 0.73 |
| Hex | 77 | FF | BA | 35 | 0 | 1B | 0 | 96 | 64 | 49 |
| Octal | 167 | 377 | 272 | 65 | 0 | 33 | 0 | 226 | 144 | 111 |
| Binary | 1110111 | 11111111 | 10111010 | 110101 | 0 | 11011 | 0 | 10010110 | 1100100 | 1001001 |
Color Harmonies of #77FFBA
Complementary color
Monochromatic Colors of #77FFBA
Black with #77FFBA
Text Example
Text Example
White with #77FFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FFBA; }
p { color: rgb(119,255,186); }
H1.HeaderClassName
{
color: #77FFBA;
}
.AnyTagClassName
{
color: #77FFBA;
}
</style>
background-color css
<style>
a { background-color: #77FFBA; }
a { background-color: rgb(119,255,186); }
div.DivClassName
{
background-color: #77FFBA;
}
.BgClassName
{
background-color: #77FFBA;
}
</style>
border-color css
<style>
span { border-color: #77FFBA; }
span { border-color: rgb(119,255,186); }
td.TdClassName
{
border-color: #77FFBA;
}
.TagClassName
{
border-color: #77FFBA;
}
</style>