Shades of Medium Aquamarine #7BCFA9
Tints of Medium Aquamarine #7BCFA9
RGB
CMYK
RGB Variations
Color information
#7BCFA9 (or 0x7BCFA9) is known color: Medium Aquamarine. HEX triplet: 7B, CF and A9. RGB value is (123,207,169). Sum of RGB (Red+Green+Blue) = 123+207+169=499 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.65% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 169 (66.41% from 255 or 33.87% from 499); Max value from RGB is 207 - color contains mainly: green. Hex color #7BCFA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCFA9 is #843056. Grayscale: #B1B1B1. Windows color (decimal): -8663127 or 11128699. OLE color: 11128699.
HSL color Cylindrical-coordinate representation of color #7BCFA9: hue angle of 152.86º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BCFA9 is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 207 | 169 | - |
| CMYK | 0.41 | 0 | 0.18 | 0.19 |
| HSL | 152.86º | 0.47% | 0.65% | - |
| HSV(B) | 152.86º | 0.41% | 0.81% | - |
| XYZ | 37.64 | 51.7 | 45.53 | - |
| YUV | 177.55 | 123.17 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 207 | 169 | 0.41 | 0 | 0.18 | 0.19 | 152.86 | 0.47 | 0.65 |
| Hex | 7B | CF | A9 | 29 | 0 | 12 | 13 | 99 | 2F | 41 |
| Octal | 173 | 317 | 251 | 51 | 0 | 22 | 23 | 231 | 57 | 101 |
| Binary | 1111011 | 11001111 | 10101001 | 101001 | 0 | 10010 | 10011 | 10011001 | 101111 | 1000001 |
Color Harmonies of #7BCFA9
Complementary color
Monochromatic Colors of #7BCFA9
Black with #7BCFA9
Text Example
Text Example
White with #7BCFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCFA9; }
p { color: rgb(123,207,169); }
H1.HeaderClassName
{
color: #7BCFA9;
}
.AnyTagClassName
{
color: #7BCFA9;
}
</style>
background-color css
<style>
a { background-color: #7BCFA9; }
a { background-color: rgb(123,207,169); }
div.DivClassName
{
background-color: #7BCFA9;
}
.BgClassName
{
background-color: #7BCFA9;
}
</style>
border-color css
<style>
span { border-color: #7BCFA9; }
span { border-color: rgb(123,207,169); }
td.TdClassName
{
border-color: #7BCFA9;
}
.TagClassName
{
border-color: #7BCFA9;
}
</style>