Shades of Aquamarine #7DEEBC
Tints of Aquamarine #7DEEBC
RGB
CMYK
RGB Variations
Color information
#7DEEBC (or 0x7DEEBC) is known color: Aquamarine. HEX triplet: 7D, EE and BC. RGB value is (125,238,188). Sum of RGB (Red+Green+Blue) = 125+238+188=551 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.69% from 551); Green value is 238 (93.36% from 255 or 43.19% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 238 - color contains mainly: green. Hex color #7DEEBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEEBC is #821143. Grayscale: #C6C6C6. Windows color (decimal): -8524100 or 12381821. OLE color: 12381821.
HSL color Cylindrical-coordinate representation of color #7DEEBC: hue angle of 153.45º 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 #7DEEBC is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 238 | 188 | - |
| CMYK | 0.47 | 0 | 0.21 | 0.07 |
| HSL | 153.45º | 0.77% | 0.71% | - |
| HSV(B) | 153.45º | 0.47% | 0.93% | - |
| XYZ | 48.11 | 69.14 | 58.39 | - |
| YUV | 198.51 | 122.06 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 238 | 188 | 0.47 | 0 | 0.21 | 0.07 | 153.45 | 0.77 | 0.71 |
| Hex | 7D | EE | BC | 2F | 0 | 15 | 7 | 99 | 4D | 47 |
| Octal | 175 | 356 | 274 | 57 | 0 | 25 | 7 | 231 | 115 | 107 |
| Binary | 1111101 | 11101110 | 10111100 | 101111 | 0 | 10101 | 111 | 10011001 | 1001101 | 1000111 |
Color Harmonies of #7DEEBC
Complementary color
Monochromatic Colors of #7DEEBC
Black with #7DEEBC
Text Example
Text Example
White with #7DEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEEBC; }
p { color: rgb(125,238,188); }
H1.HeaderClassName
{
color: #7DEEBC;
}
.AnyTagClassName
{
color: #7DEEBC;
}
</style>
background-color css
<style>
a { background-color: #7DEEBC; }
a { background-color: rgb(125,238,188); }
div.DivClassName
{
background-color: #7DEEBC;
}
.BgClassName
{
background-color: #7DEEBC;
}
</style>
border-color css
<style>
span { border-color: #7DEEBC; }
span { border-color: rgb(125,238,188); }
td.TdClassName
{
border-color: #7DEEBC;
}
.TagClassName
{
border-color: #7DEEBC;
}
</style>