Shades of Medium Aquamarine #7BDDB1
Tints of Medium Aquamarine #7BDDB1
RGB
CMYK
RGB Variations
Color information
#7BDDB1 (or 0x7BDDB1) is known color: Medium Aquamarine. HEX triplet: 7B, DD and B1. RGB value is (123,221,177). Sum of RGB (Red+Green+Blue) = 123+221+177=521 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.61% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #7BDDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDDB1 is #84224E. Grayscale: #BABABA. Windows color (decimal): -8659535 or 11656571. OLE color: 11656571.
HSL color Cylindrical-coordinate representation of color #7BDDB1: hue angle of 153.06º 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 #7BDDB1 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 221 | 177 | - |
| CMYK | 0.44 | 0 | 0.20 | 0.13 |
| HSL | 153.06º | 0.59% | 0.67% | - |
| HSV(B) | 153.06º | 0.44% | 0.87% | - |
| XYZ | 41.96 | 59.1 | 50.79 | - |
| YUV | 186.68 | 122.53 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 221 | 177 | 0.44 | 0 | 0.20 | 0.13 | 153.06 | 0.59 | 0.67 |
| Hex | 7B | DD | B1 | 2C | 0 | 14 | D | 99 | 3B | 43 |
| Octal | 173 | 335 | 261 | 54 | 0 | 24 | 15 | 231 | 73 | 103 |
| Binary | 1111011 | 11011101 | 10110001 | 101100 | 0 | 10100 | 1101 | 10011001 | 111011 | 1000011 |
Color Harmonies of #7BDDB1
Complementary color
Monochromatic Colors of #7BDDB1
Black with #7BDDB1
Text Example
Text Example
White with #7BDDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDDB1; }
p { color: rgb(123,221,177); }
H1.HeaderClassName
{
color: #7BDDB1;
}
.AnyTagClassName
{
color: #7BDDB1;
}
</style>
background-color css
<style>
a { background-color: #7BDDB1; }
a { background-color: rgb(123,221,177); }
div.DivClassName
{
background-color: #7BDDB1;
}
.BgClassName
{
background-color: #7BDDB1;
}
</style>
border-color css
<style>
span { border-color: #7BDDB1; }
span { border-color: rgb(123,221,177); }
td.TdClassName
{
border-color: #7BDDB1;
}
.TagClassName
{
border-color: #7BDDB1;
}
</style>