Shades of Aquamarine #7DEBCF
Tints of Aquamarine #7DEBCF
RGB
CMYK
RGB Variations
Color information
#7DEBCF (or 0x7DEBCF) is known color: Aquamarine. HEX triplet: 7D, EB and CF. RGB value is (125,235,207). Sum of RGB (Red+Green+Blue) = 125+235+207=567 (75% of max value = 765). Red value is 125 (49.22% from 255 or 22.05% from 567); Green value is 235 (92.19% from 255 or 41.45% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEBCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEBCF is #821430. Grayscale: #C6C6C6. Windows color (decimal): -8524849 or 13626237. OLE color: 13626237.
HSL color Cylindrical-coordinate representation of color #7DEBCF: hue angle of 164.73º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEBCF is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 235 | 207 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.08 |
| HSL | 164.73º | 0.73% | 0.71% | - |
| HSV(B) | 164.73º | 0.47% | 0.92% | - |
| XYZ | 49.43 | 68.28 | 69.61 | - |
| YUV | 198.92 | 132.56 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 235 | 207 | 0.47 | 0 | 0.12 | 0.08 | 164.73 | 0.73 | 0.71 |
| Hex | 7D | EB | CF | 2F | 0 | C | 8 | A5 | 49 | 47 |
| Octal | 175 | 353 | 317 | 57 | 0 | 14 | 10 | 245 | 111 | 107 |
| Binary | 1111101 | 11101011 | 11001111 | 101111 | 0 | 1100 | 1000 | 10100101 | 1001001 | 1000111 |
Color Harmonies of #7DEBCF
Complementary color
Monochromatic Colors of #7DEBCF
Black with #7DEBCF
Text Example
Text Example
White with #7DEBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEBCF; }
p { color: rgb(125,235,207); }
H1.HeaderClassName
{
color: #7DEBCF;
}
.AnyTagClassName
{
color: #7DEBCF;
}
</style>
background-color css
<style>
a { background-color: #7DEBCF; }
a { background-color: rgb(125,235,207); }
div.DivClassName
{
background-color: #7DEBCF;
}
.BgClassName
{
background-color: #7DEBCF;
}
</style>
border-color css
<style>
span { border-color: #7DEBCF; }
span { border-color: rgb(125,235,207); }
td.TdClassName
{
border-color: #7DEBCF;
}
.TagClassName
{
border-color: #7DEBCF;
}
</style>