Shades of Medium Aquamarine #7ADFAB
Tints of Medium Aquamarine #7ADFAB
RGB
CMYK
RGB Variations
Color information
#7ADFAB (or 0x7ADFAB) is known color: Medium Aquamarine. HEX triplet: 7A, DF and AB. RGB value is (122,223,171). Sum of RGB (Red+Green+Blue) = 122+223+171=516 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.64% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADFAB is #852054. Grayscale: #BABABA. Windows color (decimal): -8724565 or 11263866. OLE color: 11263866.
HSL color Cylindrical-coordinate representation of color #7ADFAB: hue angle of 149.11º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADFAB is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 223 | 171 | - |
| CMYK | 0.45 | 0 | 0.23 | 0.13 |
| HSL | 149.11º | 0.61% | 0.68% | - |
| HSV(B) | 149.11º | 0.45% | 0.87% | - |
| XYZ | 41.76 | 59.85 | 47.88 | - |
| YUV | 186.87 | 119.04 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 223 | 171 | 0.45 | 0 | 0.23 | 0.13 | 149.11 | 0.61 | 0.68 |
| Hex | 7A | DF | AB | 2D | 0 | 17 | D | 95 | 3D | 44 |
| Octal | 172 | 337 | 253 | 55 | 0 | 27 | 15 | 225 | 75 | 104 |
| Binary | 1111010 | 11011111 | 10101011 | 101101 | 0 | 10111 | 1101 | 10010101 | 111101 | 1000100 |
Color Harmonies of #7ADFAB
Complementary color
Monochromatic Colors of #7ADFAB
Black with #7ADFAB
Text Example
Text Example
White with #7ADFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADFAB; }
p { color: rgb(122,223,171); }
H1.HeaderClassName
{
color: #7ADFAB;
}
.AnyTagClassName
{
color: #7ADFAB;
}
</style>
background-color css
<style>
a { background-color: #7ADFAB; }
a { background-color: rgb(122,223,171); }
div.DivClassName
{
background-color: #7ADFAB;
}
.BgClassName
{
background-color: #7ADFAB;
}
</style>
border-color css
<style>
span { border-color: #7ADFAB; }
span { border-color: rgb(122,223,171); }
td.TdClassName
{
border-color: #7ADFAB;
}
.TagClassName
{
border-color: #7ADFAB;
}
</style>