Shades of Aquamarine #77FABB
Tints of Aquamarine #77FABB
RGB
CMYK
RGB Variations
Color information
#77FABB (or 0x77FABB) is known color: Aquamarine. HEX triplet: 77, FA and BB. RGB value is (119,250,187). Sum of RGB (Red+Green+Blue) = 119+250+187=556 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.40% from 556); Green value is 250 (98.05% from 255 or 44.96% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 250 - color contains mainly: green. Hex color #77FABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FABB is #880544. Grayscale: #CBCBCB. Windows color (decimal): -8914245 or 12319351. OLE color: 12319351.
HSL color Cylindrical-coordinate representation of color #77FABB: hue angle of 151.15º 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 #77FABB is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 250 | 187 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.02 |
| HSL | 151.15º | 0.93% | 0.72% | - |
| HSV(B) | 151.15º | 0.52% | 0.98% | - |
| XYZ | 50.76 | 75.88 | 58.98 | - |
| YUV | 203.65 | 118.6 | 67.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 250 | 187 | 0.52 | 0 | 0.25 | 0.02 | 151.15 | 0.93 | 0.72 |
| Hex | 77 | FA | BB | 34 | 0 | 19 | 2 | 97 | 5D | 48 |
| Octal | 167 | 372 | 273 | 64 | 0 | 31 | 2 | 227 | 135 | 110 |
| Binary | 1110111 | 11111010 | 10111011 | 110100 | 0 | 11001 | 10 | 10010111 | 1011101 | 1001000 |
Color Harmonies of #77FABB
Complementary color
Monochromatic Colors of #77FABB
Black with #77FABB
Text Example
Text Example
White with #77FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FABB; }
p { color: rgb(119,250,187); }
H1.HeaderClassName
{
color: #77FABB;
}
.AnyTagClassName
{
color: #77FABB;
}
</style>
background-color css
<style>
a { background-color: #77FABB; }
a { background-color: rgb(119,250,187); }
div.DivClassName
{
background-color: #77FABB;
}
.BgClassName
{
background-color: #77FABB;
}
</style>
border-color css
<style>
span { border-color: #77FABB; }
span { border-color: rgb(119,250,187); }
td.TdClassName
{
border-color: #77FABB;
}
.TagClassName
{
border-color: #77FABB;
}
</style>