Shades of Medium Aquamarine #7BCDA3
Tints of Medium Aquamarine #7BCDA3
RGB
CMYK
RGB Variations
Color information
#7BCDA3 (or 0x7BCDA3) is known color: Medium Aquamarine. HEX triplet: 7B, CD and A3. RGB value is (123,205,163). Sum of RGB (Red+Green+Blue) = 123+205+163=491 (65% of max value = 765). Red value is 123 (48.44% from 255 or 25.05% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 163 (64.06% from 255 or 33.20% from 491); Max value from RGB is 205 - color contains mainly: green. Hex color #7BCDA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCDA3 is #84325C. Grayscale: #AFAFAF. Windows color (decimal): -8663645 or 10734971. OLE color: 10734971.
HSL color Cylindrical-coordinate representation of color #7BCDA3: hue angle of 149.27º 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 #7BCDA3 is Cyan = 0.4, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 205 | 163 | - |
| CMYK | 0.4 | 0 | 0.20 | 0.20 |
| HSL | 149.27º | 0.45% | 0.64% | - |
| HSV(B) | 149.27º | 0.4% | 0.8% | - |
| XYZ | 36.61 | 50.52 | 42.47 | - |
| YUV | 175.69 | 120.83 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 205 | 163 | 0.4 | 0 | 0.20 | 0.20 | 149.27 | 0.45 | 0.64 |
| Hex | 7B | CD | A3 | 28 | 0 | 14 | 14 | 95 | 2D | 40 |
| Octal | 173 | 315 | 243 | 50 | 0 | 24 | 24 | 225 | 55 | 100 |
| Binary | 1111011 | 11001101 | 10100011 | 101000 | 0 | 10100 | 10100 | 10010101 | 101101 | 1000000 |
Color Harmonies of #7BCDA3
Complementary color
Monochromatic Colors of #7BCDA3
Black with #7BCDA3
Text Example
Text Example
White with #7BCDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCDA3; }
p { color: rgb(123,205,163); }
H1.HeaderClassName
{
color: #7BCDA3;
}
.AnyTagClassName
{
color: #7BCDA3;
}
</style>
background-color css
<style>
a { background-color: #7BCDA3; }
a { background-color: rgb(123,205,163); }
div.DivClassName
{
background-color: #7BCDA3;
}
.BgClassName
{
background-color: #7BCDA3;
}
</style>
border-color css
<style>
span { border-color: #7BCDA3; }
span { border-color: rgb(123,205,163); }
td.TdClassName
{
border-color: #7BCDA3;
}
.TagClassName
{
border-color: #7BCDA3;
}
</style>