Shades of Medium Aquamarine #76CFAD
Tints of Medium Aquamarine #76CFAD
RGB
CMYK
RGB Variations
Color information
#76CFAD (or 0x76CFAD) is known color: Medium Aquamarine. HEX triplet: 76, CF and AD. RGB value is (118,207,173). Sum of RGB (Red+Green+Blue) = 118+207+173=498 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.69% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 207 - color contains mainly: green. Hex color #76CFAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CFAD is #893052. Grayscale: #B0B0B0. Windows color (decimal): -8990803 or 11390838. OLE color: 11390838.
HSL color Cylindrical-coordinate representation of color #76CFAD: hue angle of 157.08º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76CFAD is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 207 | 173 | - |
| CMYK | 0.43 | 0 | 0.16 | 0.19 |
| HSL | 157.08º | 0.48% | 0.64% | - |
| HSV(B) | 157.08º | 0.43% | 0.81% | - |
| XYZ | 37.33 | 51.49 | 47.51 | - |
| YUV | 176.51 | 126.01 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 207 | 173 | 0.43 | 0 | 0.16 | 0.19 | 157.08 | 0.48 | 0.64 |
| Hex | 76 | CF | AD | 2B | 0 | 10 | 13 | 9D | 30 | 40 |
| Octal | 166 | 317 | 255 | 53 | 0 | 20 | 23 | 235 | 60 | 100 |
| Binary | 1110110 | 11001111 | 10101101 | 101011 | 0 | 10000 | 10011 | 10011101 | 110000 | 1000000 |
Color Harmonies of #76CFAD
Complementary color
Monochromatic Colors of #76CFAD
Black with #76CFAD
Text Example
Text Example
White with #76CFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CFAD; }
p { color: rgb(118,207,173); }
H1.HeaderClassName
{
color: #76CFAD;
}
.AnyTagClassName
{
color: #76CFAD;
}
</style>
background-color css
<style>
a { background-color: #76CFAD; }
a { background-color: rgb(118,207,173); }
div.DivClassName
{
background-color: #76CFAD;
}
.BgClassName
{
background-color: #76CFAD;
}
</style>
border-color css
<style>
span { border-color: #76CFAD; }
span { border-color: rgb(118,207,173); }
td.TdClassName
{
border-color: #76CFAD;
}
.TagClassName
{
border-color: #76CFAD;
}
</style>