Shades of Medium Aquamarine #7DCBA3
Tints of Medium Aquamarine #7DCBA3
RGB
CMYK
RGB Variations
Color information
#7DCBA3 (or 0x7DCBA3) is known color: Medium Aquamarine. HEX triplet: 7D, CB and A3. RGB value is (125,203,163). Sum of RGB (Red+Green+Blue) = 125+203+163=491 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.46% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 163 (64.06% from 255 or 33.20% from 491); Max value from RGB is 203 - color contains mainly: green. Hex color #7DCBA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCBA3 is #82345C. Grayscale: #AFAFAF. Windows color (decimal): -8533085 or 10734461. OLE color: 10734461.
HSL color Cylindrical-coordinate representation of color #7DCBA3: hue angle of 149.23º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DCBA3 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 203 | 163 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.20 |
| HSL | 149.23º | 0.43% | 0.64% | - |
| HSV(B) | 149.23º | 0.38% | 0.8% | - |
| XYZ | 36.42 | 49.72 | 42.33 | - |
| YUV | 175.12 | 121.16 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 203 | 163 | 0.38 | 0 | 0.20 | 0.20 | 149.23 | 0.43 | 0.64 |
| Hex | 7D | CB | A3 | 26 | 0 | 14 | 14 | 95 | 2B | 40 |
| Octal | 175 | 313 | 243 | 46 | 0 | 24 | 24 | 225 | 53 | 100 |
| Binary | 1111101 | 11001011 | 10100011 | 100110 | 0 | 10100 | 10100 | 10010101 | 101011 | 1000000 |
Color Harmonies of #7DCBA3
Complementary color
Monochromatic Colors of #7DCBA3
Black with #7DCBA3
Text Example
Text Example
White with #7DCBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCBA3; }
p { color: rgb(125,203,163); }
H1.HeaderClassName
{
color: #7DCBA3;
}
.AnyTagClassName
{
color: #7DCBA3;
}
</style>
background-color css
<style>
a { background-color: #7DCBA3; }
a { background-color: rgb(125,203,163); }
div.DivClassName
{
background-color: #7DCBA3;
}
.BgClassName
{
background-color: #7DCBA3;
}
</style>
border-color css
<style>
span { border-color: #7DCBA3; }
span { border-color: rgb(125,203,163); }
td.TdClassName
{
border-color: #7DCBA3;
}
.TagClassName
{
border-color: #7DCBA3;
}
</style>