Shades of Aquamarine #7AFFDB
Tints of Aquamarine #7AFFDB
RGB
CMYK
RGB Variations
Color information
#7AFFDB (or 0x7AFFDB) is known color: Aquamarine. HEX triplet: 7A, FF and DB. RGB value is (122,255,219). Sum of RGB (Red+Green+Blue) = 122+255+219=596 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.47% from 596); Green value is 255 (100% from 255 or 42.79% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFFDB is #850024. Grayscale: #D3D3D3. Windows color (decimal): -8716325 or 14417786. OLE color: 14417786.
HSL color Cylindrical-coordinate representation of color #7AFFDB: hue angle of 163.76º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFFDB is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 255 | 219 | - |
| CMYK | 0.52 | 0 | 0.14 | 0 |
| HSL | 163.76º | 1% | 0.74% | - |
| HSV(B) | 163.76º | 0.52% | 1% | - |
| XYZ | 56.57 | 80.77 | 79.63 | - |
| YUV | 211.13 | 132.44 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 255 | 219 | 0.52 | 0 | 0.14 | 0 | 163.76 | 1 | 0.74 |
| Hex | 7A | FF | DB | 34 | 0 | E | 0 | A4 | 64 | 4A |
| Octal | 172 | 377 | 333 | 64 | 0 | 16 | 0 | 244 | 144 | 112 |
| Binary | 1111010 | 11111111 | 11011011 | 110100 | 0 | 1110 | 0 | 10100100 | 1100100 | 1001010 |
Color Harmonies of #7AFFDB
Complementary color
Monochromatic Colors of #7AFFDB
Black with #7AFFDB
Text Example
Text Example
White with #7AFFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFFDB; }
p { color: rgb(122,255,219); }
H1.HeaderClassName
{
color: #7AFFDB;
}
.AnyTagClassName
{
color: #7AFFDB;
}
</style>
background-color css
<style>
a { background-color: #7AFFDB; }
a { background-color: rgb(122,255,219); }
div.DivClassName
{
background-color: #7AFFDB;
}
.BgClassName
{
background-color: #7AFFDB;
}
</style>
border-color css
<style>
span { border-color: #7AFFDB; }
span { border-color: rgb(122,255,219); }
td.TdClassName
{
border-color: #7AFFDB;
}
.TagClassName
{
border-color: #7AFFDB;
}
</style>