Shades of Medium Aquamarine #7BCBA6
Tints of Medium Aquamarine #7BCBA6
RGB
CMYK
RGB Variations
Color information
#7BCBA6 (or 0x7BCBA6) is known color: Medium Aquamarine. HEX triplet: 7B, CB and A6. RGB value is (123,203,166). Sum of RGB (Red+Green+Blue) = 123+203+166=492 (65% of max value = 765). Red value is 123 (48.44% from 255 or 25% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 166 (65.23% from 255 or 33.74% from 492); Max value from RGB is 203 - color contains mainly: green. Hex color #7BCBA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCBA6 is #843459. Grayscale: #AEAEAE. Windows color (decimal): -8664154 or 10931067. OLE color: 10931067.
HSL color Cylindrical-coordinate representation of color #7BCBA6: hue angle of 152.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BCBA6 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 203 | 166 | - |
| CMYK | 0.39 | 0 | 0.18 | 0.20 |
| HSL | 152.25º | 0.43% | 0.64% | - |
| HSV(B) | 152.25º | 0.39% | 0.8% | - |
| XYZ | 36.41 | 49.68 | 43.75 | - |
| YUV | 174.86 | 123 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 203 | 166 | 0.39 | 0 | 0.18 | 0.20 | 152.25 | 0.43 | 0.64 |
| Hex | 7B | CB | A6 | 27 | 0 | 12 | 14 | 98 | 2B | 40 |
| Octal | 173 | 313 | 246 | 47 | 0 | 22 | 24 | 230 | 53 | 100 |
| Binary | 1111011 | 11001011 | 10100110 | 100111 | 0 | 10010 | 10100 | 10011000 | 101011 | 1000000 |
Color Harmonies of #7BCBA6
Complementary color
Monochromatic Colors of #7BCBA6
Black with #7BCBA6
Text Example
Text Example
White with #7BCBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCBA6; }
p { color: rgb(123,203,166); }
H1.HeaderClassName
{
color: #7BCBA6;
}
.AnyTagClassName
{
color: #7BCBA6;
}
</style>
background-color css
<style>
a { background-color: #7BCBA6; }
a { background-color: rgb(123,203,166); }
div.DivClassName
{
background-color: #7BCBA6;
}
.BgClassName
{
background-color: #7BCBA6;
}
</style>
border-color css
<style>
span { border-color: #7BCBA6; }
span { border-color: rgb(123,203,166); }
td.TdClassName
{
border-color: #7BCBA6;
}
.TagClassName
{
border-color: #7BCBA6;
}
</style>