Shades of Aquamarine #76FCDD
Tints of Aquamarine #76FCDD
RGB
CMYK
RGB Variations
Color information
#76FCDD (or 0x76FCDD) is known color: Aquamarine. HEX triplet: 76, FC and DD. RGB value is (118,252,221). Sum of RGB (Red+Green+Blue) = 118+252+221=591 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.97% from 591); Green value is 252 (98.83% from 255 or 42.64% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 252 - color contains mainly: green. Hex color #76FCDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FCDD is #890322. Grayscale: #D0D0D0. Windows color (decimal): -8979235 or 14548086. OLE color: 14548086.
HSL color Cylindrical-coordinate representation of color #76FCDD: hue angle of 166.12º degrees, saturation: 0.96, 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 #76FCDD is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 252 | 221 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.01 |
| HSL | 166.12º | 0.96% | 0.73% | - |
| HSV(B) | 166.12º | 0.53% | 0.99% | - |
| XYZ | 55.33 | 78.69 | 80.68 | - |
| YUV | 208.4 | 135.11 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 252 | 221 | 0.53 | 0 | 0.12 | 0.01 | 166.12 | 0.96 | 0.73 |
| Hex | 76 | FC | DD | 35 | 0 | C | 1 | A6 | 60 | 49 |
| Octal | 166 | 374 | 335 | 65 | 0 | 14 | 1 | 246 | 140 | 111 |
| Binary | 1110110 | 11111100 | 11011101 | 110101 | 0 | 1100 | 1 | 10100110 | 1100000 | 1001001 |
Color Harmonies of #76FCDD
Complementary color
Monochromatic Colors of #76FCDD
Black with #76FCDD
Text Example
Text Example
White with #76FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FCDD; }
p { color: rgb(118,252,221); }
H1.HeaderClassName
{
color: #76FCDD;
}
.AnyTagClassName
{
color: #76FCDD;
}
</style>
background-color css
<style>
a { background-color: #76FCDD; }
a { background-color: rgb(118,252,221); }
div.DivClassName
{
background-color: #76FCDD;
}
.BgClassName
{
background-color: #76FCDD;
}
</style>
border-color css
<style>
span { border-color: #76FCDD; }
span { border-color: rgb(118,252,221); }
td.TdClassName
{
border-color: #76FCDD;
}
.TagClassName
{
border-color: #76FCDD;
}
</style>