Shades of Medium Aquamarine #7ADAB1
Tints of Medium Aquamarine #7ADAB1
RGB
CMYK
RGB Variations
Color information
#7ADAB1 (or 0x7ADAB1) is known color: Medium Aquamarine. HEX triplet: 7A, DA and B1. RGB value is (122,218,177). Sum of RGB (Red+Green+Blue) = 122+218+177=517 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.60% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 177 (69.53% from 255 or 34.24% from 517); Max value from RGB is 218 - color contains mainly: green. Hex color #7ADAB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADAB1 is #85254E. Grayscale: #B8B8B8. Windows color (decimal): -8725839 or 11655802. OLE color: 11655802.
HSL color Cylindrical-coordinate representation of color #7ADAB1: hue angle of 154.38º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ADAB1 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 218 | 177 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.15 |
| HSL | 154.38º | 0.56% | 0.67% | - |
| HSV(B) | 154.38º | 0.44% | 0.85% | - |
| XYZ | 41.03 | 57.45 | 50.52 | - |
| YUV | 184.62 | 123.7 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 218 | 177 | 0.44 | 0 | 0.19 | 0.15 | 154.38 | 0.56 | 0.67 |
| Hex | 7A | DA | B1 | 2C | 0 | 13 | F | 9A | 38 | 43 |
| Octal | 172 | 332 | 261 | 54 | 0 | 23 | 17 | 232 | 70 | 103 |
| Binary | 1111010 | 11011010 | 10110001 | 101100 | 0 | 10011 | 1111 | 10011010 | 111000 | 1000011 |
Color Harmonies of #7ADAB1
Complementary color
Monochromatic Colors of #7ADAB1
Black with #7ADAB1
Text Example
Text Example
White with #7ADAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADAB1; }
p { color: rgb(122,218,177); }
H1.HeaderClassName
{
color: #7ADAB1;
}
.AnyTagClassName
{
color: #7ADAB1;
}
</style>
background-color css
<style>
a { background-color: #7ADAB1; }
a { background-color: rgb(122,218,177); }
div.DivClassName
{
background-color: #7ADAB1;
}
.BgClassName
{
background-color: #7ADAB1;
}
</style>
border-color css
<style>
span { border-color: #7ADAB1; }
span { border-color: rgb(122,218,177); }
td.TdClassName
{
border-color: #7ADAB1;
}
.TagClassName
{
border-color: #7ADAB1;
}
</style>