Shades of Medium Aquamarine #7BD4AD
Tints of Medium Aquamarine #7BD4AD
RGB
CMYK
RGB Variations
Color information
#7BD4AD (or 0x7BD4AD) is known color: Medium Aquamarine. HEX triplet: 7B, D4 and AD. RGB value is (123,212,173). Sum of RGB (Red+Green+Blue) = 123+212+173=508 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.21% from 508); Green value is 212 (83.20% from 255 or 41.73% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 212 - color contains mainly: green. Hex color #7BD4AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BD4AD is #842B52. Grayscale: #B5B5B5. Windows color (decimal): -8661843 or 11392123. OLE color: 11392123.
HSL color Cylindrical-coordinate representation of color #7BD4AD: hue angle of 153.71º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7BD4AD is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 123 | 212 | 173 | - |
| CMYK | 0.42 | 0 | 0.18 | 0.17 |
| HSL | 153.71º | 0.51% | 0.66% | - |
| HSV(B) | 153.71º | 0.42% | 0.83% | - |
| XYZ | 39.25 | 54.32 | 47.95 | - |
| YUV | 180.94 | 123.51 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 212 | 173 | 0.42 | 0 | 0.18 | 0.17 | 153.71 | 0.51 | 0.66 |
| Hex | 7B | D4 | AD | 2A | 0 | 12 | 11 | 9A | 33 | 42 |
| Octal | 173 | 324 | 255 | 52 | 0 | 22 | 21 | 232 | 63 | 102 |
| Binary | 1111011 | 11010100 | 10101101 | 101010 | 0 | 10010 | 10001 | 10011010 | 110011 | 1000010 |
Color Harmonies of #7BD4AD
Complementary color
Monochromatic Colors of #7BD4AD
Black with #7BD4AD
Text Example
Text Example
White with #7BD4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD4AD; }
p { color: rgb(123,212,173); }
H1.HeaderClassName
{
color: #7BD4AD;
}
.AnyTagClassName
{
color: #7BD4AD;
}
</style>
background-color css
<style>
a { background-color: #7BD4AD; }
a { background-color: rgb(123,212,173); }
div.DivClassName
{
background-color: #7BD4AD;
}
.BgClassName
{
background-color: #7BD4AD;
}
</style>
border-color css
<style>
span { border-color: #7BD4AD; }
span { border-color: rgb(123,212,173); }
td.TdClassName
{
border-color: #7BD4AD;
}
.TagClassName
{
border-color: #7BD4AD;
}
</style>