Shades of Medium Aquamarine #7DCEA5
Tints of Medium Aquamarine #7DCEA5
RGB
CMYK
RGB Variations
Color information
#7DCEA5 (or 0x7DCEA5) is known color: Medium Aquamarine. HEX triplet: 7D, CE and A5. RGB value is (125,206,165). Sum of RGB (Red+Green+Blue) = 125+206+165=496 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.20% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 165 (64.84% from 255 or 33.27% from 496); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCEA5 is #82315A. Grayscale: #B1B1B1. Windows color (decimal): -8532315 or 10866301. OLE color: 10866301.
HSL color Cylindrical-coordinate representation of color #7DCEA5: hue angle of 149.63º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCEA5 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 206 | 165 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.19 |
| HSL | 149.63º | 0.45% | 0.65% | - |
| HSV(B) | 149.63º | 0.39% | 0.81% | - |
| XYZ | 37.32 | 51.22 | 43.52 | - |
| YUV | 177.11 | 121.16 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 206 | 165 | 0.39 | 0 | 0.20 | 0.19 | 149.63 | 0.45 | 0.65 |
| Hex | 7D | CE | A5 | 27 | 0 | 14 | 13 | 96 | 2D | 41 |
| Octal | 175 | 316 | 245 | 47 | 0 | 24 | 23 | 226 | 55 | 101 |
| Binary | 1111101 | 11001110 | 10100101 | 100111 | 0 | 10100 | 10011 | 10010110 | 101101 | 1000001 |
Color Harmonies of #7DCEA5
Complementary color
Monochromatic Colors of #7DCEA5
Black with #7DCEA5
Text Example
Text Example
White with #7DCEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCEA5; }
p { color: rgb(125,206,165); }
H1.HeaderClassName
{
color: #7DCEA5;
}
.AnyTagClassName
{
color: #7DCEA5;
}
</style>
background-color css
<style>
a { background-color: #7DCEA5; }
a { background-color: rgb(125,206,165); }
div.DivClassName
{
background-color: #7DCEA5;
}
.BgClassName
{
background-color: #7DCEA5;
}
</style>
border-color css
<style>
span { border-color: #7DCEA5; }
span { border-color: rgb(125,206,165); }
td.TdClassName
{
border-color: #7DCEA5;
}
.TagClassName
{
border-color: #7DCEA5;
}
</style>