Shades of Aquamarine #76FDB1
Tints of Aquamarine #76FDB1
RGB
CMYK
RGB Variations
Color information
#76FDB1 (or 0x76FDB1) is known color: Aquamarine. HEX triplet: 76, FD and B1. RGB value is (118,253,177). Sum of RGB (Red+Green+Blue) = 118+253+177=548 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.53% from 548); Green value is 253 (99.22% from 255 or 46.17% from 548); Blue value is 177 (69.53% from 255 or 32.30% from 548); Max value from RGB is 253 - color contains mainly: green. Hex color #76FDB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76FDB1 is #89024E. Grayscale: #CCCCCC. Windows color (decimal): -8979023 or 11664758. OLE color: 11664758.
HSL color Cylindrical-coordinate representation of color #76FDB1: hue angle of 146.22º degrees, saturation: 0.97, 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 #76FDB1 is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 253 | 177 | - |
| CMYK | 0.53 | 0 | 0.30 | 0.01 |
| HSL | 146.22º | 0.97% | 0.73% | - |
| HSV(B) | 146.22º | 0.53% | 0.99% | - |
| XYZ | 50.53 | 77.28 | 53.85 | - |
| YUV | 203.97 | 112.77 | 66.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 253 | 177 | 0.53 | 0 | 0.30 | 0.01 | 146.22 | 0.97 | 0.73 |
| Hex | 76 | FD | B1 | 35 | 0 | 1E | 1 | 92 | 61 | 49 |
| Octal | 166 | 375 | 261 | 65 | 0 | 36 | 1 | 222 | 141 | 111 |
| Binary | 1110110 | 11111101 | 10110001 | 110101 | 0 | 11110 | 1 | 10010010 | 1100001 | 1001001 |
Color Harmonies of #76FDB1
Complementary color
Monochromatic Colors of #76FDB1
Black with #76FDB1
Text Example
Text Example
White with #76FDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FDB1; }
p { color: rgb(118,253,177); }
H1.HeaderClassName
{
color: #76FDB1;
}
.AnyTagClassName
{
color: #76FDB1;
}
</style>
background-color css
<style>
a { background-color: #76FDB1; }
a { background-color: rgb(118,253,177); }
div.DivClassName
{
background-color: #76FDB1;
}
.BgClassName
{
background-color: #76FDB1;
}
</style>
border-color css
<style>
span { border-color: #76FDB1; }
span { border-color: rgb(118,253,177); }
td.TdClassName
{
border-color: #76FDB1;
}
.TagClassName
{
border-color: #76FDB1;
}
</style>