Shades of Aquamarine #7AFDDF
Tints of Aquamarine #7AFDDF
RGB
CMYK
RGB Variations
Color information
#7AFDDF (or 0x7AFDDF) is known color: Aquamarine. HEX triplet: 7A, FD and DF. RGB value is (122,253,223). Sum of RGB (Red+Green+Blue) = 122+253+223=598 (79% of max value = 765). Red value is 122 (48.05% from 255 or 20.40% from 598); Green value is 253 (99.22% from 255 or 42.31% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 253 - color contains mainly: green. Hex color #7AFDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFDDF is #850220. Grayscale: #D2D2D2. Windows color (decimal): -8716833 or 14679418. OLE color: 14679418.
HSL color Cylindrical-coordinate representation of color #7AFDDF: hue angle of 166.26º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFDDF is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 253 | 223 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.01 |
| HSL | 166.26º | 0.97% | 0.74% | - |
| HSV(B) | 166.26º | 0.52% | 0.99% | - |
| XYZ | 56.47 | 79.72 | 82.22 | - |
| YUV | 210.41 | 135.1 | 64.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 253 | 223 | 0.52 | 0 | 0.12 | 0.01 | 166.26 | 0.97 | 0.74 |
| Hex | 7A | FD | DF | 34 | 0 | C | 1 | A6 | 61 | 4A |
| Octal | 172 | 375 | 337 | 64 | 0 | 14 | 1 | 246 | 141 | 112 |
| Binary | 1111010 | 11111101 | 11011111 | 110100 | 0 | 1100 | 1 | 10100110 | 1100001 | 1001010 |
Color Harmonies of #7AFDDF
Complementary color
Monochromatic Colors of #7AFDDF
Black with #7AFDDF
Text Example
Text Example
White with #7AFDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFDDF; }
p { color: rgb(122,253,223); }
H1.HeaderClassName
{
color: #7AFDDF;
}
.AnyTagClassName
{
color: #7AFDDF;
}
</style>
background-color css
<style>
a { background-color: #7AFDDF; }
a { background-color: rgb(122,253,223); }
div.DivClassName
{
background-color: #7AFDDF;
}
.BgClassName
{
background-color: #7AFDDF;
}
</style>
border-color css
<style>
span { border-color: #7AFDDF; }
span { border-color: rgb(122,253,223); }
td.TdClassName
{
border-color: #7AFDDF;
}
.TagClassName
{
border-color: #7AFDDF;
}
</style>