Shades of Aquamarine #76FFDE
Tints of Aquamarine #76FFDE
RGB
CMYK
RGB Variations
Color information
#76FFDE (or 0x76FFDE) is known color: Aquamarine. HEX triplet: 76, FF and DE. RGB value is (118,255,222). Sum of RGB (Red+Green+Blue) = 118+255+222=595 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.83% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FFDE is #890021. Grayscale: #D2D2D2. Windows color (decimal): -8978466 or 14614390. OLE color: 14614390.
HSL color Cylindrical-coordinate representation of color #76FFDE: hue angle of 165.55º 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 #76FFDE is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 222 | - |
| CMYK | 0.54 | 0 | 0.13 | 0 |
| HSL | 165.55º | 1% | 0.73% | - |
| HSV(B) | 165.55º | 0.54% | 1% | - |
| XYZ | 56.42 | 80.65 | 81.7 | - |
| YUV | 210.28 | 134.61 | 62.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 222 | 0.54 | 0 | 0.13 | 0 | 165.55 | 1 | 0.73 |
| Hex | 76 | FF | DE | 36 | 0 | D | 0 | A6 | 64 | 49 |
| Octal | 166 | 377 | 336 | 66 | 0 | 15 | 0 | 246 | 144 | 111 |
| Binary | 1110110 | 11111111 | 11011110 | 110110 | 0 | 1101 | 0 | 10100110 | 1100100 | 1001001 |
Color Harmonies of #76FFDE
Complementary color
Monochromatic Colors of #76FFDE
Black with #76FFDE
Text Example
Text Example
White with #76FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FFDE; }
p { color: rgb(118,255,222); }
H1.HeaderClassName
{
color: #76FFDE;
}
.AnyTagClassName
{
color: #76FFDE;
}
</style>
background-color css
<style>
a { background-color: #76FFDE; }
a { background-color: rgb(118,255,222); }
div.DivClassName
{
background-color: #76FFDE;
}
.BgClassName
{
background-color: #76FFDE;
}
</style>
border-color css
<style>
span { border-color: #76FFDE; }
span { border-color: rgb(118,255,222); }
td.TdClassName
{
border-color: #76FFDE;
}
.TagClassName
{
border-color: #76FFDE;
}
</style>