Shades of Aquamarine #7AF0BD
Tints of Aquamarine #7AF0BD
RGB
CMYK
RGB Variations
Color information
#7AF0BD (or 0x7AF0BD) is known color: Aquamarine. HEX triplet: 7A, F0 and BD. RGB value is (122,240,189). Sum of RGB (Red+Green+Blue) = 122+240+189=551 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.14% from 551); Green value is 240 (94.14% from 255 or 43.56% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 240 - color contains mainly: green. Hex color #7AF0BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF0BD is #850F42. Grayscale: #C6C6C6. Windows color (decimal): -8720195 or 12447866. OLE color: 12447866.
HSL color Cylindrical-coordinate representation of color #7AF0BD: hue angle of 154.07º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AF0BD is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 122 | 240 | 189 | - |
| CMYK | 0.49 | 0 | 0.21 | 0.06 |
| HSL | 154.07º | 0.8% | 0.71% | - |
| HSV(B) | 154.07º | 0.49% | 0.94% | - |
| XYZ | 48.37 | 70.13 | 59.13 | - |
| YUV | 198.9 | 122.41 | 73.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 240 | 189 | 0.49 | 0 | 0.21 | 0.06 | 154.07 | 0.8 | 0.71 |
| Hex | 7A | F0 | BD | 31 | 0 | 15 | 6 | 9A | 50 | 47 |
| Octal | 172 | 360 | 275 | 61 | 0 | 25 | 6 | 232 | 120 | 107 |
| Binary | 1111010 | 11110000 | 10111101 | 110001 | 0 | 10101 | 110 | 10011010 | 1010000 | 1000111 |
Color Harmonies of #7AF0BD
Complementary color
Monochromatic Colors of #7AF0BD
Black with #7AF0BD
Text Example
Text Example
White with #7AF0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF0BD; }
p { color: rgb(122,240,189); }
H1.HeaderClassName
{
color: #7AF0BD;
}
.AnyTagClassName
{
color: #7AF0BD;
}
</style>
background-color css
<style>
a { background-color: #7AF0BD; }
a { background-color: rgb(122,240,189); }
div.DivClassName
{
background-color: #7AF0BD;
}
.BgClassName
{
background-color: #7AF0BD;
}
</style>
border-color css
<style>
span { border-color: #7AF0BD; }
span { border-color: rgb(122,240,189); }
td.TdClassName
{
border-color: #7AF0BD;
}
.TagClassName
{
border-color: #7AF0BD;
}
</style>