Shades of Medium Aquamarine #7BDBB1
Tints of Medium Aquamarine #7BDBB1
RGB
CMYK
RGB Variations
Color information
#7BDBB1 (or 0x7BDBB1) is known color: Medium Aquamarine. HEX triplet: 7B, DB and B1. RGB value is (123,219,177). Sum of RGB (Red+Green+Blue) = 123+219+177=519 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.70% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 177 (69.53% from 255 or 34.10% from 519); Max value from RGB is 219 - color contains mainly: green. Hex color #7BDBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDBB1 is #84244E. Grayscale: #B9B9B9. Windows color (decimal): -8660047 or 11656059. OLE color: 11656059.
HSL color Cylindrical-coordinate representation of color #7BDBB1: hue angle of 153.75º degrees, saturation: 0.57, 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 #7BDBB1 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 219 | 177 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.14 |
| HSL | 153.75º | 0.57% | 0.67% | - |
| HSV(B) | 153.75º | 0.44% | 0.86% | - |
| XYZ | 41.44 | 58.05 | 50.62 | - |
| YUV | 185.51 | 123.2 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 219 | 177 | 0.44 | 0 | 0.19 | 0.14 | 153.75 | 0.57 | 0.67 |
| Hex | 7B | DB | B1 | 2C | 0 | 13 | E | 9A | 39 | 43 |
| Octal | 173 | 333 | 261 | 54 | 0 | 23 | 16 | 232 | 71 | 103 |
| Binary | 1111011 | 11011011 | 10110001 | 101100 | 0 | 10011 | 1110 | 10011010 | 111001 | 1000011 |
Color Harmonies of #7BDBB1
Complementary color
Monochromatic Colors of #7BDBB1
Black with #7BDBB1
Text Example
Text Example
White with #7BDBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDBB1; }
p { color: rgb(123,219,177); }
H1.HeaderClassName
{
color: #7BDBB1;
}
.AnyTagClassName
{
color: #7BDBB1;
}
</style>
background-color css
<style>
a { background-color: #7BDBB1; }
a { background-color: rgb(123,219,177); }
div.DivClassName
{
background-color: #7BDBB1;
}
.BgClassName
{
background-color: #7BDBB1;
}
</style>
border-color css
<style>
span { border-color: #7BDBB1; }
span { border-color: rgb(123,219,177); }
td.TdClassName
{
border-color: #7BDBB1;
}
.TagClassName
{
border-color: #7BDBB1;
}
</style>