Shades of Aquamarine #7AF4DD
Tints of Aquamarine #7AF4DD
RGB
CMYK
RGB Variations
Color information
#7AF4DD (or 0x7AF4DD) is known color: Aquamarine. HEX triplet: 7A, F4 and DD. RGB value is (122,244,221). Sum of RGB (Red+Green+Blue) = 122+244+221=587 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.78% from 587); Green value is 244 (95.70% from 255 or 41.57% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 244 - color contains mainly: green. Hex color #7AF4DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF4DD is #850B22. Grayscale: #CCCCCC. Windows color (decimal): -8719139 or 14546042. OLE color: 14546042.
HSL color Cylindrical-coordinate representation of color #7AF4DD: hue angle of 168.69º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF4DD is Cyan = 0.5, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 244 | 221 | - |
| CMYK | 0.5 | 0 | 0.09 | 0.04 |
| HSL | 168.69º | 0.85% | 0.72% | - |
| HSV(B) | 168.69º | 0.5% | 0.96% | - |
| XYZ | 53.43 | 74.06 | 79.89 | - |
| YUV | 204.9 | 137.08 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 244 | 221 | 0.5 | 0 | 0.09 | 0.04 | 168.69 | 0.85 | 0.72 |
| Hex | 7A | F4 | DD | 32 | 0 | 9 | 4 | A9 | 55 | 48 |
| Octal | 172 | 364 | 335 | 62 | 0 | 11 | 4 | 251 | 125 | 110 |
| Binary | 1111010 | 11110100 | 11011101 | 110010 | 0 | 1001 | 100 | 10101001 | 1010101 | 1001000 |
Color Harmonies of #7AF4DD
Complementary color
Monochromatic Colors of #7AF4DD
Black with #7AF4DD
Text Example
Text Example
White with #7AF4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF4DD; }
p { color: rgb(122,244,221); }
H1.HeaderClassName
{
color: #7AF4DD;
}
.AnyTagClassName
{
color: #7AF4DD;
}
</style>
background-color css
<style>
a { background-color: #7AF4DD; }
a { background-color: rgb(122,244,221); }
div.DivClassName
{
background-color: #7AF4DD;
}
.BgClassName
{
background-color: #7AF4DD;
}
</style>
border-color css
<style>
span { border-color: #7AF4DD; }
span { border-color: rgb(122,244,221); }
td.TdClassName
{
border-color: #7AF4DD;
}
.TagClassName
{
border-color: #7AF4DD;
}
</style>