Shades of Medium Aquamarine #76CDA5
Tints of Medium Aquamarine #76CDA5
RGB
CMYK
RGB Variations
Color information
#76CDA5 (or 0x76CDA5) is known color: Medium Aquamarine. HEX triplet: 76, CD and A5. RGB value is (118,205,165). Sum of RGB (Red+Green+Blue) = 118+205+165=488 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.18% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 165 (64.84% from 255 or 33.81% from 488); Max value from RGB is 205 - color contains mainly: green. Hex color #76CDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CDA5 is #89325A. Grayscale: #AEAEAE. Windows color (decimal): -8991323 or 10866038. OLE color: 10866038.
HSL color Cylindrical-coordinate representation of color #76CDA5: hue angle of 152.41º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CDA5 is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 205 | 165 | - |
| CMYK | 0.42 | 0 | 0.20 | 0.20 |
| HSL | 152.41º | 0.47% | 0.63% | - |
| HSV(B) | 152.41º | 0.42% | 0.8% | - |
| XYZ | 36.09 | 50.23 | 43.39 | - |
| YUV | 174.43 | 122.68 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 205 | 165 | 0.42 | 0 | 0.20 | 0.20 | 152.41 | 0.47 | 0.63 |
| Hex | 76 | CD | A5 | 2A | 0 | 14 | 14 | 98 | 2F | 3F |
| Octal | 166 | 315 | 245 | 52 | 0 | 24 | 24 | 230 | 57 | 77 |
| Binary | 1110110 | 11001101 | 10100101 | 101010 | 0 | 10100 | 10100 | 10011000 | 101111 | 111111 |
Color Harmonies of #76CDA5
Complementary color
Monochromatic Colors of #76CDA5
Black with #76CDA5
Text Example
Text Example
White with #76CDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CDA5; }
p { color: rgb(118,205,165); }
H1.HeaderClassName
{
color: #76CDA5;
}
.AnyTagClassName
{
color: #76CDA5;
}
</style>
background-color css
<style>
a { background-color: #76CDA5; }
a { background-color: rgb(118,205,165); }
div.DivClassName
{
background-color: #76CDA5;
}
.BgClassName
{
background-color: #76CDA5;
}
</style>
border-color css
<style>
span { border-color: #76CDA5; }
span { border-color: rgb(118,205,165); }
td.TdClassName
{
border-color: #76CDA5;
}
.TagClassName
{
border-color: #76CDA5;
}
</style>