Shades of Medium Aquamarine #7CCCA6
Tints of Medium Aquamarine #7CCCA6
RGB
CMYK
RGB Variations
Color information
#7CCCA6 (or 0x7CCCA6) is known color: Medium Aquamarine. HEX triplet: 7C, CC and A6. RGB value is (124,204,166). Sum of RGB (Red+Green+Blue) = 124+204+166=494 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.10% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 166 (65.23% from 255 or 33.60% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCCA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCCA6 is #833359. Grayscale: #AFAFAF. Windows color (decimal): -8598362 or 10931324. OLE color: 10931324.
HSL color Cylindrical-coordinate representation of color #7CCCA6: hue angle of 151.5º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CCCA6 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 204 | 166 | - |
| CMYK | 0.39 | 0 | 0.19 | 0.2 |
| HSL | 151.5º | 0.44% | 0.64% | - |
| HSV(B) | 151.5º | 0.39% | 0.8% | - |
| XYZ | 36.79 | 50.22 | 43.83 | - |
| YUV | 175.75 | 122.5 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 166 | 0.39 | 0 | 0.19 | 0.2 | 151.5 | 0.44 | 0.64 |
| Hex | 7C | CC | A6 | 27 | 0 | 13 | 14 | 98 | 2C | 40 |
| Octal | 174 | 314 | 246 | 47 | 0 | 23 | 24 | 230 | 54 | 100 |
| Binary | 1111100 | 11001100 | 10100110 | 100111 | 0 | 10011 | 10100 | 10011000 | 101100 | 1000000 |
Color Harmonies of #7CCCA6
Complementary color
Monochromatic Colors of #7CCCA6
Black with #7CCCA6
Text Example
Text Example
White with #7CCCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCCA6; }
p { color: rgb(124,204,166); }
H1.HeaderClassName
{
color: #7CCCA6;
}
.AnyTagClassName
{
color: #7CCCA6;
}
</style>
background-color css
<style>
a { background-color: #7CCCA6; }
a { background-color: rgb(124,204,166); }
div.DivClassName
{
background-color: #7CCCA6;
}
.BgClassName
{
background-color: #7CCCA6;
}
</style>
border-color css
<style>
span { border-color: #7CCCA6; }
span { border-color: rgb(124,204,166); }
td.TdClassName
{
border-color: #7CCCA6;
}
.TagClassName
{
border-color: #7CCCA6;
}
</style>