Shades of Medium Aquamarine #7DCEA2
Tints of Medium Aquamarine #7DCEA2
RGB
CMYK
RGB Variations
Color information
#7DCEA2 (or 0x7DCEA2) is known color: Medium Aquamarine. HEX triplet: 7D, CE and A2. RGB value is (125,206,162). Sum of RGB (Red+Green+Blue) = 125+206+162=493 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.35% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 162 (63.67% from 255 or 32.86% from 493); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCEA2 is #82315D. Grayscale: #B0B0B0. Windows color (decimal): -8532318 or 10669693. OLE color: 10669693.
HSL color Cylindrical-coordinate representation of color #7DCEA2: hue angle of 147.41º 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 #7DCEA2 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 206 | 162 | - |
| CMYK | 0.39 | 0 | 0.21 | 0.19 |
| HSL | 147.41º | 0.45% | 0.65% | - |
| HSV(B) | 147.41º | 0.39% | 0.81% | - |
| XYZ | 37.05 | 51.11 | 42.1 | - |
| YUV | 176.77 | 119.66 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 206 | 162 | 0.39 | 0 | 0.21 | 0.19 | 147.41 | 0.45 | 0.65 |
| Hex | 7D | CE | A2 | 27 | 0 | 15 | 13 | 93 | 2D | 41 |
| Octal | 175 | 316 | 242 | 47 | 0 | 25 | 23 | 223 | 55 | 101 |
| Binary | 1111101 | 11001110 | 10100010 | 100111 | 0 | 10101 | 10011 | 10010011 | 101101 | 1000001 |
Color Harmonies of #7DCEA2
Complementary color
Monochromatic Colors of #7DCEA2
Black with #7DCEA2
Text Example
Text Example
White with #7DCEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCEA2; }
p { color: rgb(125,206,162); }
H1.HeaderClassName
{
color: #7DCEA2;
}
.AnyTagClassName
{
color: #7DCEA2;
}
</style>
background-color css
<style>
a { background-color: #7DCEA2; }
a { background-color: rgb(125,206,162); }
div.DivClassName
{
background-color: #7DCEA2;
}
.BgClassName
{
background-color: #7DCEA2;
}
</style>
border-color css
<style>
span { border-color: #7DCEA2; }
span { border-color: rgb(125,206,162); }
td.TdClassName
{
border-color: #7DCEA2;
}
.TagClassName
{
border-color: #7DCEA2;
}
</style>