Shades of Medium Aquamarine #7BCDA5
Tints of Medium Aquamarine #7BCDA5
RGB
CMYK
RGB Variations
Color information
#7BCDA5 (or 0x7BCDA5) is known color: Medium Aquamarine. HEX triplet: 7B, CD and A5. RGB value is (123,205,165). Sum of RGB (Red+Green+Blue) = 123+205+165=493 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.95% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 165 (64.84% from 255 or 33.47% from 493); Max value from RGB is 205 - color contains mainly: green. Hex color #7BCDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCDA5 is #84325A. Grayscale: #B0B0B0. Windows color (decimal): -8663643 or 10866043. OLE color: 10866043.
HSL color Cylindrical-coordinate representation of color #7BCDA5: hue angle of 150.73º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCDA5 is Cyan = 0.4, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 205 | 165 | - |
| CMYK | 0.4 | 0 | 0.20 | 0.20 |
| HSL | 150.73º | 0.45% | 0.64% | - |
| HSV(B) | 150.73º | 0.4% | 0.8% | - |
| XYZ | 36.79 | 50.59 | 43.42 | - |
| YUV | 175.92 | 121.83 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 205 | 165 | 0.4 | 0 | 0.20 | 0.20 | 150.73 | 0.45 | 0.64 |
| Hex | 7B | CD | A5 | 28 | 0 | 14 | 14 | 97 | 2D | 40 |
| Octal | 173 | 315 | 245 | 50 | 0 | 24 | 24 | 227 | 55 | 100 |
| Binary | 1111011 | 11001101 | 10100101 | 101000 | 0 | 10100 | 10100 | 10010111 | 101101 | 1000000 |
Color Harmonies of #7BCDA5
Complementary color
Monochromatic Colors of #7BCDA5
Black with #7BCDA5
Text Example
Text Example
White with #7BCDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCDA5; }
p { color: rgb(123,205,165); }
H1.HeaderClassName
{
color: #7BCDA5;
}
.AnyTagClassName
{
color: #7BCDA5;
}
</style>
background-color css
<style>
a { background-color: #7BCDA5; }
a { background-color: rgb(123,205,165); }
div.DivClassName
{
background-color: #7BCDA5;
}
.BgClassName
{
background-color: #7BCDA5;
}
</style>
border-color css
<style>
span { border-color: #7BCDA5; }
span { border-color: rgb(123,205,165); }
td.TdClassName
{
border-color: #7BCDA5;
}
.TagClassName
{
border-color: #7BCDA5;
}
</style>