Shades of Aquamarine #7DF6BD
Tints of Aquamarine #7DF6BD
RGB
CMYK
RGB Variations
Color information
#7DF6BD (or 0x7DF6BD) is known color: Aquamarine. HEX triplet: 7D, F6 and BD. RGB value is (125,246,189). Sum of RGB (Red+Green+Blue) = 125+246+189=560 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.32% from 560); Green value is 246 (96.48% from 255 or 43.93% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 246 - color contains mainly: green. Hex color #7DF6BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF6BD is #820942. Grayscale: #CBCBCB. Windows color (decimal): -8522051 or 12449405. OLE color: 12449405.
HSL color Cylindrical-coordinate representation of color #7DF6BD: hue angle of 151.74º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF6BD is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 246 | 189 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.04 |
| HSL | 151.74º | 0.87% | 0.73% | - |
| HSV(B) | 151.74º | 0.49% | 0.96% | - |
| XYZ | 50.6 | 73.95 | 59.75 | - |
| YUV | 203.32 | 119.91 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 246 | 189 | 0.49 | 0 | 0.23 | 0.04 | 151.74 | 0.87 | 0.73 |
| Hex | 7D | F6 | BD | 31 | 0 | 17 | 4 | 98 | 57 | 49 |
| Octal | 175 | 366 | 275 | 61 | 0 | 27 | 4 | 230 | 127 | 111 |
| Binary | 1111101 | 11110110 | 10111101 | 110001 | 0 | 10111 | 100 | 10011000 | 1010111 | 1001001 |
Color Harmonies of #7DF6BD
Complementary color
Monochromatic Colors of #7DF6BD
Black with #7DF6BD
Text Example
Text Example
White with #7DF6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF6BD; }
p { color: rgb(125,246,189); }
H1.HeaderClassName
{
color: #7DF6BD;
}
.AnyTagClassName
{
color: #7DF6BD;
}
</style>
background-color css
<style>
a { background-color: #7DF6BD; }
a { background-color: rgb(125,246,189); }
div.DivClassName
{
background-color: #7DF6BD;
}
.BgClassName
{
background-color: #7DF6BD;
}
</style>
border-color css
<style>
span { border-color: #7DF6BD; }
span { border-color: rgb(125,246,189); }
td.TdClassName
{
border-color: #7DF6BD;
}
.TagClassName
{
border-color: #7DF6BD;
}
</style>