Shades of Aquamarine #76FFDC
Tints of Aquamarine #76FFDC
RGB
CMYK
RGB Variations
Color information
#76FFDC (or 0x76FFDC) is known color: Aquamarine. HEX triplet: 76, FF and DC. RGB value is (118,255,220). Sum of RGB (Red+Green+Blue) = 118+255+220=593 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.90% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FFDC is #890023. Grayscale: #D2D2D2. Windows color (decimal): -8978468 or 14483318. OLE color: 14483318.
HSL color Cylindrical-coordinate representation of color #76FFDC: hue angle of 164.67º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76FFDC is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 220 | - |
| CMYK | 0.54 | 0 | 0.14 | 0 |
| HSL | 164.67º | 1% | 0.73% | - |
| HSV(B) | 164.67º | 0.54% | 1% | - |
| XYZ | 56.15 | 80.54 | 80.3 | - |
| YUV | 210.05 | 133.61 | 62.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 220 | 0.54 | 0 | 0.14 | 0 | 164.67 | 1 | 0.73 |
| Hex | 76 | FF | DC | 36 | 0 | E | 0 | A5 | 64 | 49 |
| Octal | 166 | 377 | 334 | 66 | 0 | 16 | 0 | 245 | 144 | 111 |
| Binary | 1110110 | 11111111 | 11011100 | 110110 | 0 | 1110 | 0 | 10100101 | 1100100 | 1001001 |
Color Harmonies of #76FFDC
Complementary color
Monochromatic Colors of #76FFDC
Black with #76FFDC
Text Example
Text Example
White with #76FFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FFDC; }
p { color: rgb(118,255,220); }
H1.HeaderClassName
{
color: #76FFDC;
}
.AnyTagClassName
{
color: #76FFDC;
}
</style>
background-color css
<style>
a { background-color: #76FFDC; }
a { background-color: rgb(118,255,220); }
div.DivClassName
{
background-color: #76FFDC;
}
.BgClassName
{
background-color: #76FFDC;
}
</style>
border-color css
<style>
span { border-color: #76FFDC; }
span { border-color: rgb(118,255,220); }
td.TdClassName
{
border-color: #76FFDC;
}
.TagClassName
{
border-color: #76FFDC;
}
</style>