Shades of Aquamarine #7AF1DF
Tints of Aquamarine #7AF1DF
RGB
CMYK
RGB Variations
Color information
#7AF1DF (or 0x7AF1DF) is known color: Aquamarine. HEX triplet: 7A, F1 and DF. RGB value is (122,241,223). Sum of RGB (Red+Green+Blue) = 122+241+223=586 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.82% from 586); Green value is 241 (94.53% from 255 or 41.13% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 241 - color contains mainly: green. Hex color #7AF1DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF1DF is #850E20. Grayscale: #CBCBCB. Windows color (decimal): -8719905 or 14676346. OLE color: 14676346.
HSL color Cylindrical-coordinate representation of color #7AF1DF: hue angle of 170.92º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AF1DF is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 241 | 223 | - |
| CMYK | 0.49 | 0 | 0.07 | 0.05 |
| HSL | 170.92º | 0.81% | 0.71% | - |
| HSV(B) | 170.92º | 0.49% | 0.95% | - |
| XYZ | 52.8 | 72.38 | 81 | - |
| YUV | 203.37 | 139.08 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 241 | 223 | 0.49 | 0 | 0.07 | 0.05 | 170.92 | 0.81 | 0.71 |
| Hex | 7A | F1 | DF | 31 | 0 | 7 | 5 | AB | 51 | 47 |
| Octal | 172 | 361 | 337 | 61 | 0 | 7 | 5 | 253 | 121 | 107 |
| Binary | 1111010 | 11110001 | 11011111 | 110001 | 0 | 111 | 101 | 10101011 | 1010001 | 1000111 |
Color Harmonies of #7AF1DF
Complementary color
Monochromatic Colors of #7AF1DF
Black with #7AF1DF
Text Example
Text Example
White with #7AF1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF1DF; }
p { color: rgb(122,241,223); }
H1.HeaderClassName
{
color: #7AF1DF;
}
.AnyTagClassName
{
color: #7AF1DF;
}
</style>
background-color css
<style>
a { background-color: #7AF1DF; }
a { background-color: rgb(122,241,223); }
div.DivClassName
{
background-color: #7AF1DF;
}
.BgClassName
{
background-color: #7AF1DF;
}
</style>
border-color css
<style>
span { border-color: #7AF1DF; }
span { border-color: rgb(122,241,223); }
td.TdClassName
{
border-color: #7AF1DF;
}
.TagClassName
{
border-color: #7AF1DF;
}
</style>