Shades of Aquamarine #7DF7D8
Tints of Aquamarine #7DF7D8
RGB
CMYK
RGB Variations
Color information
#7DF7D8 (or 0x7DF7D8) is known color: Aquamarine. HEX triplet: 7D, F7 and D8. RGB value is (125,247,216). Sum of RGB (Red+Green+Blue) = 125+247+216=588 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.26% from 588); Green value is 247 (96.88% from 255 or 42.01% from 588); Blue value is 216 (84.77% from 255 or 36.73% from 588); Max value from RGB is 247 - color contains mainly: green. Hex color #7DF7D8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF7D8 is #820827. Grayscale: #CECECE. Windows color (decimal): -8521768 or 14219133. OLE color: 14219133.
HSL color Cylindrical-coordinate representation of color #7DF7D8: hue angle of 164.75º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF7D8 is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 125 | 247 | 216 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.03 |
| HSL | 164.75º | 0.88% | 0.73% | - |
| HSV(B) | 164.75º | 0.49% | 0.97% | - |
| XYZ | 54.11 | 75.84 | 76.75 | - |
| YUV | 206.99 | 133.08 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 247 | 216 | 0.49 | 0 | 0.13 | 0.03 | 164.75 | 0.88 | 0.73 |
| Hex | 7D | F7 | D8 | 31 | 0 | D | 3 | A5 | 58 | 49 |
| Octal | 175 | 367 | 330 | 61 | 0 | 15 | 3 | 245 | 130 | 111 |
| Binary | 1111101 | 11110111 | 11011000 | 110001 | 0 | 1101 | 11 | 10100101 | 1011000 | 1001001 |
Color Harmonies of #7DF7D8
Complementary color
Monochromatic Colors of #7DF7D8
Black with #7DF7D8
Text Example
Text Example
White with #7DF7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF7D8; }
p { color: rgb(125,247,216); }
H1.HeaderClassName
{
color: #7DF7D8;
}
.AnyTagClassName
{
color: #7DF7D8;
}
</style>
background-color css
<style>
a { background-color: #7DF7D8; }
a { background-color: rgb(125,247,216); }
div.DivClassName
{
background-color: #7DF7D8;
}
.BgClassName
{
background-color: #7DF7D8;
}
</style>
border-color css
<style>
span { border-color: #7DF7D8; }
span { border-color: rgb(125,247,216); }
td.TdClassName
{
border-color: #7DF7D8;
}
.TagClassName
{
border-color: #7DF7D8;
}
</style>