Shades of Aquamarine #76FDDD
Tints of Aquamarine #76FDDD
RGB
CMYK
RGB Variations
Color information
#76FDDD (or 0x76FDDD) is known color: Aquamarine. HEX triplet: 76, FD and DD. RGB value is (118,253,221). Sum of RGB (Red+Green+Blue) = 118+253+221=592 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.93% from 592); Green value is 253 (99.22% from 255 or 42.74% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 253 - color contains mainly: green. Hex color #76FDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FDDD is #890222. Grayscale: #D0D0D0. Windows color (decimal): -8978979 or 14548342. OLE color: 14548342.
HSL color Cylindrical-coordinate representation of color #76FDDD: hue angle of 165.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 #76FDDD is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 253 | 221 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.01 |
| HSL | 165.78º | 0.97% | 0.73% | - |
| HSV(B) | 165.78º | 0.53% | 0.99% | - |
| XYZ | 55.65 | 79.32 | 80.78 | - |
| YUV | 208.99 | 134.77 | 63.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 253 | 221 | 0.53 | 0 | 0.13 | 0.01 | 165.78 | 0.97 | 0.73 |
| Hex | 76 | FD | DD | 35 | 0 | D | 1 | A6 | 61 | 49 |
| Octal | 166 | 375 | 335 | 65 | 0 | 15 | 1 | 246 | 141 | 111 |
| Binary | 1110110 | 11111101 | 11011101 | 110101 | 0 | 1101 | 1 | 10100110 | 1100001 | 1001001 |
Color Harmonies of #76FDDD
Complementary color
Monochromatic Colors of #76FDDD
Black with #76FDDD
Text Example
Text Example
White with #76FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FDDD; }
p { color: rgb(118,253,221); }
H1.HeaderClassName
{
color: #76FDDD;
}
.AnyTagClassName
{
color: #76FDDD;
}
</style>
background-color css
<style>
a { background-color: #76FDDD; }
a { background-color: rgb(118,253,221); }
div.DivClassName
{
background-color: #76FDDD;
}
.BgClassName
{
background-color: #76FDDD;
}
</style>
border-color css
<style>
span { border-color: #76FDDD; }
span { border-color: rgb(118,253,221); }
td.TdClassName
{
border-color: #76FDDD;
}
.TagClassName
{
border-color: #76FDDD;
}
</style>