Shades of Aquamarine #76FFD3
Tints of Aquamarine #76FFD3
RGB
CMYK
RGB Variations
Color information
#76FFD3 (or 0x76FFD3) is known color: Aquamarine. HEX triplet: 76, FF and D3. RGB value is (118,255,211). Sum of RGB (Red+Green+Blue) = 118+255+211=584 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.21% from 584); Green value is 255 (100% from 255 or 43.66% from 584); Blue value is 211 (82.81% from 255 or 36.13% from 584); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FFD3 is #89002C. Grayscale: #D1D1D1. Windows color (decimal): -8978477 or 13893494. OLE color: 13893494.
HSL color Cylindrical-coordinate representation of color #76FFD3: hue angle of 160.73º 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 #76FFD3 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 211 | - |
| CMYK | 0.54 | 0 | 0.17 | 0 |
| HSL | 160.73º | 1% | 0.73% | - |
| HSV(B) | 160.73º | 0.54% | 1% | - |
| XYZ | 54.99 | 80.07 | 74.19 | - |
| YUV | 209.02 | 129.11 | 63.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 211 | 0.54 | 0 | 0.17 | 0 | 160.73 | 1 | 0.73 |
| Hex | 76 | FF | D3 | 36 | 0 | 11 | 0 | A1 | 64 | 49 |
| Octal | 166 | 377 | 323 | 66 | 0 | 21 | 0 | 241 | 144 | 111 |
| Binary | 1110110 | 11111111 | 11010011 | 110110 | 0 | 10001 | 0 | 10100001 | 1100100 | 1001001 |
Color Harmonies of #76FFD3
Complementary color
Monochromatic Colors of #76FFD3
Black with #76FFD3
Text Example
Text Example
White with #76FFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FFD3; }
p { color: rgb(118,255,211); }
H1.HeaderClassName
{
color: #76FFD3;
}
.AnyTagClassName
{
color: #76FFD3;
}
</style>
background-color css
<style>
a { background-color: #76FFD3; }
a { background-color: rgb(118,255,211); }
div.DivClassName
{
background-color: #76FFD3;
}
.BgClassName
{
background-color: #76FFD3;
}
</style>
border-color css
<style>
span { border-color: #76FFD3; }
span { border-color: rgb(118,255,211); }
td.TdClassName
{
border-color: #76FFD3;
}
.TagClassName
{
border-color: #76FFD3;
}
</style>