Shades of Aquamarine #7AF3DB
Tints of Aquamarine #7AF3DB
RGB
CMYK
RGB Variations
Color information
#7AF3DB (or 0x7AF3DB) is known color: Aquamarine. HEX triplet: 7A, F3 and DB. RGB value is (122,243,219). Sum of RGB (Red+Green+Blue) = 122+243+219=584 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.89% from 584); Green value is 243 (95.31% from 255 or 41.61% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 243 - color contains mainly: green. Hex color #7AF3DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF3DB is #850C24. Grayscale: #CCCCCC. Windows color (decimal): -8719397 or 14414714. OLE color: 14414714.
HSL color Cylindrical-coordinate representation of color #7AF3DB: hue angle of 168.1º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF3DB is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 243 | 219 | - |
| CMYK | 0.50 | 0 | 0.10 | 0.05 |
| HSL | 168.1º | 0.83% | 0.72% | - |
| HSV(B) | 168.1º | 0.5% | 0.95% | - |
| XYZ | 52.86 | 73.35 | 78.39 | - |
| YUV | 204.09 | 136.41 | 69.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 243 | 219 | 0.50 | 0 | 0.10 | 0.05 | 168.1 | 0.83 | 0.72 |
| Hex | 7A | F3 | DB | 32 | 0 | A | 5 | A8 | 53 | 48 |
| Octal | 172 | 363 | 333 | 62 | 0 | 12 | 5 | 250 | 123 | 110 |
| Binary | 1111010 | 11110011 | 11011011 | 110010 | 0 | 1010 | 101 | 10101000 | 1010011 | 1001000 |
Color Harmonies of #7AF3DB
Complementary color
Monochromatic Colors of #7AF3DB
Black with #7AF3DB
Text Example
Text Example
White with #7AF3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF3DB; }
p { color: rgb(122,243,219); }
H1.HeaderClassName
{
color: #7AF3DB;
}
.AnyTagClassName
{
color: #7AF3DB;
}
</style>
background-color css
<style>
a { background-color: #7AF3DB; }
a { background-color: rgb(122,243,219); }
div.DivClassName
{
background-color: #7AF3DB;
}
.BgClassName
{
background-color: #7AF3DB;
}
</style>
border-color css
<style>
span { border-color: #7AF3DB; }
span { border-color: rgb(122,243,219); }
td.TdClassName
{
border-color: #7AF3DB;
}
.TagClassName
{
border-color: #7AF3DB;
}
</style>