Shades of Monte Carlo #7BC2AF
Tints of Monte Carlo #7BC2AF
RGB
CMYK
RGB Variations
Color information
#7BC2AF (or 0x7BC2AF) is known color: Monte Carlo. HEX triplet: 7B, C2 and AF. RGB value is (123,194,175). Sum of RGB (Red+Green+Blue) = 123+194+175=492 (65% of max value = 765). Red value is 123 (48.44% from 255 or 25% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 194 - color contains mainly: green. Hex color #7BC2AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC2AF is #843D50. Grayscale: #AAAAAA. Windows color (decimal): -8666449 or 11518587. OLE color: 11518587.
HSL color Cylindrical-coordinate representation of color #7BC2AF: hue angle of 163.94º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7BC2AF is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 194 | 175 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.24 |
| HSL | 163.94º | 0.37% | 0.62% | - |
| HSV(B) | 163.94º | 0.37% | 0.76% | - |
| XYZ | 35.2 | 45.89 | 47.56 | - |
| YUV | 170.61 | 130.48 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 194 | 175 | 0.37 | 0 | 0.10 | 0.24 | 163.94 | 0.37 | 0.62 |
| Hex | 7B | C2 | AF | 25 | 0 | A | 18 | A4 | 25 | 3E |
| Octal | 173 | 302 | 257 | 45 | 0 | 12 | 30 | 244 | 45 | 76 |
| Binary | 1111011 | 11000010 | 10101111 | 100101 | 0 | 1010 | 11000 | 10100100 | 100101 | 111110 |
Color Harmonies of #7BC2AF
Complementary color
Monochromatic Colors of #7BC2AF
Black with #7BC2AF
Text Example
Text Example
White with #7BC2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC2AF; }
p { color: rgb(123,194,175); }
H1.HeaderClassName
{
color: #7BC2AF;
}
.AnyTagClassName
{
color: #7BC2AF;
}
</style>
background-color css
<style>
a { background-color: #7BC2AF; }
a { background-color: rgb(123,194,175); }
div.DivClassName
{
background-color: #7BC2AF;
}
.BgClassName
{
background-color: #7BC2AF;
}
</style>
border-color css
<style>
span { border-color: #7BC2AF; }
span { border-color: rgb(123,194,175); }
td.TdClassName
{
border-color: #7BC2AF;
}
.TagClassName
{
border-color: #7BC2AF;
}
</style>