Shades of Medium Aquamarine #7BD5A1
Tints of Medium Aquamarine #7BD5A1
RGB
CMYK
RGB Variations
Color information
#7BD5A1 (or 0x7BD5A1) is known color: Medium Aquamarine. HEX triplet: 7B, D5 and A1. RGB value is (123,213,161). Sum of RGB (Red+Green+Blue) = 123+213+161=497 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.75% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #7BD5A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BD5A1 is #842A5E. Grayscale: #B4B4B4. Windows color (decimal): -8661599 or 10605947. OLE color: 10605947.
HSL color Cylindrical-coordinate representation of color #7BD5A1: hue angle of 145.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 #7BD5A1 is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 123 | 213 | 161 | - |
| CMYK | 0.42 | 0 | 0.24 | 0.16 |
| HSL | 145.33º | 0.52% | 0.66% | - |
| HSV(B) | 145.33º | 0.42% | 0.84% | - |
| XYZ | 38.4 | 54.37 | 42.19 | - |
| YUV | 180.16 | 117.18 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 213 | 161 | 0.42 | 0 | 0.24 | 0.16 | 145.33 | 0.52 | 0.66 |
| Hex | 7B | D5 | A1 | 2A | 0 | 18 | 10 | 91 | 34 | 42 |
| Octal | 173 | 325 | 241 | 52 | 0 | 30 | 20 | 221 | 64 | 102 |
| Binary | 1111011 | 11010101 | 10100001 | 101010 | 0 | 11000 | 10000 | 10010001 | 110100 | 1000010 |
Color Harmonies of #7BD5A1
Complementary color
Monochromatic Colors of #7BD5A1
Black with #7BD5A1
Text Example
Text Example
White with #7BD5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD5A1; }
p { color: rgb(123,213,161); }
H1.HeaderClassName
{
color: #7BD5A1;
}
.AnyTagClassName
{
color: #7BD5A1;
}
</style>
background-color css
<style>
a { background-color: #7BD5A1; }
a { background-color: rgb(123,213,161); }
div.DivClassName
{
background-color: #7BD5A1;
}
.BgClassName
{
background-color: #7BD5A1;
}
</style>
border-color css
<style>
span { border-color: #7BD5A1; }
span { border-color: rgb(123,213,161); }
td.TdClassName
{
border-color: #7BD5A1;
}
.TagClassName
{
border-color: #7BD5A1;
}
</style>