Shades of Medium Aquamarine #7BD8A8
Tints of Medium Aquamarine #7BD8A8
RGB
CMYK
RGB Variations
Color information
#7BD8A8 (or 0x7BD8A8) is known color: Medium Aquamarine. HEX triplet: 7B, D8 and A8. RGB value is (123,216,168). Sum of RGB (Red+Green+Blue) = 123+216+168=507 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.26% from 507); Green value is 216 (84.77% from 255 or 42.60% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 216 - color contains mainly: green. Hex color #7BD8A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BD8A8 is #842757. Grayscale: #B6B6B6. Windows color (decimal): -8660824 or 11065467. OLE color: 11065467.
HSL color Cylindrical-coordinate representation of color #7BD8A8: hue angle of 149.03º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7BD8A8 is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 216 | 168 | - |
| CMYK | 0.43 | 0 | 0.22 | 0.15 |
| HSL | 149.03º | 0.54% | 0.66% | - |
| HSV(B) | 149.03º | 0.43% | 0.85% | - |
| XYZ | 39.79 | 56.15 | 45.79 | - |
| YUV | 182.72 | 119.69 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 216 | 168 | 0.43 | 0 | 0.22 | 0.15 | 149.03 | 0.54 | 0.66 |
| Hex | 7B | D8 | A8 | 2B | 0 | 16 | F | 95 | 36 | 42 |
| Octal | 173 | 330 | 250 | 53 | 0 | 26 | 17 | 225 | 66 | 102 |
| Binary | 1111011 | 11011000 | 10101000 | 101011 | 0 | 10110 | 1111 | 10010101 | 110110 | 1000010 |
Color Harmonies of #7BD8A8
Complementary color
Monochromatic Colors of #7BD8A8
Black with #7BD8A8
Text Example
Text Example
White with #7BD8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD8A8; }
p { color: rgb(123,216,168); }
H1.HeaderClassName
{
color: #7BD8A8;
}
.AnyTagClassName
{
color: #7BD8A8;
}
</style>
background-color css
<style>
a { background-color: #7BD8A8; }
a { background-color: rgb(123,216,168); }
div.DivClassName
{
background-color: #7BD8A8;
}
.BgClassName
{
background-color: #7BD8A8;
}
</style>
border-color css
<style>
span { border-color: #7BD8A8; }
span { border-color: rgb(123,216,168); }
td.TdClassName
{
border-color: #7BD8A8;
}
.TagClassName
{
border-color: #7BD8A8;
}
</style>