Shades of Aquamarine #7DEDDF
Tints of Aquamarine #7DEDDF
RGB
CMYK
RGB Variations
Color information
#7DEDDF (or 0x7DEDDF) is known color: Aquamarine. HEX triplet: 7D, ED and DF. RGB value is (125,237,223). Sum of RGB (Red+Green+Blue) = 125+237+223=585 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.37% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 237 - color contains mainly: green. Hex color #7DEDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEDDF is #821220. Grayscale: #C9C9C9. Windows color (decimal): -8524321 or 14675325. OLE color: 14675325.
HSL color Cylindrical-coordinate representation of color #7DEDDF: hue angle of 172.5º degrees, saturation: 0.76, 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 #7DEDDF is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 237 | 223 | - |
| CMYK | 0.47 | 0 | 0.06 | 0.07 |
| HSL | 172.5º | 0.76% | 0.71% | - |
| HSV(B) | 172.5º | 0.47% | 0.93% | - |
| XYZ | 52.06 | 70.26 | 80.63 | - |
| YUV | 201.92 | 139.89 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 237 | 223 | 0.47 | 0 | 0.06 | 0.07 | 172.5 | 0.76 | 0.71 |
| Hex | 7D | ED | DF | 2F | 0 | 6 | 7 | AC | 4C | 47 |
| Octal | 175 | 355 | 337 | 57 | 0 | 6 | 7 | 254 | 114 | 107 |
| Binary | 1111101 | 11101101 | 11011111 | 101111 | 0 | 110 | 111 | 10101100 | 1001100 | 1000111 |
Color Harmonies of #7DEDDF
Complementary color
Monochromatic Colors of #7DEDDF
Black with #7DEDDF
Text Example
Text Example
White with #7DEDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEDDF; }
p { color: rgb(125,237,223); }
H1.HeaderClassName
{
color: #7DEDDF;
}
.AnyTagClassName
{
color: #7DEDDF;
}
</style>
background-color css
<style>
a { background-color: #7DEDDF; }
a { background-color: rgb(125,237,223); }
div.DivClassName
{
background-color: #7DEDDF;
}
.BgClassName
{
background-color: #7DEDDF;
}
</style>
border-color css
<style>
span { border-color: #7DEDDF; }
span { border-color: rgb(125,237,223); }
td.TdClassName
{
border-color: #7DEDDF;
}
.TagClassName
{
border-color: #7DEDDF;
}
</style>