Shades of Monte Carlo #7BC9AC
Tints of Monte Carlo #7BC9AC
RGB
CMYK
RGB Variations
Color information
#7BC9AC (or 0x7BC9AC) is known color: Monte Carlo. HEX triplet: 7B, C9 and AC. RGB value is (123,201,172). Sum of RGB (Red+Green+Blue) = 123+201+172=496 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.80% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 201 - color contains mainly: green. Hex color #7BC9AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC9AC is #843653. Grayscale: #AEAEAE. Windows color (decimal): -8664660 or 11323771. OLE color: 11323771.
HSL color Cylindrical-coordinate representation of color #7BC9AC: hue angle of 157.69º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BC9AC is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 201 | 172 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.21 |
| HSL | 157.69º | 0.42% | 0.64% | - |
| HSV(B) | 157.69º | 0.39% | 0.79% | - |
| XYZ | 36.5 | 48.96 | 46.56 | - |
| YUV | 174.37 | 126.66 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 201 | 172 | 0.39 | 0 | 0.14 | 0.21 | 157.69 | 0.42 | 0.64 |
| Hex | 7B | C9 | AC | 27 | 0 | E | 15 | 9E | 2A | 40 |
| Octal | 173 | 311 | 254 | 47 | 0 | 16 | 25 | 236 | 52 | 100 |
| Binary | 1111011 | 11001001 | 10101100 | 100111 | 0 | 1110 | 10101 | 10011110 | 101010 | 1000000 |
Color Harmonies of #7BC9AC
Complementary color
Monochromatic Colors of #7BC9AC
Black with #7BC9AC
Text Example
Text Example
White with #7BC9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC9AC; }
p { color: rgb(123,201,172); }
H1.HeaderClassName
{
color: #7BC9AC;
}
.AnyTagClassName
{
color: #7BC9AC;
}
</style>
background-color css
<style>
a { background-color: #7BC9AC; }
a { background-color: rgb(123,201,172); }
div.DivClassName
{
background-color: #7BC9AC;
}
.BgClassName
{
background-color: #7BC9AC;
}
</style>
border-color css
<style>
span { border-color: #7BC9AC; }
span { border-color: rgb(123,201,172); }
td.TdClassName
{
border-color: #7BC9AC;
}
.TagClassName
{
border-color: #7BC9AC;
}
</style>