Shades of Aquamarine #7DEDDB
Tints of Aquamarine #7DEDDB
RGB
CMYK
RGB Variations
Color information
#7DEDDB (or 0x7DEDDB) is known color: Aquamarine. HEX triplet: 7D, ED and DB. RGB value is (125,237,219). Sum of RGB (Red+Green+Blue) = 125+237+219=581 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.51% from 581); Green value is 237 (92.97% from 255 or 40.79% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 237 - color contains mainly: green. Hex color #7DEDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEDDB is #821224. Grayscale: #C9C9C9. Windows color (decimal): -8524325 or 14413181. OLE color: 14413181.
HSL color Cylindrical-coordinate representation of color #7DEDDB: hue angle of 170.36º degrees, saturation: 0.76, 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 #7DEDDB is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 237 | 219 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.07 |
| HSL | 170.36º | 0.76% | 0.71% | - |
| HSV(B) | 170.36º | 0.47% | 0.93% | - |
| XYZ | 51.53 | 70.04 | 77.82 | - |
| YUV | 201.46 | 137.89 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 237 | 219 | 0.47 | 0 | 0.08 | 0.07 | 170.36 | 0.76 | 0.71 |
| Hex | 7D | ED | DB | 2F | 0 | 8 | 7 | AA | 4C | 47 |
| Octal | 175 | 355 | 333 | 57 | 0 | 10 | 7 | 252 | 114 | 107 |
| Binary | 1111101 | 11101101 | 11011011 | 101111 | 0 | 1000 | 111 | 10101010 | 1001100 | 1000111 |
Color Harmonies of #7DEDDB
Complementary color
Monochromatic Colors of #7DEDDB
Black with #7DEDDB
Text Example
Text Example
White with #7DEDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEDDB; }
p { color: rgb(125,237,219); }
H1.HeaderClassName
{
color: #7DEDDB;
}
.AnyTagClassName
{
color: #7DEDDB;
}
</style>
background-color css
<style>
a { background-color: #7DEDDB; }
a { background-color: rgb(125,237,219); }
div.DivClassName
{
background-color: #7DEDDB;
}
.BgClassName
{
background-color: #7DEDDB;
}
</style>
border-color css
<style>
span { border-color: #7DEDDB; }
span { border-color: rgb(125,237,219); }
td.TdClassName
{
border-color: #7DEDDB;
}
.TagClassName
{
border-color: #7DEDDB;
}
</style>