Shades of Medium Aquamarine #7DCDA2
Tints of Medium Aquamarine #7DCDA2
RGB
CMYK
RGB Variations
Color information
#7DCDA2 (or 0x7DCDA2) is known color: Medium Aquamarine. HEX triplet: 7D, CD and A2. RGB value is (125,205,162). Sum of RGB (Red+Green+Blue) = 125+205+162=492 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.41% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 162 (63.67% from 255 or 32.93% from 492); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCDA2 is #82325D. Grayscale: #B0B0B0. Windows color (decimal): -8532574 or 10669437. OLE color: 10669437.
HSL color Cylindrical-coordinate representation of color #7DCDA2: hue angle of 147.75º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCDA2 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 162 | - |
| CMYK | 0.39 | 0 | 0.21 | 0.20 |
| HSL | 147.75º | 0.44% | 0.65% | - |
| HSV(B) | 147.75º | 0.39% | 0.8% | - |
| XYZ | 36.81 | 50.63 | 42.02 | - |
| YUV | 176.18 | 120 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 162 | 0.39 | 0 | 0.21 | 0.20 | 147.75 | 0.44 | 0.65 |
| Hex | 7D | CD | A2 | 27 | 0 | 15 | 14 | 94 | 2C | 41 |
| Octal | 175 | 315 | 242 | 47 | 0 | 25 | 24 | 224 | 54 | 101 |
| Binary | 1111101 | 11001101 | 10100010 | 100111 | 0 | 10101 | 10100 | 10010100 | 101100 | 1000001 |
Color Harmonies of #7DCDA2
Complementary color
Monochromatic Colors of #7DCDA2
Black with #7DCDA2
Text Example
Text Example
White with #7DCDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCDA2; }
p { color: rgb(125,205,162); }
H1.HeaderClassName
{
color: #7DCDA2;
}
.AnyTagClassName
{
color: #7DCDA2;
}
</style>
background-color css
<style>
a { background-color: #7DCDA2; }
a { background-color: rgb(125,205,162); }
div.DivClassName
{
background-color: #7DCDA2;
}
.BgClassName
{
background-color: #7DCDA2;
}
</style>
border-color css
<style>
span { border-color: #7DCDA2; }
span { border-color: rgb(125,205,162); }
td.TdClassName
{
border-color: #7DCDA2;
}
.TagClassName
{
border-color: #7DCDA2;
}
</style>