Shades of Aquamarine #7DEDCD
Tints of Aquamarine #7DEDCD
RGB
CMYK
RGB Variations
Color information
#7DEDCD (or 0x7DEDCD) is known color: Aquamarine. HEX triplet: 7D, ED and CD. RGB value is (125,237,205). Sum of RGB (Red+Green+Blue) = 125+237+205=567 (75% of max value = 765). Red value is 125 (49.22% from 255 or 22.05% from 567); Green value is 237 (92.97% from 255 or 41.80% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 237 - color contains mainly: green. Hex color #7DEDCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEDCD is #821232. Grayscale: #C7C7C7. Windows color (decimal): -8524339 or 13495677. OLE color: 13495677.
HSL color Cylindrical-coordinate representation of color #7DEDCD: hue angle of 162.86º degrees, saturation: 0.76, 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 #7DEDCD is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 237 | 205 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.07 |
| HSL | 162.86º | 0.76% | 0.71% | - |
| HSV(B) | 162.86º | 0.47% | 0.93% | - |
| XYZ | 49.76 | 69.34 | 68.52 | - |
| YUV | 199.86 | 130.89 | 74.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 237 | 205 | 0.47 | 0 | 0.14 | 0.07 | 162.86 | 0.76 | 0.71 |
| Hex | 7D | ED | CD | 2F | 0 | E | 7 | A3 | 4C | 47 |
| Octal | 175 | 355 | 315 | 57 | 0 | 16 | 7 | 243 | 114 | 107 |
| Binary | 1111101 | 11101101 | 11001101 | 101111 | 0 | 1110 | 111 | 10100011 | 1001100 | 1000111 |
Color Harmonies of #7DEDCD
Complementary color
Monochromatic Colors of #7DEDCD
Black with #7DEDCD
Text Example
Text Example
White with #7DEDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEDCD; }
p { color: rgb(125,237,205); }
H1.HeaderClassName
{
color: #7DEDCD;
}
.AnyTagClassName
{
color: #7DEDCD;
}
</style>
background-color css
<style>
a { background-color: #7DEDCD; }
a { background-color: rgb(125,237,205); }
div.DivClassName
{
background-color: #7DEDCD;
}
.BgClassName
{
background-color: #7DEDCD;
}
</style>
border-color css
<style>
span { border-color: #7DEDCD; }
span { border-color: rgb(125,237,205); }
td.TdClassName
{
border-color: #7DEDCD;
}
.TagClassName
{
border-color: #7DEDCD;
}
</style>