Shades of Aquamarine #77FABA
Tints of Aquamarine #77FABA
RGB
CMYK
RGB Variations
Color information
#77FABA (or 0x77FABA) is known color: Aquamarine. HEX triplet: 77, FA and BA. RGB value is (119,250,186). Sum of RGB (Red+Green+Blue) = 119+250+186=555 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.44% from 555); Green value is 250 (98.05% from 255 or 45.05% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 250 - color contains mainly: green. Hex color #77FABA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FABA is #880545. Grayscale: #CBCBCB. Windows color (decimal): -8914246 or 12253815. OLE color: 12253815.
HSL color Cylindrical-coordinate representation of color #77FABA: hue angle of 150.69º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77FABA is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 250 | 186 | - |
| CMYK | 0.52 | 0 | 0.26 | 0.02 |
| HSL | 150.69º | 0.93% | 0.72% | - |
| HSV(B) | 150.69º | 0.52% | 0.98% | - |
| XYZ | 50.66 | 75.84 | 58.42 | - |
| YUV | 203.54 | 118.1 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 250 | 186 | 0.52 | 0 | 0.26 | 0.02 | 150.69 | 0.93 | 0.72 |
| Hex | 77 | FA | BA | 34 | 0 | 1A | 2 | 97 | 5D | 48 |
| Octal | 167 | 372 | 272 | 64 | 0 | 32 | 2 | 227 | 135 | 110 |
| Binary | 1110111 | 11111010 | 10111010 | 110100 | 0 | 11010 | 10 | 10010111 | 1011101 | 1001000 |
Color Harmonies of #77FABA
Complementary color
Monochromatic Colors of #77FABA
Black with #77FABA
Text Example
Text Example
White with #77FABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FABA; }
p { color: rgb(119,250,186); }
H1.HeaderClassName
{
color: #77FABA;
}
.AnyTagClassName
{
color: #77FABA;
}
</style>
background-color css
<style>
a { background-color: #77FABA; }
a { background-color: rgb(119,250,186); }
div.DivClassName
{
background-color: #77FABA;
}
.BgClassName
{
background-color: #77FABA;
}
</style>
border-color css
<style>
span { border-color: #77FABA; }
span { border-color: rgb(119,250,186); }
td.TdClassName
{
border-color: #77FABA;
}
.TagClassName
{
border-color: #77FABA;
}
</style>