Shades of Aquamarine #7DECD6
Tints of Aquamarine #7DECD6
RGB
CMYK
RGB Variations
Color information
#7DECD6 (or 0x7DECD6) is known color: Aquamarine. HEX triplet: 7D, EC and D6. RGB value is (125,236,214). Sum of RGB (Red+Green+Blue) = 125+236+214=575 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.74% from 575); Green value is 236 (92.58% from 255 or 41.04% from 575); Blue value is 214 (83.98% from 255 or 37.22% from 575); Max value from RGB is 236 - color contains mainly: green. Hex color #7DECD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DECD6 is #821329. Grayscale: #C8C8C8. Windows color (decimal): -8524586 or 14085245. OLE color: 14085245.
HSL color Cylindrical-coordinate representation of color #7DECD6: hue angle of 168.11º 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 #7DECD6 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 236 | 214 | - |
| CMYK | 0.47 | 0 | 0.09 | 0.07 |
| HSL | 168.11º | 0.74% | 0.71% | - |
| HSV(B) | 168.11º | 0.47% | 0.93% | - |
| XYZ | 50.59 | 69.21 | 74.31 | - |
| YUV | 200.3 | 135.73 | 74.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 236 | 214 | 0.47 | 0 | 0.09 | 0.07 | 168.11 | 0.74 | 0.71 |
| Hex | 7D | EC | D6 | 2F | 0 | 9 | 7 | A8 | 4A | 47 |
| Octal | 175 | 354 | 326 | 57 | 0 | 11 | 7 | 250 | 112 | 107 |
| Binary | 1111101 | 11101100 | 11010110 | 101111 | 0 | 1001 | 111 | 10101000 | 1001010 | 1000111 |
Color Harmonies of #7DECD6
Complementary color
Monochromatic Colors of #7DECD6
Black with #7DECD6
Text Example
Text Example
White with #7DECD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DECD6; }
p { color: rgb(125,236,214); }
H1.HeaderClassName
{
color: #7DECD6;
}
.AnyTagClassName
{
color: #7DECD6;
}
</style>
background-color css
<style>
a { background-color: #7DECD6; }
a { background-color: rgb(125,236,214); }
div.DivClassName
{
background-color: #7DECD6;
}
.BgClassName
{
background-color: #7DECD6;
}
</style>
border-color css
<style>
span { border-color: #7DECD6; }
span { border-color: rgb(125,236,214); }
td.TdClassName
{
border-color: #7DECD6;
}
.TagClassName
{
border-color: #7DECD6;
}
</style>