Shades of Aquamarine #76FDDC
Tints of Aquamarine #76FDDC
RGB
CMYK
RGB Variations
Color information
#76FDDC (or 0x76FDDC) is known color: Aquamarine. HEX triplet: 76, FD and DC. RGB value is (118,253,220). Sum of RGB (Red+Green+Blue) = 118+253+220=591 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.97% from 591); Green value is 253 (99.22% from 255 or 42.81% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 253 - color contains mainly: green. Hex color #76FDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FDDC is #890223. Grayscale: #D0D0D0. Windows color (decimal): -8978980 or 14482806. OLE color: 14482806.
HSL color Cylindrical-coordinate representation of color #76FDDC: hue angle of 165.33º 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 #76FDDC is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 253 | 220 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.01 |
| HSL | 165.33º | 0.97% | 0.73% | - |
| HSV(B) | 165.33º | 0.53% | 0.99% | - |
| XYZ | 55.51 | 79.27 | 80.08 | - |
| YUV | 208.87 | 134.27 | 63.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 253 | 220 | 0.53 | 0 | 0.13 | 0.01 | 165.33 | 0.97 | 0.73 |
| Hex | 76 | FD | DC | 35 | 0 | D | 1 | A5 | 61 | 49 |
| Octal | 166 | 375 | 334 | 65 | 0 | 15 | 1 | 245 | 141 | 111 |
| Binary | 1110110 | 11111101 | 11011100 | 110101 | 0 | 1101 | 1 | 10100101 | 1100001 | 1001001 |
Color Harmonies of #76FDDC
Complementary color
Monochromatic Colors of #76FDDC
Black with #76FDDC
Text Example
Text Example
White with #76FDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FDDC; }
p { color: rgb(118,253,220); }
H1.HeaderClassName
{
color: #76FDDC;
}
.AnyTagClassName
{
color: #76FDDC;
}
</style>
background-color css
<style>
a { background-color: #76FDDC; }
a { background-color: rgb(118,253,220); }
div.DivClassName
{
background-color: #76FDDC;
}
.BgClassName
{
background-color: #76FDDC;
}
</style>
border-color css
<style>
span { border-color: #76FDDC; }
span { border-color: rgb(118,253,220); }
td.TdClassName
{
border-color: #76FDDC;
}
.TagClassName
{
border-color: #76FDDC;
}
</style>