Shades of Medium Aquamarine #7BDCB0
Tints of Medium Aquamarine #7BDCB0
RGB
CMYK
RGB Variations
Color information
#7BDCB0 (or 0x7BDCB0) is known color: Medium Aquamarine. HEX triplet: 7B, DC and B0. RGB value is (123,220,176). Sum of RGB (Red+Green+Blue) = 123+220+176=519 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.70% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #7BDCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDCB0 is #84234F. Grayscale: #BABABA. Windows color (decimal): -8659792 or 11590779. OLE color: 11590779.
HSL color Cylindrical-coordinate representation of color #7BDCB0: hue angle of 152.78º 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 #7BDCB0 is Cyan = 0.44, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 220 | 176 | - |
| CMYK | 0.44 | 0 | 0.2 | 0.14 |
| HSL | 152.78º | 0.58% | 0.67% | - |
| HSV(B) | 152.78º | 0.44% | 0.86% | - |
| XYZ | 41.6 | 58.53 | 50.18 | - |
| YUV | 185.98 | 122.36 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 220 | 176 | 0.44 | 0 | 0.2 | 0.14 | 152.78 | 0.58 | 0.67 |
| Hex | 7B | DC | B0 | 2C | 0 | 14 | E | 99 | 3A | 43 |
| Octal | 173 | 334 | 260 | 54 | 0 | 24 | 16 | 231 | 72 | 103 |
| Binary | 1111011 | 11011100 | 10110000 | 101100 | 0 | 10100 | 1110 | 10011001 | 111010 | 1000011 |
Color Harmonies of #7BDCB0
Complementary color
Monochromatic Colors of #7BDCB0
Black with #7BDCB0
Text Example
Text Example
White with #7BDCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDCB0; }
p { color: rgb(123,220,176); }
H1.HeaderClassName
{
color: #7BDCB0;
}
.AnyTagClassName
{
color: #7BDCB0;
}
</style>
background-color css
<style>
a { background-color: #7BDCB0; }
a { background-color: rgb(123,220,176); }
div.DivClassName
{
background-color: #7BDCB0;
}
.BgClassName
{
background-color: #7BDCB0;
}
</style>
border-color css
<style>
span { border-color: #7BDCB0; }
span { border-color: rgb(123,220,176); }
td.TdClassName
{
border-color: #7BDCB0;
}
.TagClassName
{
border-color: #7BDCB0;
}
</style>