Shades of Aquamarine #76FDD7
Tints of Aquamarine #76FDD7
RGB
CMYK
RGB Variations
Color information
#76FDD7 (or 0x76FDD7) is known color: Aquamarine. HEX triplet: 76, FD and D7. RGB value is (118,253,215). Sum of RGB (Red+Green+Blue) = 118+253+215=586 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.14% from 586); Green value is 253 (99.22% from 255 or 43.17% from 586); Blue value is 215 (84.38% from 255 or 36.69% from 586); Max value from RGB is 253 - color contains mainly: green. Hex color #76FDD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FDD7 is #890228. Grayscale: #D0D0D0. Windows color (decimal): -8978985 or 14155126. OLE color: 14155126.
HSL color Cylindrical-coordinate representation of color #76FDD7: hue angle of 163.11º 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 #76FDD7 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 253 | 215 | - |
| CMYK | 0.53 | 0 | 0.15 | 0.01 |
| HSL | 163.11º | 0.97% | 0.73% | - |
| HSV(B) | 163.11º | 0.53% | 0.99% | - |
| XYZ | 54.86 | 79.01 | 76.65 | - |
| YUV | 208.3 | 131.77 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 253 | 215 | 0.53 | 0 | 0.15 | 0.01 | 163.11 | 0.97 | 0.73 |
| Hex | 76 | FD | D7 | 35 | 0 | F | 1 | A3 | 61 | 49 |
| Octal | 166 | 375 | 327 | 65 | 0 | 17 | 1 | 243 | 141 | 111 |
| Binary | 1110110 | 11111101 | 11010111 | 110101 | 0 | 1111 | 1 | 10100011 | 1100001 | 1001001 |
Color Harmonies of #76FDD7
Complementary color
Monochromatic Colors of #76FDD7
Black with #76FDD7
Text Example
Text Example
White with #76FDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FDD7; }
p { color: rgb(118,253,215); }
H1.HeaderClassName
{
color: #76FDD7;
}
.AnyTagClassName
{
color: #76FDD7;
}
</style>
background-color css
<style>
a { background-color: #76FDD7; }
a { background-color: rgb(118,253,215); }
div.DivClassName
{
background-color: #76FDD7;
}
.BgClassName
{
background-color: #76FDD7;
}
</style>
border-color css
<style>
span { border-color: #76FDD7; }
span { border-color: rgb(118,253,215); }
td.TdClassName
{
border-color: #76FDD7;
}
.TagClassName
{
border-color: #76FDD7;
}
</style>