Shades of Aquamarine #7AF7DB
Tints of Aquamarine #7AF7DB
RGB
CMYK
RGB Variations
Color information
#7AF7DB (or 0x7AF7DB) is known color: Aquamarine. HEX triplet: 7A, F7 and DB. RGB value is (122,247,219). Sum of RGB (Red+Green+Blue) = 122+247+219=588 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.75% from 588); Green value is 247 (96.88% from 255 or 42.01% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 247 - color contains mainly: green. Hex color #7AF7DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF7DB is #850824. Grayscale: #CECECE. Windows color (decimal): -8718373 or 14415738. OLE color: 14415738.
HSL color Cylindrical-coordinate representation of color #7AF7DB: hue angle of 166.56º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF7DB is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 247 | 219 | - |
| CMYK | 0.51 | 0 | 0.11 | 0.03 |
| HSL | 166.56º | 0.89% | 0.72% | - |
| HSV(B) | 166.56º | 0.51% | 0.97% | - |
| XYZ | 54.07 | 75.77 | 78.79 | - |
| YUV | 206.43 | 135.09 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 247 | 219 | 0.51 | 0 | 0.11 | 0.03 | 166.56 | 0.89 | 0.72 |
| Hex | 7A | F7 | DB | 33 | 0 | B | 3 | A7 | 59 | 48 |
| Octal | 172 | 367 | 333 | 63 | 0 | 13 | 3 | 247 | 131 | 110 |
| Binary | 1111010 | 11110111 | 11011011 | 110011 | 0 | 1011 | 11 | 10100111 | 1011001 | 1001000 |
Color Harmonies of #7AF7DB
Complementary color
Monochromatic Colors of #7AF7DB
Black with #7AF7DB
Text Example
Text Example
White with #7AF7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF7DB; }
p { color: rgb(122,247,219); }
H1.HeaderClassName
{
color: #7AF7DB;
}
.AnyTagClassName
{
color: #7AF7DB;
}
</style>
background-color css
<style>
a { background-color: #7AF7DB; }
a { background-color: rgb(122,247,219); }
div.DivClassName
{
background-color: #7AF7DB;
}
.BgClassName
{
background-color: #7AF7DB;
}
</style>
border-color css
<style>
span { border-color: #7AF7DB; }
span { border-color: rgb(122,247,219); }
td.TdClassName
{
border-color: #7AF7DB;
}
.TagClassName
{
border-color: #7AF7DB;
}
</style>