Shades of Aquamarine #77FEB0
Tints of Aquamarine #77FEB0
RGB
CMYK
RGB Variations
Color information
#77FEB0 (or 0x77FEB0) is known color: Aquamarine. HEX triplet: 77, FE and B0. RGB value is (119,254,176). Sum of RGB (Red+Green+Blue) = 119+254+176=549 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.68% from 549); Green value is 254 (99.61% from 255 or 46.27% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 254 - color contains mainly: green. Hex color #77FEB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77FEB0 is #88014F. Grayscale: #CCCCCC. Windows color (decimal): -8913232 or 11599479. OLE color: 11599479.
HSL color Cylindrical-coordinate representation of color #77FEB0: hue angle of 145.33º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FEB0 is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 254 | 176 | - |
| CMYK | 0.53 | 0 | 0.31 | 0.00 |
| HSL | 145.33º | 0.99% | 0.73% | - |
| HSV(B) | 145.33º | 0.53% | 1% | - |
| XYZ | 50.89 | 77.94 | 53.44 | - |
| YUV | 204.74 | 111.77 | 66.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 254 | 176 | 0.53 | 0 | 0.31 | 0.00 | 145.33 | 0.99 | 0.73 |
| Hex | 77 | FE | B0 | 35 | 0 | 1F | 0 | 91 | 63 | 49 |
| Octal | 167 | 376 | 260 | 65 | 0 | 37 | 0 | 221 | 143 | 111 |
| Binary | 1110111 | 11111110 | 10110000 | 110101 | 0 | 11111 | 0 | 10010001 | 1100011 | 1001001 |
Color Harmonies of #77FEB0
Complementary color
Monochromatic Colors of #77FEB0
Black with #77FEB0
Text Example
Text Example
White with #77FEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FEB0; }
p { color: rgb(119,254,176); }
H1.HeaderClassName
{
color: #77FEB0;
}
.AnyTagClassName
{
color: #77FEB0;
}
</style>
background-color css
<style>
a { background-color: #77FEB0; }
a { background-color: rgb(119,254,176); }
div.DivClassName
{
background-color: #77FEB0;
}
.BgClassName
{
background-color: #77FEB0;
}
</style>
border-color css
<style>
span { border-color: #77FEB0; }
span { border-color: rgb(119,254,176); }
td.TdClassName
{
border-color: #77FEB0;
}
.TagClassName
{
border-color: #77FEB0;
}
</style>