Shades of Medium Aquamarine #7BD8AF
Tints of Medium Aquamarine #7BD8AF
RGB
CMYK
RGB Variations
Color information
#7BD8AF (or 0x7BD8AF) is known color: Medium Aquamarine. HEX triplet: 7B, D8 and AF. RGB value is (123,216,175). Sum of RGB (Red+Green+Blue) = 123+216+175=514 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.93% from 514); Green value is 216 (84.77% from 255 or 42.02% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 216 - color contains mainly: green. Hex color #7BD8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BD8AF is #842750. Grayscale: #B7B7B7. Windows color (decimal): -8660817 or 11524219. OLE color: 11524219.
HSL color Cylindrical-coordinate representation of color #7BD8AF: hue angle of 153.55º 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 #7BD8AF is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 216 | 175 | - |
| CMYK | 0.43 | 0 | 0.19 | 0.15 |
| HSL | 153.55º | 0.54% | 0.66% | - |
| HSV(B) | 153.55º | 0.43% | 0.85% | - |
| XYZ | 40.46 | 56.42 | 49.31 | - |
| YUV | 183.52 | 123.19 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 216 | 175 | 0.43 | 0 | 0.19 | 0.15 | 153.55 | 0.54 | 0.66 |
| Hex | 7B | D8 | AF | 2B | 0 | 13 | F | 9A | 36 | 42 |
| Octal | 173 | 330 | 257 | 53 | 0 | 23 | 17 | 232 | 66 | 102 |
| Binary | 1111011 | 11011000 | 10101111 | 101011 | 0 | 10011 | 1111 | 10011010 | 110110 | 1000010 |
Color Harmonies of #7BD8AF
Complementary color
Monochromatic Colors of #7BD8AF
Black with #7BD8AF
Text Example
Text Example
White with #7BD8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD8AF; }
p { color: rgb(123,216,175); }
H1.HeaderClassName
{
color: #7BD8AF;
}
.AnyTagClassName
{
color: #7BD8AF;
}
</style>
background-color css
<style>
a { background-color: #7BD8AF; }
a { background-color: rgb(123,216,175); }
div.DivClassName
{
background-color: #7BD8AF;
}
.BgClassName
{
background-color: #7BD8AF;
}
</style>
border-color css
<style>
span { border-color: #7BD8AF; }
span { border-color: rgb(123,216,175); }
td.TdClassName
{
border-color: #7BD8AF;
}
.TagClassName
{
border-color: #7BD8AF;
}
</style>