Shades of Medium Aquamarine #76CAA8
Tints of Medium Aquamarine #76CAA8
RGB
CMYK
RGB Variations
Color information
#76CAA8 (or 0x76CAA8) is known color: Medium Aquamarine. HEX triplet: 76, CA and A8. RGB value is (118,202,168). Sum of RGB (Red+Green+Blue) = 118+202+168=488 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.18% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 168 (66.02% from 255 or 34.43% from 488); Max value from RGB is 202 - color contains mainly: green. Hex color #76CAA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CAA8 is #893557. Grayscale: #ADADAD. Windows color (decimal): -8992088 or 11061878. OLE color: 11061878.
HSL color Cylindrical-coordinate representation of color #76CAA8: hue angle of 155.71º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CAA8 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 202 | 168 | - |
| CMYK | 0.42 | 0 | 0.17 | 0.21 |
| HSL | 155.71º | 0.44% | 0.63% | - |
| HSV(B) | 155.71º | 0.42% | 0.79% | - |
| XYZ | 35.66 | 48.92 | 44.61 | - |
| YUV | 173.01 | 125.17 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 202 | 168 | 0.42 | 0 | 0.17 | 0.21 | 155.71 | 0.44 | 0.63 |
| Hex | 76 | CA | A8 | 2A | 0 | 11 | 15 | 9C | 2C | 3F |
| Octal | 166 | 312 | 250 | 52 | 0 | 21 | 25 | 234 | 54 | 77 |
| Binary | 1110110 | 11001010 | 10101000 | 101010 | 0 | 10001 | 10101 | 10011100 | 101100 | 111111 |
Color Harmonies of #76CAA8
Complementary color
Monochromatic Colors of #76CAA8
Black with #76CAA8
Text Example
Text Example
White with #76CAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CAA8; }
p { color: rgb(118,202,168); }
H1.HeaderClassName
{
color: #76CAA8;
}
.AnyTagClassName
{
color: #76CAA8;
}
</style>
background-color css
<style>
a { background-color: #76CAA8; }
a { background-color: rgb(118,202,168); }
div.DivClassName
{
background-color: #76CAA8;
}
.BgClassName
{
background-color: #76CAA8;
}
</style>
border-color css
<style>
span { border-color: #76CAA8; }
span { border-color: rgb(118,202,168); }
td.TdClassName
{
border-color: #76CAA8;
}
.TagClassName
{
border-color: #76CAA8;
}
</style>