Shades of Aquamarine #7DEEDE
Tints of Aquamarine #7DEEDE
RGB
CMYK
RGB Variations
Color information
#7DEEDE (or 0x7DEEDE) is known color: Aquamarine. HEX triplet: 7D, EE and DE. RGB value is (125,238,222). Sum of RGB (Red+Green+Blue) = 125+238+222=585 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.37% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 238 - color contains mainly: green. Hex color #7DEEDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEEDE is #821121. Grayscale: #CACACA. Windows color (decimal): -8524066 or 14610045. OLE color: 14610045.
HSL color Cylindrical-coordinate representation of color #7DEEDE: hue angle of 171.5º 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 #7DEEDE is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 238 | 222 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.07 |
| HSL | 171.5º | 0.77% | 0.71% | - |
| HSV(B) | 171.5º | 0.47% | 0.93% | - |
| XYZ | 52.22 | 70.78 | 80.02 | - |
| YUV | 202.39 | 139.06 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 238 | 222 | 0.47 | 0 | 0.07 | 0.07 | 171.5 | 0.77 | 0.71 |
| Hex | 7D | EE | DE | 2F | 0 | 7 | 7 | AC | 4D | 47 |
| Octal | 175 | 356 | 336 | 57 | 0 | 7 | 7 | 254 | 115 | 107 |
| Binary | 1111101 | 11101110 | 11011110 | 101111 | 0 | 111 | 111 | 10101100 | 1001101 | 1000111 |
Color Harmonies of #7DEEDE
Complementary color
Monochromatic Colors of #7DEEDE
Black with #7DEEDE
Text Example
Text Example
White with #7DEEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEEDE; }
p { color: rgb(125,238,222); }
H1.HeaderClassName
{
color: #7DEEDE;
}
.AnyTagClassName
{
color: #7DEEDE;
}
</style>
background-color css
<style>
a { background-color: #7DEEDE; }
a { background-color: rgb(125,238,222); }
div.DivClassName
{
background-color: #7DEEDE;
}
.BgClassName
{
background-color: #7DEEDE;
}
</style>
border-color css
<style>
span { border-color: #7DEEDE; }
span { border-color: rgb(125,238,222); }
td.TdClassName
{
border-color: #7DEEDE;
}
.TagClassName
{
border-color: #7DEEDE;
}
</style>