Shades of Aquamarine #7DECCD
Tints of Aquamarine #7DECCD
RGB
CMYK
RGB Variations
Color information
#7DECCD (or 0x7DECCD) is known color: Aquamarine. HEX triplet: 7D, EC and CD. RGB value is (125,236,205). Sum of RGB (Red+Green+Blue) = 125+236+205=566 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.08% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 236 - color contains mainly: green. Hex color #7DECCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DECCD is #821332. Grayscale: #C7C7C7. Windows color (decimal): -8524595 or 13495421. OLE color: 13495421.
HSL color Cylindrical-coordinate representation of color #7DECCD: hue angle of 163.24º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DECCD is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 236 | 205 | - |
| CMYK | 0.47 | 0 | 0.13 | 0.07 |
| HSL | 163.24º | 0.74% | 0.71% | - |
| HSV(B) | 163.24º | 0.47% | 0.93% | - |
| XYZ | 49.47 | 68.76 | 68.42 | - |
| YUV | 199.28 | 131.23 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 236 | 205 | 0.47 | 0 | 0.13 | 0.07 | 163.24 | 0.74 | 0.71 |
| Hex | 7D | EC | CD | 2F | 0 | D | 7 | A3 | 4A | 47 |
| Octal | 175 | 354 | 315 | 57 | 0 | 15 | 7 | 243 | 112 | 107 |
| Binary | 1111101 | 11101100 | 11001101 | 101111 | 0 | 1101 | 111 | 10100011 | 1001010 | 1000111 |
Color Harmonies of #7DECCD
Complementary color
Monochromatic Colors of #7DECCD
Black with #7DECCD
Text Example
Text Example
White with #7DECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DECCD; }
p { color: rgb(125,236,205); }
H1.HeaderClassName
{
color: #7DECCD;
}
.AnyTagClassName
{
color: #7DECCD;
}
</style>
background-color css
<style>
a { background-color: #7DECCD; }
a { background-color: rgb(125,236,205); }
div.DivClassName
{
background-color: #7DECCD;
}
.BgClassName
{
background-color: #7DECCD;
}
</style>
border-color css
<style>
span { border-color: #7DECCD; }
span { border-color: rgb(125,236,205); }
td.TdClassName
{
border-color: #7DECCD;
}
.TagClassName
{
border-color: #7DECCD;
}
</style>