Shades of Aquamarine #7AFCDB
Tints of Aquamarine #7AFCDB
RGB
CMYK
RGB Variations
Color information
#7AFCDB (or 0x7AFCDB) is known color: Aquamarine. HEX triplet: 7A, FC and DB. RGB value is (122,252,219). Sum of RGB (Red+Green+Blue) = 122+252+219=593 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.57% from 593); Green value is 252 (98.83% from 255 or 42.50% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 252 - color contains mainly: green. Hex color #7AFCDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFCDB is #850324. Grayscale: #D1D1D1. Windows color (decimal): -8717093 or 14417018. OLE color: 14417018.
HSL color Cylindrical-coordinate representation of color #7AFCDB: hue angle of 164.77º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFCDB is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 252 | 219 | - |
| CMYK | 0.52 | 0 | 0.13 | 0.01 |
| HSL | 164.77º | 0.96% | 0.73% | - |
| HSV(B) | 164.77º | 0.52% | 0.99% | - |
| XYZ | 55.62 | 78.87 | 79.31 | - |
| YUV | 209.37 | 133.43 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 252 | 219 | 0.52 | 0 | 0.13 | 0.01 | 164.77 | 0.96 | 0.73 |
| Hex | 7A | FC | DB | 34 | 0 | D | 1 | A5 | 60 | 49 |
| Octal | 172 | 374 | 333 | 64 | 0 | 15 | 1 | 245 | 140 | 111 |
| Binary | 1111010 | 11111100 | 11011011 | 110100 | 0 | 1101 | 1 | 10100101 | 1100000 | 1001001 |
Color Harmonies of #7AFCDB
Complementary color
Monochromatic Colors of #7AFCDB
Black with #7AFCDB
Text Example
Text Example
White with #7AFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFCDB; }
p { color: rgb(122,252,219); }
H1.HeaderClassName
{
color: #7AFCDB;
}
.AnyTagClassName
{
color: #7AFCDB;
}
</style>
background-color css
<style>
a { background-color: #7AFCDB; }
a { background-color: rgb(122,252,219); }
div.DivClassName
{
background-color: #7AFCDB;
}
.BgClassName
{
background-color: #7AFCDB;
}
</style>
border-color css
<style>
span { border-color: #7AFCDB; }
span { border-color: rgb(122,252,219); }
td.TdClassName
{
border-color: #7AFCDB;
}
.TagClassName
{
border-color: #7AFCDB;
}
</style>