Shades of Aquamarine #76EACD
Tints of Aquamarine #76EACD
RGB
CMYK
RGB Variations
Color information
#76EACD (or 0x76EACD) is known color: Aquamarine. HEX triplet: 76, EA and CD. RGB value is (118,234,205). Sum of RGB (Red+Green+Blue) = 118+234+205=557 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.18% from 557); Green value is 234 (91.80% from 255 or 42.01% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 234 - color contains mainly: green. Hex color #76EACD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EACD is #891532. Grayscale: #C4C4C4. Windows color (decimal): -8983859 or 13494902. OLE color: 13494902.
HSL color Cylindrical-coordinate representation of color #76EACD: hue angle of 165º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76EACD is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 234 | 205 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.08 |
| HSL | 165º | 0.73% | 0.69% | - |
| HSV(B) | 165º | 0.5% | 0.92% | - |
| XYZ | 47.91 | 67.1 | 68.18 | - |
| YUV | 196.01 | 133.07 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 234 | 205 | 0.50 | 0 | 0.12 | 0.08 | 165 | 0.73 | 0.69 |
| Hex | 76 | EA | CD | 32 | 0 | C | 8 | A5 | 49 | 45 |
| Octal | 166 | 352 | 315 | 62 | 0 | 14 | 10 | 245 | 111 | 105 |
| Binary | 1110110 | 11101010 | 11001101 | 110010 | 0 | 1100 | 1000 | 10100101 | 1001001 | 1000101 |
Color Harmonies of #76EACD
Complementary color
Monochromatic Colors of #76EACD
Black with #76EACD
Text Example
Text Example
White with #76EACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76EACD; }
p { color: rgb(118,234,205); }
H1.HeaderClassName
{
color: #76EACD;
}
.AnyTagClassName
{
color: #76EACD;
}
</style>
background-color css
<style>
a { background-color: #76EACD; }
a { background-color: rgb(118,234,205); }
div.DivClassName
{
background-color: #76EACD;
}
.BgClassName
{
background-color: #76EACD;
}
</style>
border-color css
<style>
span { border-color: #76EACD; }
span { border-color: rgb(118,234,205); }
td.TdClassName
{
border-color: #76EACD;
}
.TagClassName
{
border-color: #76EACD;
}
</style>