Shades of Aquamarine #7DECDB
Tints of Aquamarine #7DECDB
RGB
CMYK
RGB Variations
Color information
#7DECDB (or 0x7DECDB) is known color: Aquamarine. HEX triplet: 7D, EC and DB. RGB value is (125,236,219). Sum of RGB (Red+Green+Blue) = 125+236+219=580 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.55% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 236 - color contains mainly: green. Hex color #7DECDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DECDB is #821324. Grayscale: #C8C8C8. Windows color (decimal): -8524581 or 14412925. OLE color: 14412925.
HSL color Cylindrical-coordinate representation of color #7DECDB: hue angle of 170.81º degrees, saturation: 0.74, 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 #7DECDB is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 236 | 219 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.07 |
| HSL | 170.81º | 0.74% | 0.71% | - |
| HSV(B) | 170.81º | 0.47% | 0.93% | - |
| XYZ | 51.24 | 69.47 | 77.73 | - |
| YUV | 200.87 | 138.23 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 236 | 219 | 0.47 | 0 | 0.07 | 0.07 | 170.81 | 0.74 | 0.71 |
| Hex | 7D | EC | DB | 2F | 0 | 7 | 7 | AB | 4A | 47 |
| Octal | 175 | 354 | 333 | 57 | 0 | 7 | 7 | 253 | 112 | 107 |
| Binary | 1111101 | 11101100 | 11011011 | 101111 | 0 | 111 | 111 | 10101011 | 1001010 | 1000111 |
Color Harmonies of #7DECDB
Complementary color
Monochromatic Colors of #7DECDB
Black with #7DECDB
Text Example
Text Example
White with #7DECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DECDB; }
p { color: rgb(125,236,219); }
H1.HeaderClassName
{
color: #7DECDB;
}
.AnyTagClassName
{
color: #7DECDB;
}
</style>
background-color css
<style>
a { background-color: #7DECDB; }
a { background-color: rgb(125,236,219); }
div.DivClassName
{
background-color: #7DECDB;
}
.BgClassName
{
background-color: #7DECDB;
}
</style>
border-color css
<style>
span { border-color: #7DECDB; }
span { border-color: rgb(125,236,219); }
td.TdClassName
{
border-color: #7DECDB;
}
.TagClassName
{
border-color: #7DECDB;
}
</style>