Shades of Medium Aquamarine #76CDA8
Tints of Medium Aquamarine #76CDA8
RGB
CMYK
RGB Variations
Color information
#76CDA8 (or 0x76CDA8) is known color: Medium Aquamarine. HEX triplet: 76, CD and A8. RGB value is (118,205,168). Sum of RGB (Red+Green+Blue) = 118+205+168=491 (65% of max value = 765). Red value is 118 (46.48% from 255 or 24.03% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 168 (66.02% from 255 or 34.22% from 491); Max value from RGB is 205 - color contains mainly: green. Hex color #76CDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CDA8 is #893257. Grayscale: #AEAEAE. Windows color (decimal): -8991320 or 11062646. OLE color: 11062646.
HSL color Cylindrical-coordinate representation of color #76CDA8: hue angle of 154.48º 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 #76CDA8 is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 205 | 168 | - |
| CMYK | 0.42 | 0 | 0.18 | 0.20 |
| HSL | 154.48º | 0.47% | 0.63% | - |
| HSV(B) | 154.48º | 0.42% | 0.8% | - |
| XYZ | 36.37 | 50.34 | 44.85 | - |
| YUV | 174.77 | 124.18 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 205 | 168 | 0.42 | 0 | 0.18 | 0.20 | 154.48 | 0.47 | 0.63 |
| Hex | 76 | CD | A8 | 2A | 0 | 12 | 14 | 9A | 2F | 3F |
| Octal | 166 | 315 | 250 | 52 | 0 | 22 | 24 | 232 | 57 | 77 |
| Binary | 1110110 | 11001101 | 10101000 | 101010 | 0 | 10010 | 10100 | 10011010 | 101111 | 111111 |
Color Harmonies of #76CDA8
Complementary color
Monochromatic Colors of #76CDA8
Black with #76CDA8
Text Example
Text Example
White with #76CDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CDA8; }
p { color: rgb(118,205,168); }
H1.HeaderClassName
{
color: #76CDA8;
}
.AnyTagClassName
{
color: #76CDA8;
}
</style>
background-color css
<style>
a { background-color: #76CDA8; }
a { background-color: rgb(118,205,168); }
div.DivClassName
{
background-color: #76CDA8;
}
.BgClassName
{
background-color: #76CDA8;
}
</style>
border-color css
<style>
span { border-color: #76CDA8; }
span { border-color: rgb(118,205,168); }
td.TdClassName
{
border-color: #76CDA8;
}
.TagClassName
{
border-color: #76CDA8;
}
</style>