Shades of Medium Aquamarine #7BDDAA
Tints of Medium Aquamarine #7BDDAA
RGB
CMYK
RGB Variations
Color information
#7BDDAA (or 0x7BDDAA) is known color: Medium Aquamarine. HEX triplet: 7B, DD and AA. RGB value is (123,221,170). Sum of RGB (Red+Green+Blue) = 123+221+170=514 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.93% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #7BDDAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDDAA is #842255. Grayscale: #B9B9B9. Windows color (decimal): -8659542 or 11197819. OLE color: 11197819.
HSL color Cylindrical-coordinate representation of color #7BDDAA: hue angle of 148.78º 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 #7BDDAA is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 221 | 170 | - |
| CMYK | 0.44 | 0 | 0.23 | 0.13 |
| HSL | 148.78º | 0.59% | 0.67% | - |
| HSV(B) | 148.78º | 0.44% | 0.87% | - |
| XYZ | 41.28 | 58.83 | 47.21 | - |
| YUV | 185.88 | 119.03 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 221 | 170 | 0.44 | 0 | 0.23 | 0.13 | 148.78 | 0.59 | 0.67 |
| Hex | 7B | DD | AA | 2C | 0 | 17 | D | 95 | 3B | 43 |
| Octal | 173 | 335 | 252 | 54 | 0 | 27 | 15 | 225 | 73 | 103 |
| Binary | 1111011 | 11011101 | 10101010 | 101100 | 0 | 10111 | 1101 | 10010101 | 111011 | 1000011 |
Color Harmonies of #7BDDAA
Complementary color
Monochromatic Colors of #7BDDAA
Black with #7BDDAA
Text Example
Text Example
White with #7BDDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDDAA; }
p { color: rgb(123,221,170); }
H1.HeaderClassName
{
color: #7BDDAA;
}
.AnyTagClassName
{
color: #7BDDAA;
}
</style>
background-color css
<style>
a { background-color: #7BDDAA; }
a { background-color: rgb(123,221,170); }
div.DivClassName
{
background-color: #7BDDAA;
}
.BgClassName
{
background-color: #7BDDAA;
}
</style>
border-color css
<style>
span { border-color: #7BDDAA; }
span { border-color: rgb(123,221,170); }
td.TdClassName
{
border-color: #7BDDAA;
}
.TagClassName
{
border-color: #7BDDAA;
}
</style>