Shades of Medium Aquamarine #7BDCAB
Tints of Medium Aquamarine #7BDCAB
RGB
CMYK
RGB Variations
Color information
#7BDCAB (or 0x7BDCAB) is known color: Medium Aquamarine. HEX triplet: 7B, DC and AB. RGB value is (123,220,171). Sum of RGB (Red+Green+Blue) = 123+220+171=514 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.93% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #7BDCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDCAB is #842354. Grayscale: #B9B9B9. Windows color (decimal): -8659797 or 11263099. OLE color: 11263099.
HSL color Cylindrical-coordinate representation of color #7BDCAB: hue angle of 149.69º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BDCAB is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 220 | 171 | - |
| CMYK | 0.44 | 0 | 0.22 | 0.14 |
| HSL | 149.69º | 0.58% | 0.67% | - |
| HSV(B) | 149.69º | 0.44% | 0.86% | - |
| XYZ | 41.11 | 58.34 | 47.62 | - |
| YUV | 185.41 | 119.86 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 220 | 171 | 0.44 | 0 | 0.22 | 0.14 | 149.69 | 0.58 | 0.67 |
| Hex | 7B | DC | AB | 2C | 0 | 16 | E | 96 | 3A | 43 |
| Octal | 173 | 334 | 253 | 54 | 0 | 26 | 16 | 226 | 72 | 103 |
| Binary | 1111011 | 11011100 | 10101011 | 101100 | 0 | 10110 | 1110 | 10010110 | 111010 | 1000011 |
Color Harmonies of #7BDCAB
Complementary color
Monochromatic Colors of #7BDCAB
Black with #7BDCAB
Text Example
Text Example
White with #7BDCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDCAB; }
p { color: rgb(123,220,171); }
H1.HeaderClassName
{
color: #7BDCAB;
}
.AnyTagClassName
{
color: #7BDCAB;
}
</style>
background-color css
<style>
a { background-color: #7BDCAB; }
a { background-color: rgb(123,220,171); }
div.DivClassName
{
background-color: #7BDCAB;
}
.BgClassName
{
background-color: #7BDCAB;
}
</style>
border-color css
<style>
span { border-color: #7BDCAB; }
span { border-color: rgb(123,220,171); }
td.TdClassName
{
border-color: #7BDCAB;
}
.TagClassName
{
border-color: #7BDCAB;
}
</style>