Shades of Aquamarine #76FDE6
Tints of Aquamarine #76FDE6
RGB
CMYK
RGB Variations
Color information
#76FDE6 (or 0x76FDE6) is known color: Aquamarine. HEX triplet: 76, FD and E6. RGB value is (118,253,230). Sum of RGB (Red+Green+Blue) = 118+253+230=601 (79% of max value = 765). Red value is 118 (46.48% from 255 or 19.63% from 601); Green value is 253 (99.22% from 255 or 42.10% from 601); Blue value is 230 (90.23% from 255 or 38.27% from 601); Max value from RGB is 253 - color contains mainly: green. Hex color #76FDE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FDE6 is #890219. Grayscale: #D1D1D1. Windows color (decimal): -8978970 or 15138166. OLE color: 15138166.
HSL color Cylindrical-coordinate representation of color #76FDE6: hue angle of 169.78º 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 #76FDE6 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 253 | 230 | - |
| CMYK | 0.53 | 0 | 0.09 | 0.01 |
| HSL | 169.78º | 0.97% | 0.73% | - |
| HSV(B) | 169.78º | 0.53% | 0.99% | - |
| XYZ | 56.88 | 79.82 | 87.27 | - |
| YUV | 210.01 | 139.27 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 253 | 230 | 0.53 | 0 | 0.09 | 0.01 | 169.78 | 0.97 | 0.73 |
| Hex | 76 | FD | E6 | 35 | 0 | 9 | 1 | AA | 61 | 49 |
| Octal | 166 | 375 | 346 | 65 | 0 | 11 | 1 | 252 | 141 | 111 |
| Binary | 1110110 | 11111101 | 11100110 | 110101 | 0 | 1001 | 1 | 10101010 | 1100001 | 1001001 |
Color Harmonies of #76FDE6
Complementary color
Monochromatic Colors of #76FDE6
Black with #76FDE6
Text Example
Text Example
White with #76FDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FDE6; }
p { color: rgb(118,253,230); }
H1.HeaderClassName
{
color: #76FDE6;
}
.AnyTagClassName
{
color: #76FDE6;
}
</style>
background-color css
<style>
a { background-color: #76FDE6; }
a { background-color: rgb(118,253,230); }
div.DivClassName
{
background-color: #76FDE6;
}
.BgClassName
{
background-color: #76FDE6;
}
</style>
border-color css
<style>
span { border-color: #76FDE6; }
span { border-color: rgb(118,253,230); }
td.TdClassName
{
border-color: #76FDE6;
}
.TagClassName
{
border-color: #76FDE6;
}
</style>