Shades of Medium Aquamarine #7BDDAF
Tints of Medium Aquamarine #7BDDAF
RGB
CMYK
RGB Variations
Color information
#7BDDAF (or 0x7BDDAF) is known color: Medium Aquamarine. HEX triplet: 7B, DD and AF. RGB value is (123,221,175). Sum of RGB (Red+Green+Blue) = 123+221+175=519 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.70% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #7BDDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDDAF is #842250. Grayscale: #BABABA. Windows color (decimal): -8659537 or 11525499. OLE color: 11525499.
HSL color Cylindrical-coordinate representation of color #7BDDAF: hue angle of 151.84º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BDDAF is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 221 | 175 | - |
| CMYK | 0.44 | 0 | 0.21 | 0.13 |
| HSL | 151.84º | 0.59% | 0.67% | - |
| HSV(B) | 151.84º | 0.44% | 0.87% | - |
| XYZ | 41.76 | 59.02 | 49.75 | - |
| YUV | 186.45 | 121.53 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 221 | 175 | 0.44 | 0 | 0.21 | 0.13 | 151.84 | 0.59 | 0.67 |
| Hex | 7B | DD | AF | 2C | 0 | 15 | D | 98 | 3B | 43 |
| Octal | 173 | 335 | 257 | 54 | 0 | 25 | 15 | 230 | 73 | 103 |
| Binary | 1111011 | 11011101 | 10101111 | 101100 | 0 | 10101 | 1101 | 10011000 | 111011 | 1000011 |
Color Harmonies of #7BDDAF
Complementary color
Monochromatic Colors of #7BDDAF
Black with #7BDDAF
Text Example
Text Example
White with #7BDDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDDAF; }
p { color: rgb(123,221,175); }
H1.HeaderClassName
{
color: #7BDDAF;
}
.AnyTagClassName
{
color: #7BDDAF;
}
</style>
background-color css
<style>
a { background-color: #7BDDAF; }
a { background-color: rgb(123,221,175); }
div.DivClassName
{
background-color: #7BDDAF;
}
.BgClassName
{
background-color: #7BDDAF;
}
</style>
border-color css
<style>
span { border-color: #7BDDAF; }
span { border-color: rgb(123,221,175); }
td.TdClassName
{
border-color: #7BDDAF;
}
.TagClassName
{
border-color: #7BDDAF;
}
</style>