Shades of Medium Aquamarine #7BDAB1
Tints of Medium Aquamarine #7BDAB1
RGB
CMYK
RGB Variations
Color information
#7BDAB1 (or 0x7BDAB1) is known color: Medium Aquamarine. HEX triplet: 7B, DA and B1. RGB value is (123,218,177). Sum of RGB (Red+Green+Blue) = 123+218+177=518 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.75% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #7BDAB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDAB1 is #84254E. Grayscale: #B8B8B8. Windows color (decimal): -8660303 or 11655803. OLE color: 11655803.
HSL color Cylindrical-coordinate representation of color #7BDAB1: hue angle of 154.11º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BDAB1 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 218 | 177 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.15 |
| HSL | 154.11º | 0.56% | 0.67% | - |
| HSV(B) | 154.11º | 0.44% | 0.85% | - |
| XYZ | 41.18 | 57.53 | 50.53 | - |
| YUV | 184.92 | 123.53 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 218 | 177 | 0.44 | 0 | 0.19 | 0.15 | 154.11 | 0.56 | 0.67 |
| Hex | 7B | DA | B1 | 2C | 0 | 13 | F | 9A | 38 | 43 |
| Octal | 173 | 332 | 261 | 54 | 0 | 23 | 17 | 232 | 70 | 103 |
| Binary | 1111011 | 11011010 | 10110001 | 101100 | 0 | 10011 | 1111 | 10011010 | 111000 | 1000011 |
Color Harmonies of #7BDAB1
Complementary color
Monochromatic Colors of #7BDAB1
Black with #7BDAB1
Text Example
Text Example
White with #7BDAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDAB1; }
p { color: rgb(123,218,177); }
H1.HeaderClassName
{
color: #7BDAB1;
}
.AnyTagClassName
{
color: #7BDAB1;
}
</style>
background-color css
<style>
a { background-color: #7BDAB1; }
a { background-color: rgb(123,218,177); }
div.DivClassName
{
background-color: #7BDAB1;
}
.BgClassName
{
background-color: #7BDAB1;
}
</style>
border-color css
<style>
span { border-color: #7BDAB1; }
span { border-color: rgb(123,218,177); }
td.TdClassName
{
border-color: #7BDAB1;
}
.TagClassName
{
border-color: #7BDAB1;
}
</style>