Shades of Medium Aquamarine #7BDCAA
Tints of Medium Aquamarine #7BDCAA
RGB
CMYK
RGB Variations
Color information
#7BDCAA (or 0x7BDCAA) is known color: Medium Aquamarine. HEX triplet: 7B, DC and AA. RGB value is (123,220,170). Sum of RGB (Red+Green+Blue) = 123+220+170=513 (67% of max value = 765). Red value is 123 (48.44% from 255 or 23.98% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #7BDCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDCAA is #842355. Grayscale: #B9B9B9. Windows color (decimal): -8659798 or 11197563. OLE color: 11197563.
HSL color Cylindrical-coordinate representation of color #7BDCAA: hue angle of 149.07º 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 #7BDCAA is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 220 | 170 | - |
| CMYK | 0.44 | 0 | 0.23 | 0.14 |
| HSL | 149.07º | 0.58% | 0.67% | - |
| HSV(B) | 149.07º | 0.44% | 0.86% | - |
| XYZ | 41.02 | 58.3 | 47.12 | - |
| YUV | 185.3 | 119.36 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 220 | 170 | 0.44 | 0 | 0.23 | 0.14 | 149.07 | 0.58 | 0.67 |
| Hex | 7B | DC | AA | 2C | 0 | 17 | E | 95 | 3A | 43 |
| Octal | 173 | 334 | 252 | 54 | 0 | 27 | 16 | 225 | 72 | 103 |
| Binary | 1111011 | 11011100 | 10101010 | 101100 | 0 | 10111 | 1110 | 10010101 | 111010 | 1000011 |
Color Harmonies of #7BDCAA
Complementary color
Monochromatic Colors of #7BDCAA
Black with #7BDCAA
Text Example
Text Example
White with #7BDCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDCAA; }
p { color: rgb(123,220,170); }
H1.HeaderClassName
{
color: #7BDCAA;
}
.AnyTagClassName
{
color: #7BDCAA;
}
</style>
background-color css
<style>
a { background-color: #7BDCAA; }
a { background-color: rgb(123,220,170); }
div.DivClassName
{
background-color: #7BDCAA;
}
.BgClassName
{
background-color: #7BDCAA;
}
</style>
border-color css
<style>
span { border-color: #7BDCAA; }
span { border-color: rgb(123,220,170); }
td.TdClassName
{
border-color: #7BDCAA;
}
.TagClassName
{
border-color: #7BDCAA;
}
</style>