Shades of Medium Aquamarine #76CDA4
Tints of Medium Aquamarine #76CDA4
RGB
CMYK
RGB Variations
Color information
#76CDA4 (or 0x76CDA4) is known color: Medium Aquamarine. HEX triplet: 76, CD and A4. RGB value is (118,205,164). Sum of RGB (Red+Green+Blue) = 118+205+164=487 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.23% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 164 (64.45% from 255 or 33.68% from 487); Max value from RGB is 205 - color contains mainly: green. Hex color #76CDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CDA4 is #89325B. Grayscale: #AEAEAE. Windows color (decimal): -8991324 or 10800502. OLE color: 10800502.
HSL color Cylindrical-coordinate representation of color #76CDA4: hue angle of 151.72º 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 #76CDA4 is Cyan = 0.42, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 205 | 164 | - |
| CMYK | 0.42 | 0 | 0.2 | 0.20 |
| HSL | 151.72º | 0.47% | 0.63% | - |
| HSV(B) | 151.72º | 0.42% | 0.8% | - |
| XYZ | 36 | 50.19 | 42.91 | - |
| YUV | 174.31 | 122.18 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 205 | 164 | 0.42 | 0 | 0.2 | 0.20 | 151.72 | 0.47 | 0.63 |
| Hex | 76 | CD | A4 | 2A | 0 | 14 | 14 | 98 | 2F | 3F |
| Octal | 166 | 315 | 244 | 52 | 0 | 24 | 24 | 230 | 57 | 77 |
| Binary | 1110110 | 11001101 | 10100100 | 101010 | 0 | 10100 | 10100 | 10011000 | 101111 | 111111 |
Color Harmonies of #76CDA4
Complementary color
Monochromatic Colors of #76CDA4
Black with #76CDA4
Text Example
Text Example
White with #76CDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CDA4; }
p { color: rgb(118,205,164); }
H1.HeaderClassName
{
color: #76CDA4;
}
.AnyTagClassName
{
color: #76CDA4;
}
</style>
background-color css
<style>
a { background-color: #76CDA4; }
a { background-color: rgb(118,205,164); }
div.DivClassName
{
background-color: #76CDA4;
}
.BgClassName
{
background-color: #76CDA4;
}
</style>
border-color css
<style>
span { border-color: #76CDA4; }
span { border-color: rgb(118,205,164); }
td.TdClassName
{
border-color: #76CDA4;
}
.TagClassName
{
border-color: #76CDA4;
}
</style>