Shades of Aquamarine #77FCBB
Tints of Aquamarine #77FCBB
RGB
CMYK
RGB Variations
Color information
#77FCBB (or 0x77FCBB) is known color: Aquamarine. HEX triplet: 77, FC and BB. RGB value is (119,252,187). Sum of RGB (Red+Green+Blue) = 119+252+187=558 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.33% from 558); Green value is 252 (98.83% from 255 or 45.16% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 252 - color contains mainly: green. Hex color #77FCBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FCBB is #880344. Grayscale: #CCCCCC. Windows color (decimal): -8913733 or 12319863. OLE color: 12319863.
HSL color Cylindrical-coordinate representation of color #77FCBB: hue angle of 150.68º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FCBB is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 252 | 187 | - |
| CMYK | 0.53 | 0 | 0.26 | 0.01 |
| HSL | 150.68º | 0.96% | 0.73% | - |
| HSV(B) | 150.68º | 0.53% | 0.99% | - |
| XYZ | 51.39 | 77.13 | 59.19 | - |
| YUV | 204.82 | 117.94 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 252 | 187 | 0.53 | 0 | 0.26 | 0.01 | 150.68 | 0.96 | 0.73 |
| Hex | 77 | FC | BB | 35 | 0 | 1A | 1 | 97 | 60 | 49 |
| Octal | 167 | 374 | 273 | 65 | 0 | 32 | 1 | 227 | 140 | 111 |
| Binary | 1110111 | 11111100 | 10111011 | 110101 | 0 | 11010 | 1 | 10010111 | 1100000 | 1001001 |
Color Harmonies of #77FCBB
Complementary color
Monochromatic Colors of #77FCBB
Black with #77FCBB
Text Example
Text Example
White with #77FCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FCBB; }
p { color: rgb(119,252,187); }
H1.HeaderClassName
{
color: #77FCBB;
}
.AnyTagClassName
{
color: #77FCBB;
}
</style>
background-color css
<style>
a { background-color: #77FCBB; }
a { background-color: rgb(119,252,187); }
div.DivClassName
{
background-color: #77FCBB;
}
.BgClassName
{
background-color: #77FCBB;
}
</style>
border-color css
<style>
span { border-color: #77FCBB; }
span { border-color: rgb(119,252,187); }
td.TdClassName
{
border-color: #77FCBB;
}
.TagClassName
{
border-color: #77FCBB;
}
</style>