Shades of Aquamarine #7AF9DD
Tints of Aquamarine #7AF9DD
RGB
CMYK
RGB Variations
Color information
#7AF9DD (or 0x7AF9DD) is known color: Aquamarine. HEX triplet: 7A, F9 and DD. RGB value is (122,249,221). Sum of RGB (Red+Green+Blue) = 122+249+221=592 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.61% from 592); Green value is 249 (97.66% from 255 or 42.06% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 249 - color contains mainly: green. Hex color #7AF9DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF9DD is #850622. Grayscale: #CFCFCF. Windows color (decimal): -8717859 or 14547322. OLE color: 14547322.
HSL color Cylindrical-coordinate representation of color #7AF9DD: hue angle of 166.77º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF9DD is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 249 | 221 | - |
| CMYK | 0.51 | 0 | 0.11 | 0.02 |
| HSL | 166.77º | 0.91% | 0.73% | - |
| HSV(B) | 166.77º | 0.51% | 0.98% | - |
| XYZ | 54.95 | 77.11 | 80.39 | - |
| YUV | 207.84 | 135.42 | 66.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 249 | 221 | 0.51 | 0 | 0.11 | 0.02 | 166.77 | 0.91 | 0.73 |
| Hex | 7A | F9 | DD | 33 | 0 | B | 2 | A7 | 5B | 49 |
| Octal | 172 | 371 | 335 | 63 | 0 | 13 | 2 | 247 | 133 | 111 |
| Binary | 1111010 | 11111001 | 11011101 | 110011 | 0 | 1011 | 10 | 10100111 | 1011011 | 1001001 |
Color Harmonies of #7AF9DD
Complementary color
Monochromatic Colors of #7AF9DD
Black with #7AF9DD
Text Example
Text Example
White with #7AF9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF9DD; }
p { color: rgb(122,249,221); }
H1.HeaderClassName
{
color: #7AF9DD;
}
.AnyTagClassName
{
color: #7AF9DD;
}
</style>
background-color css
<style>
a { background-color: #7AF9DD; }
a { background-color: rgb(122,249,221); }
div.DivClassName
{
background-color: #7AF9DD;
}
.BgClassName
{
background-color: #7AF9DD;
}
</style>
border-color css
<style>
span { border-color: #7AF9DD; }
span { border-color: rgb(122,249,221); }
td.TdClassName
{
border-color: #7AF9DD;
}
.TagClassName
{
border-color: #7AF9DD;
}
</style>