Shades of Aquamarine #7DEFE1
Tints of Aquamarine #7DEFE1
RGB
CMYK
RGB Variations
Color information
#7DEFE1 (or 0x7DEFE1) is known color: Aquamarine. HEX triplet: 7D, EF and E1. RGB value is (125,239,225). Sum of RGB (Red+Green+Blue) = 125+239+225=589 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.22% from 589); Green value is 239 (93.75% from 255 or 40.58% from 589); Blue value is 225 (88.28% from 255 or 38.20% from 589); Max value from RGB is 239 - color contains mainly: green. Hex color #7DEFE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEFE1 is #82101E. Grayscale: #CBCBCB. Windows color (decimal): -8523807 or 14806909. OLE color: 14806909.
HSL color Cylindrical-coordinate representation of color #7DEFE1: hue angle of 172.63º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DEFE1 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 239 | 225 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.06 |
| HSL | 172.63º | 0.78% | 0.71% | - |
| HSV(B) | 172.63º | 0.48% | 0.94% | - |
| XYZ | 52.91 | 71.53 | 82.25 | - |
| YUV | 203.32 | 140.23 | 72.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 239 | 225 | 0.48 | 0 | 0.06 | 0.06 | 172.63 | 0.78 | 0.71 |
| Hex | 7D | EF | E1 | 30 | 0 | 6 | 6 | AD | 4E | 47 |
| Octal | 175 | 357 | 341 | 60 | 0 | 6 | 6 | 255 | 116 | 107 |
| Binary | 1111101 | 11101111 | 11100001 | 110000 | 0 | 110 | 110 | 10101101 | 1001110 | 1000111 |
Color Harmonies of #7DEFE1
Complementary color
Monochromatic Colors of #7DEFE1
Black with #7DEFE1
Text Example
Text Example
White with #7DEFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEFE1; }
p { color: rgb(125,239,225); }
H1.HeaderClassName
{
color: #7DEFE1;
}
.AnyTagClassName
{
color: #7DEFE1;
}
</style>
background-color css
<style>
a { background-color: #7DEFE1; }
a { background-color: rgb(125,239,225); }
div.DivClassName
{
background-color: #7DEFE1;
}
.BgClassName
{
background-color: #7DEFE1;
}
</style>
border-color css
<style>
span { border-color: #7DEFE1; }
span { border-color: rgb(125,239,225); }
td.TdClassName
{
border-color: #7DEFE1;
}
.TagClassName
{
border-color: #7DEFE1;
}
</style>