Shades of Aquamarine #7DFDBD
Tints of Aquamarine #7DFDBD
RGB
CMYK
RGB Variations
Color information
#7DFDBD (or 0x7DFDBD) is known color: Aquamarine. HEX triplet: 7D, FD and BD. RGB value is (125,253,189). Sum of RGB (Red+Green+Blue) = 125+253+189=567 (75% of max value = 765). Red value is 125 (49.22% from 255 or 22.05% from 567); Green value is 253 (99.22% from 255 or 44.62% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 253 - color contains mainly: green. Hex color #7DFDBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFDBD is #820242. Grayscale: #CFCFCF. Windows color (decimal): -8520259 or 12451197. OLE color: 12451197.
HSL color Cylindrical-coordinate representation of color #7DFDBD: hue angle of 150º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFDBD is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 253 | 189 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.01 |
| HSL | 150º | 0.97% | 0.74% | - |
| HSV(B) | 150º | 0.51% | 0.99% | - |
| XYZ | 52.77 | 78.28 | 60.47 | - |
| YUV | 207.43 | 117.59 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 253 | 189 | 0.51 | 0 | 0.25 | 0.01 | 150 | 0.97 | 0.74 |
| Hex | 7D | FD | BD | 33 | 0 | 19 | 1 | 96 | 61 | 4A |
| Octal | 175 | 375 | 275 | 63 | 0 | 31 | 1 | 226 | 141 | 112 |
| Binary | 1111101 | 11111101 | 10111101 | 110011 | 0 | 11001 | 1 | 10010110 | 1100001 | 1001010 |
Color Harmonies of #7DFDBD
Complementary color
Monochromatic Colors of #7DFDBD
Black with #7DFDBD
Text Example
Text Example
White with #7DFDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFDBD; }
p { color: rgb(125,253,189); }
H1.HeaderClassName
{
color: #7DFDBD;
}
.AnyTagClassName
{
color: #7DFDBD;
}
</style>
background-color css
<style>
a { background-color: #7DFDBD; }
a { background-color: rgb(125,253,189); }
div.DivClassName
{
background-color: #7DFDBD;
}
.BgClassName
{
background-color: #7DFDBD;
}
</style>
border-color css
<style>
span { border-color: #7DFDBD; }
span { border-color: rgb(125,253,189); }
td.TdClassName
{
border-color: #7DFDBD;
}
.TagClassName
{
border-color: #7DFDBD;
}
</style>