Shades of Aquamarine #7DECDA
Tints of Aquamarine #7DECDA
RGB
CMYK
RGB Variations
Color information
#7DECDA (or 0x7DECDA) is known color: Aquamarine. HEX triplet: 7D, EC and DA. RGB value is (125,236,218). Sum of RGB (Red+Green+Blue) = 125+236+218=579 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.59% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 236 - color contains mainly: green. Hex color #7DECDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DECDA is #821325. Grayscale: #C8C8C8. Windows color (decimal): -8524582 or 14347389. OLE color: 14347389.
HSL color Cylindrical-coordinate representation of color #7DECDA: hue angle of 170.27º 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 #7DECDA is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 236 | 218 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.07 |
| HSL | 170.27º | 0.74% | 0.71% | - |
| HSV(B) | 170.27º | 0.47% | 0.93% | - |
| XYZ | 51.11 | 69.41 | 77.03 | - |
| YUV | 200.76 | 137.73 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 236 | 218 | 0.47 | 0 | 0.08 | 0.07 | 170.27 | 0.74 | 0.71 |
| Hex | 7D | EC | DA | 2F | 0 | 8 | 7 | AA | 4A | 47 |
| Octal | 175 | 354 | 332 | 57 | 0 | 10 | 7 | 252 | 112 | 107 |
| Binary | 1111101 | 11101100 | 11011010 | 101111 | 0 | 1000 | 111 | 10101010 | 1001010 | 1000111 |
Color Harmonies of #7DECDA
Complementary color
Monochromatic Colors of #7DECDA
Black with #7DECDA
Text Example
Text Example
White with #7DECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DECDA; }
p { color: rgb(125,236,218); }
H1.HeaderClassName
{
color: #7DECDA;
}
.AnyTagClassName
{
color: #7DECDA;
}
</style>
background-color css
<style>
a { background-color: #7DECDA; }
a { background-color: rgb(125,236,218); }
div.DivClassName
{
background-color: #7DECDA;
}
.BgClassName
{
background-color: #7DECDA;
}
</style>
border-color css
<style>
span { border-color: #7DECDA; }
span { border-color: rgb(125,236,218); }
td.TdClassName
{
border-color: #7DECDA;
}
.TagClassName
{
border-color: #7DECDA;
}
</style>