Shades of Aquamarine #7DEECF
Tints of Aquamarine #7DEECF
RGB
CMYK
RGB Variations
Color information
#7DEECF (or 0x7DEECF) is known color: Aquamarine. HEX triplet: 7D, EE and CF. RGB value is (125,238,207). Sum of RGB (Red+Green+Blue) = 125+238+207=570 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.93% from 570); Green value is 238 (93.36% from 255 or 41.75% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 238 - color contains mainly: green. Hex color #7DEECF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEECF is #821130. Grayscale: #C8C8C8. Windows color (decimal): -8524081 or 13627005. OLE color: 13627005.
HSL color Cylindrical-coordinate representation of color #7DEECF: hue angle of 163.54º degrees, saturation: 0.77, 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 #7DEECF is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 238 | 207 | - |
| CMYK | 0.47 | 0 | 0.13 | 0.07 |
| HSL | 163.54º | 0.77% | 0.71% | - |
| HSV(B) | 163.54º | 0.47% | 0.93% | - |
| XYZ | 50.29 | 70.01 | 69.89 | - |
| YUV | 200.68 | 131.56 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 238 | 207 | 0.47 | 0 | 0.13 | 0.07 | 163.54 | 0.77 | 0.71 |
| Hex | 7D | EE | CF | 2F | 0 | D | 7 | A4 | 4D | 47 |
| Octal | 175 | 356 | 317 | 57 | 0 | 15 | 7 | 244 | 115 | 107 |
| Binary | 1111101 | 11101110 | 11001111 | 101111 | 0 | 1101 | 111 | 10100100 | 1001101 | 1000111 |
Color Harmonies of #7DEECF
Complementary color
Monochromatic Colors of #7DEECF
Black with #7DEECF
Text Example
Text Example
White with #7DEECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEECF; }
p { color: rgb(125,238,207); }
H1.HeaderClassName
{
color: #7DEECF;
}
.AnyTagClassName
{
color: #7DEECF;
}
</style>
background-color css
<style>
a { background-color: #7DEECF; }
a { background-color: rgb(125,238,207); }
div.DivClassName
{
background-color: #7DEECF;
}
.BgClassName
{
background-color: #7DEECF;
}
</style>
border-color css
<style>
span { border-color: #7DEECF; }
span { border-color: rgb(125,238,207); }
td.TdClassName
{
border-color: #7DEECF;
}
.TagClassName
{
border-color: #7DEECF;
}
</style>