Shades of Medium Aquamarine #7BD5AD
Tints of Medium Aquamarine #7BD5AD
RGB
CMYK
RGB Variations
Color information
#7BD5AD (or 0x7BD5AD) is known color: Medium Aquamarine. HEX triplet: 7B, D5 and AD. RGB value is (123,213,173). Sum of RGB (Red+Green+Blue) = 123+213+173=509 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.17% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 213 - color contains mainly: green. Hex color #7BD5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BD5AD is #842A52. Grayscale: #B5B5B5. Windows color (decimal): -8661587 or 11392379. OLE color: 11392379.
HSL color Cylindrical-coordinate representation of color #7BD5AD: hue angle of 153.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7BD5AD is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 123 | 213 | 173 | - |
| CMYK | 0.42 | 0 | 0.19 | 0.16 |
| HSL | 153.33º | 0.52% | 0.66% | - |
| HSV(B) | 153.33º | 0.42% | 0.84% | - |
| XYZ | 39.51 | 54.82 | 48.03 | - |
| YUV | 181.53 | 123.18 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 213 | 173 | 0.42 | 0 | 0.19 | 0.16 | 153.33 | 0.52 | 0.66 |
| Hex | 7B | D5 | AD | 2A | 0 | 13 | 10 | 99 | 34 | 42 |
| Octal | 173 | 325 | 255 | 52 | 0 | 23 | 20 | 231 | 64 | 102 |
| Binary | 1111011 | 11010101 | 10101101 | 101010 | 0 | 10011 | 10000 | 10011001 | 110100 | 1000010 |
Color Harmonies of #7BD5AD
Complementary color
Monochromatic Colors of #7BD5AD
Black with #7BD5AD
Text Example
Text Example
White with #7BD5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD5AD; }
p { color: rgb(123,213,173); }
H1.HeaderClassName
{
color: #7BD5AD;
}
.AnyTagClassName
{
color: #7BD5AD;
}
</style>
background-color css
<style>
a { background-color: #7BD5AD; }
a { background-color: rgb(123,213,173); }
div.DivClassName
{
background-color: #7BD5AD;
}
.BgClassName
{
background-color: #7BD5AD;
}
</style>
border-color css
<style>
span { border-color: #7BD5AD; }
span { border-color: rgb(123,213,173); }
td.TdClassName
{
border-color: #7BD5AD;
}
.TagClassName
{
border-color: #7BD5AD;
}
</style>