Shades of Aquamarine #7DEFDB
Tints of Aquamarine #7DEFDB
RGB
CMYK
RGB Variations
Color information
#7DEFDB (or 0x7DEFDB) is known color: Aquamarine. HEX triplet: 7D, EF and DB. RGB value is (125,239,219). Sum of RGB (Red+Green+Blue) = 125+239+219=583 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.44% from 583); Green value is 239 (93.75% from 255 or 40.99% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 239 - color contains mainly: green. Hex color #7DEFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEFDB is #821024. Grayscale: #CACACA. Windows color (decimal): -8523813 or 14413693. OLE color: 14413693.
HSL color Cylindrical-coordinate representation of color #7DEFDB: hue angle of 169.47º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DEFDB is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 239 | 219 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.06 |
| HSL | 169.47º | 0.78% | 0.71% | - |
| HSV(B) | 169.47º | 0.48% | 0.94% | - |
| XYZ | 52.11 | 71.21 | 78.02 | - |
| YUV | 202.63 | 137.23 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 239 | 219 | 0.48 | 0 | 0.08 | 0.06 | 169.47 | 0.78 | 0.71 |
| Hex | 7D | EF | DB | 30 | 0 | 8 | 6 | A9 | 4E | 47 |
| Octal | 175 | 357 | 333 | 60 | 0 | 10 | 6 | 251 | 116 | 107 |
| Binary | 1111101 | 11101111 | 11011011 | 110000 | 0 | 1000 | 110 | 10101001 | 1001110 | 1000111 |
Color Harmonies of #7DEFDB
Complementary color
Monochromatic Colors of #7DEFDB
Black with #7DEFDB
Text Example
Text Example
White with #7DEFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEFDB; }
p { color: rgb(125,239,219); }
H1.HeaderClassName
{
color: #7DEFDB;
}
.AnyTagClassName
{
color: #7DEFDB;
}
</style>
background-color css
<style>
a { background-color: #7DEFDB; }
a { background-color: rgb(125,239,219); }
div.DivClassName
{
background-color: #7DEFDB;
}
.BgClassName
{
background-color: #7DEFDB;
}
</style>
border-color css
<style>
span { border-color: #7DEFDB; }
span { border-color: rgb(125,239,219); }
td.TdClassName
{
border-color: #7DEFDB;
}
.TagClassName
{
border-color: #7DEFDB;
}
</style>