Shades of Aquamarine #7AF8DD
Tints of Aquamarine #7AF8DD
RGB
CMYK
RGB Variations
Color information
#7AF8DD (or 0x7AF8DD) is known color: Aquamarine. HEX triplet: 7A, F8 and DD. RGB value is (122,248,221). Sum of RGB (Red+Green+Blue) = 122+248+221=591 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.64% from 591); Green value is 248 (97.27% from 255 or 41.96% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF8DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF8DD is #850722. Grayscale: #CFCFCF. Windows color (decimal): -8718115 or 14547066. OLE color: 14547066.
HSL color Cylindrical-coordinate representation of color #7AF8DD: hue angle of 167.14º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF8DD is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 248 | 221 | - |
| CMYK | 0.51 | 0 | 0.11 | 0.03 |
| HSL | 167.14º | 0.9% | 0.73% | - |
| HSV(B) | 167.14º | 0.51% | 0.97% | - |
| XYZ | 54.64 | 76.49 | 80.29 | - |
| YUV | 207.25 | 135.76 | 67.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 248 | 221 | 0.51 | 0 | 0.11 | 0.03 | 167.14 | 0.9 | 0.73 |
| Hex | 7A | F8 | DD | 33 | 0 | B | 3 | A7 | 5A | 49 |
| Octal | 172 | 370 | 335 | 63 | 0 | 13 | 3 | 247 | 132 | 111 |
| Binary | 1111010 | 11111000 | 11011101 | 110011 | 0 | 1011 | 11 | 10100111 | 1011010 | 1001001 |
Color Harmonies of #7AF8DD
Complementary color
Monochromatic Colors of #7AF8DD
Black with #7AF8DD
Text Example
Text Example
White with #7AF8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF8DD; }
p { color: rgb(122,248,221); }
H1.HeaderClassName
{
color: #7AF8DD;
}
.AnyTagClassName
{
color: #7AF8DD;
}
</style>
background-color css
<style>
a { background-color: #7AF8DD; }
a { background-color: rgb(122,248,221); }
div.DivClassName
{
background-color: #7AF8DD;
}
.BgClassName
{
background-color: #7AF8DD;
}
</style>
border-color css
<style>
span { border-color: #7AF8DD; }
span { border-color: rgb(122,248,221); }
td.TdClassName
{
border-color: #7AF8DD;
}
.TagClassName
{
border-color: #7AF8DD;
}
</style>