Shades of Aquamarine #76FDD0
Tints of Aquamarine #76FDD0
RGB
CMYK
RGB Variations
Color information
#76FDD0 (or 0x76FDD0) is known color: Aquamarine. HEX triplet: 76, FD and D0. RGB value is (118,253,208). Sum of RGB (Red+Green+Blue) = 118+253+208=579 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.38% from 579); Green value is 253 (99.22% from 255 or 43.70% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 253 - color contains mainly: green. Hex color #76FDD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FDD0 is #89022F. Grayscale: #CFCFCF. Windows color (decimal): -8978992 or 13696374. OLE color: 13696374.
HSL color Cylindrical-coordinate representation of color #76FDD0: hue angle of 160º 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 #76FDD0 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 253 | 208 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.01 |
| HSL | 160º | 0.97% | 0.73% | - |
| HSV(B) | 160º | 0.53% | 0.99% | - |
| XYZ | 53.98 | 78.66 | 72.01 | - |
| YUV | 207.51 | 128.27 | 64.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 253 | 208 | 0.53 | 0 | 0.18 | 0.01 | 160 | 0.97 | 0.73 |
| Hex | 76 | FD | D0 | 35 | 0 | 12 | 1 | A0 | 61 | 49 |
| Octal | 166 | 375 | 320 | 65 | 0 | 22 | 1 | 240 | 141 | 111 |
| Binary | 1110110 | 11111101 | 11010000 | 110101 | 0 | 10010 | 1 | 10100000 | 1100001 | 1001001 |
Color Harmonies of #76FDD0
Complementary color
Monochromatic Colors of #76FDD0
Black with #76FDD0
Text Example
Text Example
White with #76FDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FDD0; }
p { color: rgb(118,253,208); }
H1.HeaderClassName
{
color: #76FDD0;
}
.AnyTagClassName
{
color: #76FDD0;
}
</style>
background-color css
<style>
a { background-color: #76FDD0; }
a { background-color: rgb(118,253,208); }
div.DivClassName
{
background-color: #76FDD0;
}
.BgClassName
{
background-color: #76FDD0;
}
</style>
border-color css
<style>
span { border-color: #76FDD0; }
span { border-color: rgb(118,253,208); }
td.TdClassName
{
border-color: #76FDD0;
}
.TagClassName
{
border-color: #76FDD0;
}
</style>