Shades of Medium Aquamarine #7BCFAA
Tints of Medium Aquamarine #7BCFAA
RGB
CMYK
RGB Variations
Color information
#7BCFAA (or 0x7BCFAA) is known color: Medium Aquamarine. HEX triplet: 7B, CF and AA. RGB value is (123,207,170). Sum of RGB (Red+Green+Blue) = 123+207+170=500 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.6% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 207 - color contains mainly: green. Hex color #7BCFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCFAA is #843055. Grayscale: #B1B1B1. Windows color (decimal): -8663126 or 11194235. OLE color: 11194235.
HSL color Cylindrical-coordinate representation of color #7BCFAA: hue angle of 153.57º 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 #7BCFAA is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 207 | 170 | - |
| CMYK | 0.41 | 0 | 0.18 | 0.19 |
| HSL | 153.57º | 0.47% | 0.65% | - |
| HSV(B) | 153.57º | 0.41% | 0.81% | - |
| XYZ | 37.74 | 51.74 | 46.03 | - |
| YUV | 177.67 | 123.67 | 89.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 207 | 170 | 0.41 | 0 | 0.18 | 0.19 | 153.57 | 0.47 | 0.65 |
| Hex | 7B | CF | AA | 29 | 0 | 12 | 13 | 9A | 2F | 41 |
| Octal | 173 | 317 | 252 | 51 | 0 | 22 | 23 | 232 | 57 | 101 |
| Binary | 1111011 | 11001111 | 10101010 | 101001 | 0 | 10010 | 10011 | 10011010 | 101111 | 1000001 |
Color Harmonies of #7BCFAA
Complementary color
Monochromatic Colors of #7BCFAA
Black with #7BCFAA
Text Example
Text Example
White with #7BCFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCFAA; }
p { color: rgb(123,207,170); }
H1.HeaderClassName
{
color: #7BCFAA;
}
.AnyTagClassName
{
color: #7BCFAA;
}
</style>
background-color css
<style>
a { background-color: #7BCFAA; }
a { background-color: rgb(123,207,170); }
div.DivClassName
{
background-color: #7BCFAA;
}
.BgClassName
{
background-color: #7BCFAA;
}
</style>
border-color css
<style>
span { border-color: #7BCFAA; }
span { border-color: rgb(123,207,170); }
td.TdClassName
{
border-color: #7BCFAA;
}
.TagClassName
{
border-color: #7BCFAA;
}
</style>