Shades of Aquamarine #7AF3D1
Tints of Aquamarine #7AF3D1
RGB
CMYK
RGB Variations
Color information
#7AF3D1 (or 0x7AF3D1) is known color: Aquamarine. HEX triplet: 7A, F3 and D1. RGB value is (122,243,209). Sum of RGB (Red+Green+Blue) = 122+243+209=574 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.25% from 574); Green value is 243 (95.31% from 255 or 42.33% from 574); Blue value is 209 (82.03% from 255 or 36.41% from 574); Max value from RGB is 243 - color contains mainly: green. Hex color #7AF3D1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF3D1 is #850C2E. Grayscale: #CACACA. Windows color (decimal): -8719407 or 13759354. OLE color: 13759354.
HSL color Cylindrical-coordinate representation of color #7AF3D1: hue angle of 163.14º 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 #7AF3D1 is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 243 | 209 | - |
| CMYK | 0.50 | 0 | 0.14 | 0.05 |
| HSL | 163.14º | 0.83% | 0.72% | - |
| HSV(B) | 163.14º | 0.5% | 0.95% | - |
| XYZ | 51.59 | 72.84 | 71.66 | - |
| YUV | 202.95 | 131.41 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 243 | 209 | 0.50 | 0 | 0.14 | 0.05 | 163.14 | 0.83 | 0.72 |
| Hex | 7A | F3 | D1 | 32 | 0 | E | 5 | A3 | 53 | 48 |
| Octal | 172 | 363 | 321 | 62 | 0 | 16 | 5 | 243 | 123 | 110 |
| Binary | 1111010 | 11110011 | 11010001 | 110010 | 0 | 1110 | 101 | 10100011 | 1010011 | 1001000 |
Color Harmonies of #7AF3D1
Complementary color
Monochromatic Colors of #7AF3D1
Black with #7AF3D1
Text Example
Text Example
White with #7AF3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF3D1; }
p { color: rgb(122,243,209); }
H1.HeaderClassName
{
color: #7AF3D1;
}
.AnyTagClassName
{
color: #7AF3D1;
}
</style>
background-color css
<style>
a { background-color: #7AF3D1; }
a { background-color: rgb(122,243,209); }
div.DivClassName
{
background-color: #7AF3D1;
}
.BgClassName
{
background-color: #7AF3D1;
}
</style>
border-color css
<style>
span { border-color: #7AF3D1; }
span { border-color: rgb(122,243,209); }
td.TdClassName
{
border-color: #7AF3D1;
}
.TagClassName
{
border-color: #7AF3D1;
}
</style>