Shades of Aquamarine #76EFCD
Tints of Aquamarine #76EFCD
RGB
CMYK
RGB Variations
Color information
#76EFCD (or 0x76EFCD) is known color: Aquamarine. HEX triplet: 76, EF and CD. RGB value is (118,239,205). Sum of RGB (Red+Green+Blue) = 118+239+205=562 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.00% from 562); Green value is 239 (93.75% from 255 or 42.53% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 239 - color contains mainly: green. Hex color #76EFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EFCD is #891032. Grayscale: #C6C6C6. Windows color (decimal): -8982579 or 13496182. OLE color: 13496182.
HSL color Cylindrical-coordinate representation of color #76EFCD: hue angle of 163.14º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76EFCD is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 239 | 205 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.06 |
| HSL | 163.14º | 0.79% | 0.7% | - |
| HSV(B) | 163.14º | 0.51% | 0.94% | - |
| XYZ | 49.36 | 69.99 | 68.67 | - |
| YUV | 198.95 | 131.41 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 239 | 205 | 0.51 | 0 | 0.14 | 0.06 | 163.14 | 0.79 | 0.7 |
| Hex | 76 | EF | CD | 33 | 0 | E | 6 | A3 | 4F | 46 |
| Octal | 166 | 357 | 315 | 63 | 0 | 16 | 6 | 243 | 117 | 106 |
| Binary | 1110110 | 11101111 | 11001101 | 110011 | 0 | 1110 | 110 | 10100011 | 1001111 | 1000110 |
Color Harmonies of #76EFCD
Complementary color
Monochromatic Colors of #76EFCD
Black with #76EFCD
Text Example
Text Example
White with #76EFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76EFCD; }
p { color: rgb(118,239,205); }
H1.HeaderClassName
{
color: #76EFCD;
}
.AnyTagClassName
{
color: #76EFCD;
}
</style>
background-color css
<style>
a { background-color: #76EFCD; }
a { background-color: rgb(118,239,205); }
div.DivClassName
{
background-color: #76EFCD;
}
.BgClassName
{
background-color: #76EFCD;
}
</style>
border-color css
<style>
span { border-color: #76EFCD; }
span { border-color: rgb(118,239,205); }
td.TdClassName
{
border-color: #76EFCD;
}
.TagClassName
{
border-color: #76EFCD;
}
</style>