Shades of Aquamarine #7DECC0
Tints of Aquamarine #7DECC0
RGB
CMYK
RGB Variations
Color information
#7DECC0 (or 0x7DECC0) is known color: Aquamarine. HEX triplet: 7D, EC and C0. RGB value is (125,236,192). Sum of RGB (Red+Green+Blue) = 125+236+192=553 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.60% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 236 - color contains mainly: green. Hex color #7DECC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DECC0 is #82133F. Grayscale: #C5C5C5. Windows color (decimal): -8524608 or 12643453. OLE color: 12643453.
HSL color Cylindrical-coordinate representation of color #7DECC0: hue angle of 156.22º 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 #7DECC0 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 236 | 192 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.07 |
| HSL | 156.22º | 0.74% | 0.71% | - |
| HSV(B) | 156.22º | 0.47% | 0.93% | - |
| XYZ | 47.97 | 68.16 | 60.5 | - |
| YUV | 197.8 | 124.73 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 236 | 192 | 0.47 | 0 | 0.19 | 0.07 | 156.22 | 0.74 | 0.71 |
| Hex | 7D | EC | C0 | 2F | 0 | 13 | 7 | 9C | 4A | 47 |
| Octal | 175 | 354 | 300 | 57 | 0 | 23 | 7 | 234 | 112 | 107 |
| Binary | 1111101 | 11101100 | 11000000 | 101111 | 0 | 10011 | 111 | 10011100 | 1001010 | 1000111 |
Color Harmonies of #7DECC0
Complementary color
Monochromatic Colors of #7DECC0
Black with #7DECC0
Text Example
Text Example
White with #7DECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DECC0; }
p { color: rgb(125,236,192); }
H1.HeaderClassName
{
color: #7DECC0;
}
.AnyTagClassName
{
color: #7DECC0;
}
</style>
background-color css
<style>
a { background-color: #7DECC0; }
a { background-color: rgb(125,236,192); }
div.DivClassName
{
background-color: #7DECC0;
}
.BgClassName
{
background-color: #7DECC0;
}
</style>
border-color css
<style>
span { border-color: #7DECC0; }
span { border-color: rgb(125,236,192); }
td.TdClassName
{
border-color: #7DECC0;
}
.TagClassName
{
border-color: #7DECC0;
}
</style>