Shades of Aquamarine #76FFD0
Tints of Aquamarine #76FFD0
RGB
CMYK
RGB Variations
Color information
#76FFD0 (or 0x76FFD0) is known color: Aquamarine. HEX triplet: 76, FF and D0. RGB value is (118,255,208). Sum of RGB (Red+Green+Blue) = 118+255+208=581 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.31% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FFD0 is #89002F. Grayscale: #D0D0D0. Windows color (decimal): -8978480 or 13696886. OLE color: 13696886.
HSL color Cylindrical-coordinate representation of color #76FFD0: hue angle of 159.42º 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 #76FFD0 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 208 | - |
| CMYK | 0.54 | 0 | 0.18 | 0 |
| HSL | 159.42º | 1% | 0.73% | - |
| HSV(B) | 159.42º | 0.54% | 1% | - |
| XYZ | 54.62 | 79.93 | 72.22 | - |
| YUV | 208.68 | 127.61 | 63.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 208 | 0.54 | 0 | 0.18 | 0 | 159.42 | 1 | 0.73 |
| Hex | 76 | FF | D0 | 36 | 0 | 12 | 0 | 9F | 64 | 49 |
| Octal | 166 | 377 | 320 | 66 | 0 | 22 | 0 | 237 | 144 | 111 |
| Binary | 1110110 | 11111111 | 11010000 | 110110 | 0 | 10010 | 0 | 10011111 | 1100100 | 1001001 |
Color Harmonies of #76FFD0
Complementary color
Monochromatic Colors of #76FFD0
Black with #76FFD0
Text Example
Text Example
White with #76FFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FFD0; }
p { color: rgb(118,255,208); }
H1.HeaderClassName
{
color: #76FFD0;
}
.AnyTagClassName
{
color: #76FFD0;
}
</style>
background-color css
<style>
a { background-color: #76FFD0; }
a { background-color: rgb(118,255,208); }
div.DivClassName
{
background-color: #76FFD0;
}
.BgClassName
{
background-color: #76FFD0;
}
</style>
border-color css
<style>
span { border-color: #76FFD0; }
span { border-color: rgb(118,255,208); }
td.TdClassName
{
border-color: #76FFD0;
}
.TagClassName
{
border-color: #76FFD0;
}
</style>