Shades of Monte Carlo #7BCFAB
Tints of Monte Carlo #7BCFAB
RGB
CMYK
RGB Variations
Color information
#7BCFAB (or 0x7BCFAB) is known color: Monte Carlo. HEX triplet: 7B, CF and AB. RGB value is (123,207,171). Sum of RGB (Red+Green+Blue) = 123+207+171=501 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.55% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 207 - color contains mainly: green. Hex color #7BCFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCFAB is #843054. Grayscale: #B1B1B1. Windows color (decimal): -8663125 or 11259771. OLE color: 11259771.
HSL color Cylindrical-coordinate representation of color #7BCFAB: hue angle of 154.29º 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 #7BCFAB is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 207 | 171 | - |
| CMYK | 0.41 | 0 | 0.17 | 0.19 |
| HSL | 154.29º | 0.47% | 0.65% | - |
| HSV(B) | 154.29º | 0.41% | 0.81% | - |
| XYZ | 37.83 | 51.78 | 46.53 | - |
| YUV | 177.78 | 124.17 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 207 | 171 | 0.41 | 0 | 0.17 | 0.19 | 154.29 | 0.47 | 0.65 |
| Hex | 7B | CF | AB | 29 | 0 | 11 | 13 | 9A | 2F | 41 |
| Octal | 173 | 317 | 253 | 51 | 0 | 21 | 23 | 232 | 57 | 101 |
| Binary | 1111011 | 11001111 | 10101011 | 101001 | 0 | 10001 | 10011 | 10011010 | 101111 | 1000001 |
Color Harmonies of #7BCFAB
Complementary color
Monochromatic Colors of #7BCFAB
Black with #7BCFAB
Text Example
Text Example
White with #7BCFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCFAB; }
p { color: rgb(123,207,171); }
H1.HeaderClassName
{
color: #7BCFAB;
}
.AnyTagClassName
{
color: #7BCFAB;
}
</style>
background-color css
<style>
a { background-color: #7BCFAB; }
a { background-color: rgb(123,207,171); }
div.DivClassName
{
background-color: #7BCFAB;
}
.BgClassName
{
background-color: #7BCFAB;
}
</style>
border-color css
<style>
span { border-color: #7BCFAB; }
span { border-color: rgb(123,207,171); }
td.TdClassName
{
border-color: #7BCFAB;
}
.TagClassName
{
border-color: #7BCFAB;
}
</style>