Shades of Medium Aquamarine #7AD8B0
Tints of Medium Aquamarine #7AD8B0
RGB
CMYK
RGB Variations
Color information
#7AD8B0 (or 0x7AD8B0) is known color: Medium Aquamarine. HEX triplet: 7A, D8 and B0. RGB value is (122,216,176). Sum of RGB (Red+Green+Blue) = 122+216+176=514 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.74% from 514); Green value is 216 (84.77% from 255 or 42.02% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 216 - color contains mainly: green. Hex color #7AD8B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD8B0 is #85274F. Grayscale: #B7B7B7. Windows color (decimal): -8726352 or 11589754. OLE color: 11589754.
HSL color Cylindrical-coordinate representation of color #7AD8B0: hue angle of 154.47º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7AD8B0 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 216 | 176 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.15 |
| HSL | 154.47º | 0.55% | 0.66% | - |
| HSV(B) | 154.47º | 0.44% | 0.85% | - |
| XYZ | 40.42 | 56.38 | 49.83 | - |
| YUV | 183.33 | 123.86 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 216 | 176 | 0.44 | 0 | 0.19 | 0.15 | 154.47 | 0.55 | 0.66 |
| Hex | 7A | D8 | B0 | 2C | 0 | 13 | F | 9A | 37 | 42 |
| Octal | 172 | 330 | 260 | 54 | 0 | 23 | 17 | 232 | 67 | 102 |
| Binary | 1111010 | 11011000 | 10110000 | 101100 | 0 | 10011 | 1111 | 10011010 | 110111 | 1000010 |
Color Harmonies of #7AD8B0
Complementary color
Monochromatic Colors of #7AD8B0
Black with #7AD8B0
Text Example
Text Example
White with #7AD8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD8B0; }
p { color: rgb(122,216,176); }
H1.HeaderClassName
{
color: #7AD8B0;
}
.AnyTagClassName
{
color: #7AD8B0;
}
</style>
background-color css
<style>
a { background-color: #7AD8B0; }
a { background-color: rgb(122,216,176); }
div.DivClassName
{
background-color: #7AD8B0;
}
.BgClassName
{
background-color: #7AD8B0;
}
</style>
border-color css
<style>
span { border-color: #7AD8B0; }
span { border-color: rgb(122,216,176); }
td.TdClassName
{
border-color: #7AD8B0;
}
.TagClassName
{
border-color: #7AD8B0;
}
</style>